HomeInternet DiscoveriesHow to See What Is Tracking You on a Website in Chrome

How to See What Is Tracking You on a Website in Chrome

You are being track

Every website you visit is watching you, and Chrome gives you the tools to watch back. The fastest way to see what is tracking you right now: click the icon to the left of any website’s URL in Chrome, select “Cookies and site data,” and you will see a live list of every tracker and cookie active on that page. Most people have never done this. Most people would be surprised by what they find. This guide walks through every method available, from the built-in one-click approach to the deeper tools Chrome hides in plain sight.

What Website Tracking Actually Is

Tracking is not one thing. It is a collection of different technologies working together, most of them invisible, all of them designed to collect information about your behavior online.

Here is what is actually happening when you land on a typical website:

Cookies are small text files stored in your browser. First-party cookies are set by the website you are visiting and are generally harmless. They remember your login, your shopping cart, and your preferences. Third-party cookies are set by external companies (advertisers, analytics services, social platforms) and follow you across multiple websites, building a profile of your browsing behavior over time.

Tracking pixels are tiny invisible images, often just one pixel, embedded in a webpage or email. When your browser loads the page, it fetches the image from a remote server. That request tells the server your IP address, your browser type, the time you visited, and often much more.

Fingerprinting is more sophisticated and harder to block. It collects dozens of data points about your browser and device screen resolution, installed fonts, browser plugins, time zone, graphics hardware, and combines them into a unique identifier. You can clear your cookies every day, and a fingerprinting tracker will still recognize you.

Session replay scripts record your actual mouse movements, scroll behavior, and clicks on a page and transmit that data to a third party. Companies like Hotjar and FullStory sell this capability to website owners for UX research, but it means someone is, in effect, watching over your shoulder as you browse.

Understanding which of these is active on a page changes how you interpret what you find.

Datagate the rise of tackers

Why It Matters More Than Most People Think

The standard response to tracking concerns is “I have nothing to hide.” That framing misses the point.

Tracking is not primarily about finding incriminating information. It is about building behavioral profiles that are used to influence decisions on what prices you see, what content appears in your feed, what insurance premiums you are quoted, what job listings you are shown. The data collected about you is bought, sold, and combined across brokers in ways that the original website’s privacy policy never fully discloses.

A few things most people do not know about the tracking data being collected:

  • The average news website loads between 30 and 70 third-party trackers. You are not the customer on a free website; you are the product being sold to advertisers.
  • Data brokers buy tracking data and combine it with offline records, creating profiles that include estimated income, political leanings, health conditions, and relationship status.
  • Browser fingerprinting data has been used to re-identify people who believed they were browsing anonymously, including people using private browsing modes.
  • In the United States, there is no comprehensive federal law governing what companies can do with data collected through website tracking.

Knowing what is tracking you is the first step toward making informed choices about it.

Method 1: The Built-In Chrome Site Info Panel (Easiest)

This takes about ten seconds and requires no technical knowledge or extensions.

Step 1: Open Chrome and visit any website you want to inspect.

Step 2: Look at the address bar. To the left of the URL, you will see a small icon that looks like a set of sliders or adjustment controls (Chrome updated this icon in recent versions; older versions show a padlock). Click it.

Step 3: A small panel opens. Click “Cookies and site data.”

Step 4: A new panel appears showing two categories:

  • Allowed: Cookies and trackers currently active on this page
  • Blocked: Any that Chrome has already blocked based on your settings

Click “Allowed” and expand the list. You will see entries organized by domain. The website itself will have one entry. Every other domain listed is a third-party or an external company that is loading code on this page.

What to look for:

  • Entries from google-analytics.com or googletagmanager.com Google Analytics is tracking your session
  • Entries from facebook.com or connect.facebook.net Meta’s tracking pixel is active even if you are not on Facebook
  • Entries from doubleclick.net Google’s advertising network
  • Entries from hotjar.com or fullstory.com session replay tools recording your behavior
  • Any domain you do not recognize, click it to see what it is doing

This method shows you trackers that are already running. It does not require any technical knowledge to use.

Chrome Screen Privacy Center

Method 2: Chrome’s Privacy and Security Settings

This gives you a broader view of your tracking exposure across all sites, not just the one you are currently visiting.

Step 1: Open Chrome and go to chrome://settings/privacy or paste this directly into your address bar and press Enter.

Step 2: Once the Third-party cookies page opens, you will see two options:

  • Allow third-party cookies: Sites can use cookies to track your activity across the web, personalize ads, and learn about actions you take on other sites
  • Block third-party cookies (recommended): This prevents sites from using cross-site cookies to track or personalize ads. When selected, Chrome shows three sub-notes:
    • Sites cannot use third-party cookies to personalize content and ads unless you allow related sites to access them
    • Sites can still use cookies to see browsing activity on their own site
    • Some site features that rely on third-party cookies may not work

