Bitnodes estimates the relative size of the Bitcoin peer-to-peer network by finding all of its reachable nodes.


Leaderboard

Reachable Bitcoin nodes ranked according to their Peer Index (PIX) as of Sat Jul 12 20:05:36 2025 EDT. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

First / Prev Page 719 of 957 (14344 nodes) Next / Last

NODEVISIHIAIPIDLI
DUI
WLI
WUI
MLI
MUI
NSINIBI
67.240.148.148:8333
syn-067-240-148-148…
/Satoshi:27.1.0/
United States9446
1.00000.94830.99720.88851.00000.0000
0.0000
0.0000
0.0000
1.0000
0.0494
0.00000.00000.0000
68.4.113.205:8333
ip68-4-113-205.oc.o…
/Satoshi:28.1.0/Kno…
United States9447
1.00000.93810.99590.84511.00000.0000
0.0000
0.0000
0.0000
1.0000
0.1042
0.00000.00000.0000
93.192.222.154:8333
p5dc0de9a.dip0.t-ip…
/Satoshi:28.0.0/
Germany9448
1.00001.00000.99820.81101.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.97690.09690.0000
65.43.212.113:8333
65-43-212-113.light…
/Satoshi:25.0.0/
United States9448
1.00000.99240.99540.80141.00000.0000
0.0000
0.0000
0.0000
1.0000
0.0938
0.00000.00000.0000
97.122.245.160:8333
97-122-245-160.hlrn…
/Satoshi:29.0.0/
United States9448
1.00000.97600.99670.86581.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.77590.26850.0000
91.109.234.47:8333
FTTX-91.109.234-47.…
/Satoshi:28.1.0/
United Kingdom9449
1.00000.00000.99520.00001.00000.0000
0.0000
0.0000
0.0000
1.0000
0.3061
0.91930.66200.0000
87.161.125.233:8333
p57a17de9.dip0.t-ip…
/Satoshi:29.0.0/
Germany9450
1.00000.97600.99740.80961.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.88210.21730.0000
93.127.248.131:8333
93-127-248-131.acce…
/Satoshi:29.0.0/
Germany9451
1.00000.97601.00000.90601.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00001.0000
2.242.130.240:8333
dynamic-002-242-130…
/Satoshi:22.0.0/
Germany9452
1.00000.99241.00000.88951.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00001.0000
82.145.113.32:8333
/Satoshi:29.0.0/
Italy9452
1.00000.97600.99800.98861.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.91930.00000.0000
27.32.250.214:8333
27-32-250-214.tpgi.…
/Satoshi:25.1.0(Fut…
Australia9453
1.00000.99240.99540.87681.00000.0000
0.0000
0.0000
0.0000
0.9000
0.0625
0.00000.05460.0000
175.193.8.114:8333
/Satoshi:27.0.0/
Korea (the Republic of)9454
1.00001.00000.99920.85871.00000.0000
0.0000
1.0000
0.0059
0.0000
0.0000
0.00000.01770.0000
80.128.176.39:8333
p5080b027.dip0.t-ip…
/Satoshi:29.0.0/
Germany9455
1.00001.00000.99990.80931.00001.0000
0.0722
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
[2001:9e8:c2e8:1300:e65f:1ff:fe29:50df]:8333
/Satoshi:27.0.0/
Germany9456
1.00001.00001.00000.88061.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00001.0000
46.142.226.18:8333
18-226-142-46.pool.…
/Satoshi:27.0.0/
Germany9456
1.00001.00001.00000.88061.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00001.0000

First / Prev Page 719 of 957 (14344 nodes) Next / Last


Peer Index (PIX)

PIX value is calculated every 24 hours for each activated node based on its properties and network metrics. The value ranges between 0.0 and 10.0 with 10.0 being the most desirable for the Bitcoin network. The formula used to calculate PIX value is described below.

PIX = ((VI + SI + HI + AI + PI + DLI + DUI + WLI + WUI + MLI + MUI + NSI + NI + BI) / 14.0) * 10.0

rs = Rank score
    rs = log(max(1.0, rn))
    rn = normalized reverse rank = ((rv - 1.0) / (rmax - 1.0)) * 10.0
    rv = reverse rank = rmax - (r - rmin)
    r = rank (see details in the particular index below)

cs = Count score
    cs = 1 - (log(c) / log(n))
    n = number of reachable nodes
    c = subset of n (see details in the particular index below)

VI = Protocol version index
    VI = rs
        rs = rank score
        r = rank of node's protocol version
        Most common protocol version is ranked 1 followed by the next most common protocol version

SI = Services index
    SI = √(rs)
        rs = rank score
        r = rank of node's services
        Most common services is ranked 1 followed by the next most common services
        SI is set to 0.0 for node without NODE_NETWORK

HI = Height index
    HI = h / H
        h = node's latest height
        H = consensus height

AI = ASN index
    AI = (cs + (rs * 2.0)) / 3.0
        cs = count score
        rs = rank score
        c = number of nodes from n with the same ASN
        r = CAIDA's AS rank

PI = Port index
    PI = 1.0 for 8333 (default port), 0.0 for other

DLI = Average daily latency index
    DLI = 1.0 for <=  300 ms
          0.9 for <=  400 ms
          0.8 for <=  500 ms
          0.7 for <=  600 ms
          0.6 for <=  700 ms
          0.5 for <=  800 ms
          0.4 for <=  900 ms
          0.3 for <= 1000 ms
          0.2 for <= 1100 ms
          0.1 for <= 1200 ms
          0.0 for  > 1200 ms

DUI = Daily uptime index
    DUI = t / T
        t = number of daily ticks with latency > 0
        T = number of daily ticks
        Tick with latency <= 0 indicates that node is unreachable

WLI = Average weekly latency index
    WLI = 1.0 for <=  300 ms
          0.9 for <=  400 ms
          0.8 for <=  500 ms
          0.7 for <=  600 ms
          0.6 for <=  700 ms
          0.5 for <=  800 ms
          0.4 for <=  900 ms
          0.3 for <= 1000 ms
          0.2 for <= 1100 ms
          0.1 for <= 1200 ms
          0.0 for  > 1200 ms

WUI = Weekly uptime index
    WUI = t / T
        t = number of weekly ticks with latency > 0
        T = number of weekly ticks
        Tick with latency <= 0 indicates that node is unreachable

MLI = Average monthly latency index
    MLI = 1.0 for <=  300 ms
          0.9 for <=  400 ms
          0.8 for <=  500 ms
          0.7 for <=  600 ms
          0.6 for <=  700 ms
          0.5 for <=  800 ms
          0.4 for <=  900 ms
          0.3 for <= 1000 ms
          0.2 for <= 1100 ms
          0.1 for <= 1200 ms
          0.0 for  > 1200 ms

MUI = Monthly uptime index
    MUI = t / T
        t = number of monthly ticks with latency > 0
        T = number of monthly ticks
        Tick with latency <= 0 indicates that node is unreachable

NSI = Network speed index
    NSI = √(log(Pi / 10.0))
        Pi = node's speed percentile (to the nearest percentile between 10th and 99th)

NI = Nodes index
    NI = √(rs)
        rs = rank score
        r = rank of i
        i = p ∩ n
        p = peers returned in addr responses
        n = number of reachable nodes
        Largest i (99th percentile) is ranked 1 followed by the next largest i

BI = Block index
    BI = 1.0 if valid block is returned in response to getdata request, 0.0 if otherwise

Join the Network

Be part of the Bitcoin network by running a Bitcoin full node, e.g. Bitcoin Core.

Use this tool to check if your Bitcoin client is currently accepting incoming connections from other nodes. Port must be between 1024 and 65535.