JWT Decoder

Paste a JSON Web Token to inspect its header and payload. Decoding happens entirely in your browser — the token is never sent anywhere.

The signature is not verified. This tool only decodes the token — it cannot check authenticity without the signing key.