Tor Exit Node Detection
Instantly Check If Your IP Is a Tor Network Exit Node
What are Tor exit nodes? Tor exit nodes are the final relay in the Tor anonymity network where encrypted traffic exits to the regular internet. They are publicly listed and often blocked by websites due to abuse concerns. Our service maintains a daily-updated database of 5,000+ exit nodes to help you detect Tor traffic instantly.
Check Your IP
Click the button below to check if your current IP address is a known Tor exit node.
How It Works
What is the Tor Network?
Tor (The Onion Router) is a free, open-source network designed to protect user privacy and anonymity online. It works by routing internet traffic through multiple volunteer-operated relays (nodes).
How Tor Works
- Entry Nodes (Guards): Your initial connection to the Tor network. These nodes know your real IP but not your destination.
- Relay Nodes (Middle): Intermediate nodes that pass encrypted traffic between nodes. They know neither source nor destination.
- Exit Nodes: The final relay where encrypted traffic exits to reach regular websites. These nodes can see the destination but not your real IP.
Each layer of encryption is removed at each hop, like peeling an onion - hence the name. This multi-layer approach makes it extremely difficult to trace internet activity back to the original user.
Learn more: Official Tor Project Website
Why Detect Tor Exit Nodes?
For Website Administrators
- Prevent Abuse: Block spam, fraud, and automated attacks from anonymous sources
- Enforce Geographic Restrictions: Comply with content licensing or regulatory requirements
- Reduce Bot Traffic: Filter out automated scrapers and crawlers hiding behind Tor
- Protect Resources: Prevent resource-intensive attacks from anonymous users
For Privacy Users
- Verify Tor Browser: Confirm that your Tor Browser is actually routing through Tor exit nodes
- Test Configuration: Ensure your Tor setup is working correctly
- Understand Visibility: Learn which of your activities are visible as Tor traffic
For Security Teams
- Monitor Network Traffic: Identify anonymous connections in your network logs
- Threat Intelligence: Correlate Tor usage with suspicious activity patterns
- Compliance: Meet security policies requiring Tor traffic identification
For Developers
- API Integration: Add Tor detection to your application's access control
- Rate Limiting: Apply stricter limits to anonymous Tor traffic
- User Experience: Provide appropriate messaging to Tor users
Technical Details
Data Source
Source: Official Tor Project exit node directory
Database Size: 5,052+ exit nodes (IPv4 + IPv6)
Update Frequency: Daily sync at 3:00 AM UTC
Coverage: Global Tor exit node directory
Detection Priority
When checking an IP address, our system applies detection in this order:
- Tor Exit Node: Highest priority - checked first
- VPN Provider: Second priority (if not Tor)
- Datacenter: Third priority (cloud providers, hosting)
- Residential: Default classification (regular ISP)
This priority system ensures accurate categorization, as some Tor exit nodes may run on VPN or datacenter IPs.
API Response
Our /api endpoint includes Tor detection:
{
"ip": "185.220.101.123",
"network": {
"type": "Datacenter",
"isTor": true,
"isVPN": false,
"isProxy": false,
"isDatacenter": true
}
}
Frequently Asked Questions
/api endpoint includes Tor detection in the response. Simply check the network.isTor boolean field. You can integrate this into your application for access control, fraud prevention, or analytics. The API is free to use with reasonable rate limits. See our API documentation for implementation details and best practices.Looking for Other Privacy Tests?
Tor detection is just one part of online privacy. Check for other leaks:
Learn more about Tor and privacy: