Why Are There Fewer Tor Exit Nodes Than Middle Relays?

The Tor network relies on a global infrastructure of volunteer-operated servers to provide online privacy, dividing traffic across guard nodes, middle relays, and exit nodes. Despite healthy numbers of middle and guard relays, the network consistently faces a critical shortage of exit nodes. This disparity exists because exit nodes face severe legal risks, constant IP blacklisting, hostile Internet Service Provider (ISP) policies, and heavy administrative burdens that middle relays completely avoid.

The Exposure of the Exit Point

In the Tor network, a user’s traffic is routed through three layers of encryption:

  1. Guard/Entry Node: Knows who the user is, but not what website they are visiting.
  2. Middle Relay: Passes encrypted traffic between the guard and the exit node, knowing neither the user’s identity nor their destination.
  3. Exit Node: Decrypts the final layer of traffic and connects directly to the destination server on the public internet.

Because middle relays only transfer encrypted data between other Tor nodes, their operators face virtually zero exposure to the outside internet. Exit nodes, however, serve as the final bridge to the clear web.

To any destination server, web service, or monitoring authority, malicious or illegal traffic generated by an anonymous user appears to originate directly from the IP address of the exit node. Consequently, exit node operators routinely receive:

While running an exit node is legally protected in many countries under safe-harbor and common-carrier provisions, handling the legal friction requires significant time, money, and legal expertise that average volunteers do not possess.

IP Blacklisting and Censorship

Major online platforms, financial institutions, streaming platforms, and DDoS-protection services (such as Cloudflare) routinely blacklist known Tor exit node IP addresses. Running an exit node on a personal or corporate IP address permanently damages its reputation, leading to:

Hosting Provider and ISP Restrictions

Most residential ISPs and conventional hosting providers explicitly prohibit running Tor exit nodes in their terms of service due to the volume of abuse complaints they generate. While hosting a middle relay is acceptable to most providers, running an exit node often results in:

Because setting up a middle relay requires only spare bandwidth and minimal configuration with almost no legal or operational risk, the vast majority of volunteers choose to run middle relays, leaving exit nodes as the rarest and most resource-intensive component of the Tor ecosystem.