iplogs.com

Tor exit node list

Live list of Tor exit-node IPv4 addresses, refreshed hourly from check.torproject.org. Use this list to block, flag, or simply contextualize Tor traffic in your own application. Every IP here is flagged as tor_exit by the IPLogs detection engine.

What is a Tor exit node?

Tor (The Onion Router) is an anonymity network that routes traffic through three randomly-selected volunteer relays before reaching its destination. The final relay — the exit node — is the IP address the destination server sees. Because exit nodes are public and their list is freely published by the Tor Project, they are one of the easiest categories to detect with 100% confidence.

Current count: 3,245 active exits

Sample of the first 100 exit IPs below. The full list is refreshed hourly by the IPLogs backend and used as a primary signal in the detection pipeline.

How to use this list

Two approaches:

  1. Fetch the raw list directly. The Tor Project publishes the feed at check.torproject.org/exit-addresses. No authentication, no rate limit. Re-fetch once per hour.
  2. Use the IPLogs API. POST an IP to iplogs.com/v1/check and check the signals[].type == "tor_exit" field in the response. See the API docs.