You will also notice a toggle labelled “Allow related sites to see your activity in the group“, which lets a company that owns multiple websites share cookie data across all of them. Keep this off for tighter privacy.

Further down under Advanced, you will find “Send a Do Not Track request with your browsing traffic”; this is worth enabling, though note that websites are not legally required to respect it.

Step 3: Scroll down to “See all site data and permissions” and click it.

Step 4: Use the search bar at the top to search for any website. Chrome will show you every cookie that the site has stored in your browser, including when it was created and when it expires.

This is particularly revealing for sites you visit regularly. A major news site may have set dozens of persistent cookies across multiple advertising networks, all stored quietly in your browser, some set to expire years from now.

Step 5: You can delete individual cookies or all cookies from a specific domain directly from this screen.

Method 3: Chrome DevTools for a Complete Picture

This method goes deeper and shows you every network request a page makes, not just the cookies already set, but the live data being transmitted as you browse. It is not complicated, but it looks technical at first glance.

Step 1: Visit the website you want to inspect.

Step 2: Press F12 on Windows or Cmd + Option + I on Mac to open DevTools.

Step 3: Click the “Network” tab at the top of the DevTools panel.

Step 4: Refresh the page with Ctrl+R (or Cmd+R on Mac). The Network tab will fill with every request the page makes as it loads.

Step 5: In the filter bar, type “third-party” or use the “Domain” column to scan for external requests. Any request going to a domain different from the website you are visiting is a third-party.

Step 6: Click on any individual request to see the headers. Under the “Request Headers” section, look for a field called Cookie. This shows exactly what data is being transmitted with that request.

Step 7: For a cookie-specific view, click the “Application” tab in DevTools, then expand “Cookies” in the left panel. Here you will see every cookie currently stored for this site, its value, its expiry date, and whether it is marked as HttpOnly or Secure.

What the columns mean:

ColumnWhat It Tells You
NameThe cookie’s identifier
ValueThe data stored (often encrypted or hashed)
DomainWhich domain set the cookie
ExpiresHow long until the cookie deletes itself
HttpOnlyIf checked, JavaScript cannot access this cookie (more secure)
SameSiteControls whether the cookie is sent with cross-site requests

A cookie with an expiry date years in the future and a third-party domain is almost certainly a tracking cookie.

Chrome dev tools in dark mode

Method 4: Browser Extensions That Show Trackers Visually

For ongoing visibility without opening DevTools every time, browser extensions display tracker information automatically as you browse.

uBlock Origin: The most effective content blocker available for Chrome. It blocks ads, trackers, and malicious scripts using regularly updated filter lists. The extension icon shows you the number of blocked requests on each page. Click it to see a breakdown by category. Free, open source, and actively maintained.

Ghostery: Designed specifically for tracker visibility. It shows you a panel of every tracker detected on the page, organized by category (advertising, analytics, social media, and essential). Green means blocked, red means active. It also gives each tracker a “trust rating” based on its data practices. The free tier is sufficient for most users.

Privacy Badger: Built by the Electronic Frontier Foundation. Rather than using a blocklist, it learns which domains are tracking you across multiple sites and blocks them automatically over time. The more you browse with it installed, the smarter it gets. Completely free, no premium tier.

DuckDuckGo Privacy Essentials: Installs a tracker blocker and also grades each website with a Privacy Grade (A through F) based on the number and aggressiveness of trackers present. Makes the data easily readable for non-technical users.

Which one to use:

ExtensionBest ForFree?Approach
uBlock OriginMaximum blocking effectivenessYesBlocklist-based
GhosteryVisibility and transparencyYes (core)Categorized tracker display
Privacy BadgerLearning-based protectionYesBehavioral detection
DuckDuckGo Privacy EssentialsSimple grading systemYesPrivacy scoring

Most privacy-focused users install both uBlock Origin (for blocking) and Ghostery or Privacy Badger (for visibility), since they serve complementary purposes.

What You Will Find and How to Interpret It

When you start looking at trackers, the numbers can be alarming. Here is how to read what you find without overreacting.

0 to 5 third-party domains: Clean site. Either a well-built independent site or one that has consciously minimized third-party loading.

5 to 15 third-party domains: Typical for blogs and content sites monetizing through advertising. Google Analytics and one or two ad networks are standard at this level.

15 to 40 third-party domains: Common on major news and media websites. You will find multiple ad exchanges, analytics tools, social sharing widgets, and often session replay scripts at this level.

40+ third-party domains: The upper end of the tracking spectrum. Certain heavily monetized websites load an extraordinary number of third-party scripts. Each one represents an external company receiving data about your visit.

