JWT Decoder
Paste a JSON Web Token to decode its header, payload, and signature. Your token never leaves the browser.
Instant Decoding
JWT tokens are decoded client-side using base64url decoding. No libraries, no network requests.
Human-readable Dates
exp, iat, nbf, and other Unix timestamp claims are shown as readable dates with relative time (e.g. "Expired 2d ago").
100% Private
Your JWT token never leaves your browser. Paste tokens from staging or development environments safely.
Your JWT token never leaves your browser. No data is stored or sent to any server.