Decode and inspect JWT header and payload. Signature is not verified.
A JWT has three Base64url-encoded parts: header, payload, and signature. This tool decodes header and payload for inspection only; it does not verify the signature.
1. Paste your JWT token in the input.
2. Click Decode. Header and payload will appear as formatted JSON.