Have you ever opened a marketing email and wondered how the sender seems to know the moment you read it? That insight usually comes from a tiny piece of technology called a tracking pixel. This guide explains exactly how email open tracking and click tracking work, what a sender can and cannot learn about you, and the practical steps that let you read your mail without being counted.
What a Tracking Pixel Actually Is
A tracking pixel—sometimes called a web beacon, pixel tag, or spy pixel—is simply an image embedded in an HTML email. It is usually a 1×1 pixel transparent GIF or PNG, small enough to be invisible to the human eye. The image is not stored inside the email itself; instead, the email contains an HTML tag that points to a file hosted on the sender's server.
In the raw HTML of the message, it looks roughly like this:
<img src="https://track.example.com/o/8f3a9c2e1b.gif"
width="1" height="1" alt="" style="display:none" />The important detail is the long, unique string in the URL (here 8f3a9c2e1b). That identifier is generated per recipient and per campaign. Because every copy of the email points to a slightly different URL, the sender can tell which specific person requested the image rather than just counting anonymous hits.
How Loading a Remote Image Reports an "Open"
Email clients do not store remote images locally. When your client displays a message with an <img> tag pointing at an external URL, it makes a normal HTTP request to fetch that file—exactly like a web browser loading a picture on a page. That request is the entire trick. Here is the sequence:
You open the email
Your mail app starts rendering the HTML body and encounters the hidden image tag pointing to the sender’s tracking domain.
Your client requests the pixel
If remote images are allowed, the client sends an HTTP GET request to the tracking URL to download the 1×1 image.
The server logs the request
The sender’s server records the unique identifier, the timestamp, the IP address that made the request, and the User-Agent header (which hints at the device and mail client).
The pixel is returned
The server sends back the invisible image so nothing looks broken, and the open is now counted in the campaign’s analytics.
Crucially, no part of this requires you to click anything. Simply rendering the message body is enough, which is why the technique is so widespread in newsletters, sales outreach, and automated marketing platforms.
Click Tracking and Link Wrapping
Open tracking tells a sender that a message was rendered. Click tracking goes a step further and records which links you follow. It works by rewriting the links in the email so that they no longer point directly to the destination. Instead, they route through the sender's server first—a technique called link wrapping.
A link that appears to say https://shop.example.com/sale might actually be encoded as:
https://click.example.com/c/8f3a9c2e1b?url=https%3A%2F%2Fshop.example.com%2FsaleWhen you click, your browser hits the tracking server, which logs the same kind of metadata as a pixel (identifier, timestamp, IP, User-Agent) and then immediately issues an HTTP redirect to the real page. The redirect happens in milliseconds, so you rarely notice the detour. Click tracking is harder to avoid than open tracking because following any link inevitably contacts a server, and image-blocking does not affect it.
What Senders Can and Cannot Infer
It is easy to overestimate how much these techniques reveal. The data is real, but it is also limited and frequently misleading.
What they can usually see
- That the pixel was requested at a given time
- The IP address that made the request
- A User-Agent string hinting at client and OS
- Which wrapped links were clicked, and when
- Roughly how many times the image reloaded
What they cannot reliably know
- Whether a human actually read the message
- Your precise street-level location
- Anything if remote images never loaded
- A trustworthy time if a proxy pre-fetched the image
- How long you spent reading the email
A few specific caveats are worth understanding:
- IP geolocation is coarse. An IP maps to an approximate region or city, often the location of an internet provider's routing equipment rather than your home. It is routinely wrong, and on mobile networks it can place you in an entirely different city.
- An "open" is not a read. A preview pane can render the message and fire the pixel before you consciously look at it. Conversely, you can read every word and never trigger the pixel if images are blocked.
- Automated systems inflate the numbers. Spam filters, security scanners, and link-preview bots fetch images and follow links to check for threats, producing "opens" and "clicks" that no person performed.
Why Open Tracking Is Less Reliable Than It Used to Be
Over the past few years, mail providers have built defenses that substantially weaken open tracking. The two most important are image proxying and pre-fetching.
Apple Mail Privacy Protection
Introduced in 2021, Mail Privacy Protection is on by default for many Apple Mail users. When enabled, Apple downloads remote content—including tracking pixels—through its own proxy servers, often as soon as the message arrives and regardless of whether you ever open it. The sender therefore sees an Apple proxy IP instead of yours, and an "open" time that may correspond to delivery rather than reading. The result is that open data from these recipients is essentially noise.
Gmail's image proxy
Since 2013, Gmail has routed remote images through Google's own caching proxy. The request the sender sees comes from a Google server, so the recipient's real IP is hidden, and the cached copy means the image often is not re-fetched on repeat views. Open tracking still fires on the first load, but the IP and User-Agent reflect Google's infrastructure, not your device.
The takeaway for both sides
Because of proxies, caching, blocked images, and bot traffic, modern open rates are unreliable as a measure of genuine human attention. Many email marketers now treat clicks and replies as stronger signals than opens. For readers, this same shift means the data senders collect about you is weaker and noisier than it once was.
How to Protect Yourself
You do not need special software to limit email tracking. A few settings in your existing client go a long way:
- 1Block remote images by default. Most clients (Gmail, Outlook, Thunderbird, Apple Mail) offer a "do not load external images automatically" setting. Images then load only when you choose, so the pixel stays inert until you decide a message is trustworthy.
- 2Use a provider that proxies images. If you use Gmail or Apple Mail with Mail Privacy Protection, the proxying described above already masks your IP and muddies the open timestamp without any effort on your part.
- 3Read in plain text when you can. Viewing the plain-text version of a message strips out the HTML entirely, so there is no image tag to load and no pixel to fire.
- 4Be deliberate about clicking. Because click tracking survives image-blocking, hover to inspect a link before following it, and avoid clicking through wrapped redirect URLs unless you trust the sender.
- 5Compartmentalize your address. Giving a single-purpose address to sign-ups you do not fully trust limits how much any one sender can correlate about you over time.
If you are a developer building or QA-testing email flows and want to inspect raw headers and HTML—including the tracking pixels and wrapped links inside a campaign—a free temporary-email tool like OpenInbox can be a convenient throwaway endpoint for examining what a message actually contains.
Frequently Asked Questions
Can a sender tell if I opened their email?
Only if your email client loads the remote tracking image. If you block remote images, or your provider proxies and pre-fetches them, the sender either sees nothing or sees an unreliable signal that does not reflect a real open.
Does Apple Mail Privacy Protection block all tracking?
It defeats open tracking by routing remote images through Apple proxy servers and pre-loading them, so the reported IP and open time are meaningless. It does not affect click tracking, which still records when you tap a wrapped link.
Do tracking pixels work in plain-text emails?
No. A tracking pixel is an HTML image, so a plain-text email cannot contain one. Reading a message in plain-text mode also prevents remote images from loading.
Can senders see my exact location from an email open?
No. They see the IP address that requested the image, which maps to an approximate region or to a proxy. IP geolocation is coarse and is often wrong by tens or hundreds of miles, and a proxy hides it entirely.
The Bottom Line
Email tracking is built on a simple mechanism: a hidden image and rewritten links that quietly contact a server when your client loads them. It can reveal a timestamp, an IP address, and which links you clicked—but proxies, caching, blocked images, and automated bots make that data far less precise than it sounds. Understanding how the pieces fit together lets you make informed choices: block remote content, lean on providers that proxy images, and click deliberately. With a few default settings, you can read your mail on your own terms.
Written by
OpenInbox Team
The OpenInbox team builds privacy-first disposable email tools for developers. We write about email infrastructure, deliverability, security, and privacy.
