Decode and inspect JSON Web Tokens instantly in your browser. No data sent to servers.
⚠ This tool decodes only — it does not verify the signature. Use your backend JWT library to verify authenticity.
exp (expiration time) claim is a Unix timestamp (seconds since Jan 1, 1970 UTC) after which the token must not be accepted. This decoder checks exp and shows whether your token is currently valid or expired.Paste any JSON Web Token and instantly decode its header, payload, and signature components. Shows the algorithm, expiry time in human-readable format, issued-at date, and all custom claims. Decoding is done entirely in your browser — the token is never sent to any server. Useful for debugging authentication flows and inspecting API tokens.