Tor
Also known as: The Onion Router, Tor Browser
An anonymity network that routes traffic through three volunteer-operated relays with layered encryption so that no single node knows both the source and the destination.
Last updated:
What is Tor?
Tor (originally an acronym for The Onion Router) is a free, open-source anonymity network. A Tor client builds a circuit of three relays — entry (guard), middle, and exit — and sends traffic through all three with layered encryption, so that:
- The entry relay sees the user's IP but not the destination
- The middle relay sees neither the user nor the destination
- The exit relay sees the destination but not the user's IP
This separation of knowledge is what makes Tor resistant to single-point surveillance. It is maintained by the Tor Project and funded largely by grants and donations.
Tor vs. VPN vs. proxy
All three change the apparent source IP, but the trust model differs:
- A proxy is one hop. You trust the proxy operator fully.
- A VPN is also one hop (the VPN server) — faster than Tor, but you trust the VPN operator.
- Tor is three hops operated by independent volunteers, with layered encryption. Much stronger anonymity, much higher latency.
Tor IPs in the wild
Tor exits are publicly listed — the Tor Project itself publishes the current exit-node consensus at https://check.torproject.org/exit-addresses, updated every few minutes. Every major website can look up whether a visiting IP is a Tor exit and make an access decision.
Tor is used for legitimate privacy reasons (journalists, activists, whistleblowers, researchers, users under censorship) and also for scraping, spam, and attacks. Most sites neither block nor privilege Tor users by default — some require an extra CAPTCHA, some block entirely, and some treat it identically to any other IP. Our IP lookup flags Tor exits on every result so operators can decide how to handle them.