Do Websites See Tor Exit Node IP Addresses?

When you browse the internet using the Tor network, the websites you visit do not see your personal IP address; instead, they see the public IP address of the Tor exit node. This article explains how Tor network routing handles your connection, why the destination server only registers the exit relay, and what this means for your online anonymity.

How Tor Handles Web Requests

Tor routes your internet traffic through a multi-layered circuit of three randomly selected volunteer servers:

  1. The Entry (Guard) Node: Receives your encrypted traffic and knows your real IP address, but cannot see what website you want to visit.
  2. The Middle Relay: Passes the encrypted traffic between the entry and exit nodes without knowing the original sender or final destination.
  3. The Exit Node: Strips away the final layer of encryption and sends the request directly to the target website on your behalf.

Because the exit node is the machine establishing the final TCP/IP connection to the destination server, the website logs the exit node’s IP address rather than yours.

Why the Website Cannot Trace Your Real IP

Each hop in the Tor circuit only knows the IP address of the node immediately before and after it. The exit node only knows the IP address of the middle relay, not your original IP. Consequently, the website cannot trace the request back to your device through network-level IP logging alone.

Furthermore, Tor exit nodes are public and constantly rotate. When you open a new circuit or restart the Tor Browser, you are assigned a different exit node with a new IP address.

Critical Privacy Considerations

While destination websites only see the exit node’s IP address, your identity can still be compromised through other vectors:

In conclusion, websites strictly see the IP address of the Tor exit node, ensuring your actual IP address and physical location remain completely hidden from the destination server.