Decode JSON Web Tokens
A free online JWT decoder that runs in your browser. Paste a JSON Web Token and the tool splits it into the three base64url segments (header, payload, signature), decodes each, and renders the JSON. Above the output, status pills show "well-formed", the algorithm from the header, and the validity window — green if currently valid, yellow if before nbf, red if past exp. Below, registered claims (iss, sub, aud, exp, nbf, iat, jti) are listed with their RFC 7519 meanings; iat/exp/nbf are also formatted as ISO timestamps.
How to use
Three base64url-encoded segments separated by dots.
Decoded JSON is shown on the right.
alg, validity window, exp/nbf countdowns.
Each well-known claim is explained inline.