Decode JWT tokens to view their header and payload. Useful for debugging and inspection.
Runs in your browser · No data sent anywhereDecode, inspect, and validate JSON Web Tokens instantly
View algorithm & type
Decode claims & data
Validate token integrity
Decode as you type
iss: Issuer • sub: Subject • aud: Audience • exp: Expiration • nbf: Not Before • iat: Issued At • jti: JWT ID
Yes, once decoded, the tool displays the payload, which typically includes the exp (expiration) claim.
Yes, because the decoding happens entirely in your browser and no data is ever sent to a server.