Email header analyzer
Trace an email’s delivery path and check its SPF, DKIM and DMARC results.
Email header analyzer
Paste the raw headers of an email and this tool reconstructs how it actually got to your inbox. It walks the chain of "Received" lines from the originating server to the final delivery hop, in the order the message travelled, and shows the delay between each step so you can see at a glance where a slow delivery got stuck.
The options control what the report includes. Turn on the Received chain to see every hop with its timestamp and the slowest step marked; the authentication section reads the "Authentication-Results" header and reports the SPF, DKIM and DMARC verdicts a receiving server already computed. The envelope section pulls out From, To, Subject and Message-ID, decoding MIME encoded-word headers (the "=?UTF-8?B?…?=" sequences mail clients use for non-ASCII subjects and names) back into readable text. When a spam filter has added a score — an X-Spam-Score or X-Spam-Status header — it is shown too, and the tool flags a mismatch between the visible From address and the Return-Path, a common sign of a spoofed or misconfigured sender.
Headers can be pasted with Windows (CRLF) or Unix (LF) line endings, and folded header lines (continuations starting with a space or tab) are unfolded automatically before parsing. Dates that a mail server wrote in a format the browser can't parse are shown as-is rather than guessed at, so the delay calculation never silently makes up a number.
Everything runs in your browser: headers often contain real IP addresses, internal hostnames and sender details, and none of that is uploaded anywhere. Copy the report, download it as a .txt file, or send it straight into another tool to keep investigating.