The specific names to be most aware of:

  • Google Analytics / Google Tag Manager: Almost universal. Tracks sessions, pages visited, time on site
  • Meta Pixel (facebook.com/connect.facebook.net): Tracks your behavior and reports it back to Facebook, even if you are not logged in
  • DoubleClick (doubleclick.net): Google’s ad network, enabling retargeting across millions of sites
  • Hotjar / FullStory / Microsoft Clarity: Session replay tools; these are recording your mouse movements
  • Criteo / The Trade Desk / MediaMath: Programmatic advertising networks building profiles for ad targeting

What to Do After You Find Them

Seeing trackers is informative. Doing something about them is optional but straightforward.

Block third-party cookies in Chrome: Go to chrome://settings/privacy, select “Third-party cookies,” and enable blocking. This prevents the most common form of cross-site tracking. Some sites will break (paywalls, social logins) but most work normally.

Use a content blocker: uBlock Origin blocks the majority of trackers before they load. You will not see them in DevTools because the requests are cancelled before they leave your browser.

Use Private Browsing mode for sensitive searches: Incognito does not make you anonymous, but it prevents cookies from persisting after you close the window. Useful for searches you do not want tied to your long-term profile.

Clear stored cookies periodically: Go to chrome://settings/privacy → “Delete browsing data” → select “Cookies and other site data” → choose a time range. Monthly clearing removes tracking identifiers that have accumulated.

Consider a privacy-focused DNS: Services like Cloudflare’s 1.1.1.1 with filtering or NextDNS block tracker domains at the network level before your browser even makes the request.

Where Browser Privacy Is Heading

Google has been attempting to phase out third-party cookies in Chrome for several years, having delayed the process multiple times under pressure from advertisers. As of 2025, the most current direction is to give users more direct controls rather than eliminating third-party cookies outright, meaning the default experience remains heavily tracked unless you actively change your settings.

The advertising industry is simultaneously developing new fingerprinting techniques specifically designed to withstand cookie blocking. Tools like browser fingerprinting, device graph matching, and cohort-based tracking (grouping you with similar users rather than tracking you individually) are becoming more prevalent as cookies lose effectiveness.

This makes browser-level tools extensions, DevTools visibility, and manual settings more important, not less, as the technical landscape shifts.

Key Takeaways

  • Every website you visit loads code from multiple third-party companies; the average is between 10 and 30 on a typical content site
  • Chrome’s built-in Site Info panel (click the icon next to the URL) shows active trackers in about ten seconds with no technical knowledge required
  • The Application tab in Chrome DevTools shows every cookie stored in your browser, including who set it and when it expires
  • The Network tab in DevTools shows live data transmission as you browse the most complete picture of what is being sent where
  • Meta’s tracking pixel is active on millions of websites and transmits data to Facebook regardless of whether you have an account
  • uBlock Origin is the single most effective tool for blocking trackers before they load
  • Blocking third-party cookies in Chrome settings is a one-step change that meaningfully reduces cross-site tracking
  • As third-party cookies fade, fingerprinting is growing; browser extensions that block script loading are more effective than cookie-blocking alone against this threat

You have been sharing your browsing behavior with dozens of companies on every page you visit. The tools to see exactly what is being collected and to stop most of it have been in your browser the whole time.

Frequently Asked Questions

Does Incognito mode stop websites from tracking me?

Partially. Incognito prevents cookies from being saved after you close the window, so tracking identifiers do not persist between sessions. However, websites can still fingerprint your browser, see your IP address, and track you within a single session. Your ISP and employer can also see your traffic in Incognito mode. It is privacy from your local device, not from the internet.

If I block trackers, will websites stop working?

Most websites work normally with third-party cookies blocked and tracker extensions installed. The main exceptions are paywalls that use third-party authentication, some social login buttons (“Sign in with Google”), and embedded social media widgets. These can usually be worked around by logging in directly rather than using a social sign-in option.

Yes, in most jurisdictions, with disclosure. Websites are generally required to disclose session recording in their privacy policy, and many do so in boilerplate language that few people read. If you see Hotjar, FullStory, or Microsoft Clarity in a site’s tracker list, your mouse movements and scroll behavior are being recorded and transmitted to a third party.

Does Chrome’s Enhanced Protection mode stop tracking?

Chrome’s Enhanced Safe Browsing mode (under Settings → Privacy and Security → Security) improves protection against malicious sites and downloads but does not specifically block tracking scripts. It is worth enabling for security reasons, but it is not a privacy tool in the tracking sense.

Can websites detect that I am using a tracker blocker?

Yes, and some do. Certain sites check whether their analytics scripts have loaded and if not, display a message asking you to disable your ad blocker. This is more common on advertising-heavy sites. Most sites do not check, and those that do rarely enforce it beyond a request.

What is the single most effective change I can make right now?

Install uBlock Origin from the Chrome Web Store. It is free, takes two minutes to install, requires no configuration, and immediately blocks the majority of trackers and ads on every site you visit. No other single change delivers as much privacy improvement with as little effort.

Comments are off for this post.