Skip to main content
The trackers_best.txt list contains the 20 most reliable and fastest public BitTorrent trackers. This curated list is perfect for general use and provides optimal performance without overwhelming your torrent client.

Overview

20 trackers - Updated daily - Sorted by popularity and latency
This list is automatically generated daily by testing all available public trackers and selecting the top 20 performers based on:
  • Response time (latency)
  • Availability (uptime)
  • Number of peers tracked
  • Overall reliability

Download URLs

curl -O https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt

GitHub Raw

Primary source

Mirror

GitHub Pages

CDN

jsDelivr (fastest)

Example Trackers

Here are some trackers currently in the best list:
udp://tracker.opentrackr.org:1337/announce
udp://open.demonii.com:1337/announce
udp://open.stealth.si:80/announce
udp://exodus.desync.com:6969/announce
udp://tracker1.myporn.club:9337/announce
udp://tracker.torrent.eu.org:451/announce
udp://tracker.theoks.net:6969/announce
udp://tracker.srv00.com:6969/announce
udp://tracker.filemail.com:6969/announce
udp://tracker.dler.org:6969/announce
https://torrent.tracker.durukanbal.com:443/announce
Tracker URLs change frequently as performance fluctuates. Always download the latest version of the list rather than copying these examples.

When to Use This List

Recommended for:
  • General torrenting needs
  • Users who want optimal performance
  • Clients that perform poorly with many trackers
  • Mobile devices with limited resources
  • Private trackers supplementation
Best suited for:
  • qBittorrent - Handles 20 trackers efficiently
  • Transmission - Lightweight and fast with this list
  • Deluge - Optimal performance with moderate tracker count
  • rTorrent - Perfect for headless servers
  • Aria2 - Excellent for download managers

File Format

The list uses a simple newline-separated format:
udp://tracker.opentrackr.org:1337/announce

udp://open.demonii.com:1337/announce

udp://open.stealth.si:80/announce

https://torrent.tracker.durukanbal.com:443/announce

...
Each tracker URL is followed by a blank line. This format is universally compatible with all major BitTorrent clients.

Protocol Distribution

The best trackers list typically includes:

UDP

~19 trackersFastest protocol with lowest overhead

HTTPS

~1 trackerEncrypted and firewall-friendly

HTTP

May varyUniversal compatibility
UDP trackers dominate the best list because they typically offer the lowest latency and best performance for peer discovery.

Performance Comparison

Metrictrackers_best.txttrackers_all.txt
Tracker Count20112
Average LatencyLowestVaries
Client OverheadMinimalModerate-High
Peer DiscoveryExcellentMaximum
RecommendedYesFor power users

Integration Examples

Add to qBittorrent:
  1. Download the list
  2. Go to ToolsOptionsBitTorrent
  3. Check “Automatically add these trackers to new downloads”
  4. Paste the entire list content
Or use automation:
# Download and add to qBittorrent config
curl https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt \
  >> ~/.config/qBittorrent/qBittorrent.conf

Alternative: IP Address Version

If you’re experiencing DNS issues or operating in DNS-blocked environments:

trackers_best_ip.txt

Same 20 trackers but with IP addresses instead of domain namesView IP Address Lists →

Automation

Automate daily updates with cron:
#!/bin/bash
# update-trackers.sh

# Download latest list
curl -s https://raw.githubusercontent.com/ngosang/trackerslist/master/trackers_best.txt \
  -o /tmp/trackers_best.txt

# Import to your torrent client
# (client-specific commands here)

echo "Trackers updated: $(date)"
Add to crontab:
# Update trackers daily at 3 AM
0 3 * * * /path/to/update-trackers.sh
Lists are updated daily around midnight UTC. Schedule your automation to run a few hours after to ensure you get the latest version.

Troubleshooting

  • Verify your firewall allows UDP port 6969 (common tracker port)
  • Check if your ISP blocks BitTorrent traffic
  • Try the HTTPS-only trackers from the list
  • Download the latest version (trackers change daily)
  • Ensure you’re using the latest list
  • Check that DHT (Distributed Hash Table) is enabled in your client
  • Try combining with trackers_all.txt for more sources
  • Verify port forwarding is configured correctly
  • Some trackers may be temporarily down
  • Your network may block certain protocols
  • Try the IP address version to bypass DNS issues
  • Consider using only protocol-specific lists (e.g., UDP-only)

Next Steps

All Trackers

View the complete list of 112 trackers

Integration Guide

Detailed setup for your torrent client

Protocol-Specific

Filter by protocol (UDP, HTTP, HTTPS)

API Access

Programmatic access to tracker lists

Build docs developers (and LLMs) love