Paste a JSON Web Token and see the decoded header and payload, plus expiry status at a glance.
Runs fully in your browser · nothing is sent anywhereheader.payload.signature. This tool base64url-decodes the header and payload and pretty-prints the resulting JSON — no cryptography involved in that part.iat, exp, nbf) are Unix timestamps — they're shown converted to a readable date, and exp gets an explicit "expired" / "valid" badge based on your device's current clock.atob() that would mangle them.