Online tool for viewing JWT header and payload without verifying the signature.
JWT Decoder is a free online tool for viewing JSON Web Token contents in readable form. It decodes header and payload from base64url and shows main claims. Processing runs locally in your browser and data is not sent to the server.
Choose a related tool for the next step.
Data passed between tools is kept only in the current browser session.
JWT Decoder shows JSON Web Token contents in readable form. The tool decodes header and payload from base64url, formats JSON, shows the signature as a separate part, and displays main claims: alg, typ, kid, iss, sub, aud, iat, exp, nbf, and jti.
It is useful for debugging APIs, authorization, OAuth/OpenID Connect, webhooks, and backend integrations. JWT signature is not verified, so the service cannot be used to confirm trust in a token.
Processing runs locally in your browser.