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 Fri Jan 10 14:10:09 2025 EST. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

First / Prev Page 847 of 881 (13205 nodes) Next / Last

NODEVISIHIAIPIDLI
DUI
WLI
WUI
MLI
MUI
NSINIBI
116.15.15.63:8333
bb116-15-15-63.sing…
/Satoshi:23.0.0/
Singapore10295
1.00000.00000.99770.92971.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.69070.06210.0000
100.2.120.98:8333
pool-100-2-120-98.n…
/Satoshi:27.0.0/
United States10296
1.00000.99110.85670.81921.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
[2409:8a04:425:8640:101a:1316:b06a:d0ae]:8333
/Satoshi:27.0.0/
China10297
1.00000.00000.99750.97061.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.69070.00000.0000
66.163.223.71:8333
ep4-71.v4.anycast.b…
/Satoshi:27.1.0/
United States10298
1.00000.99110.99600.00001.00000.0000
0.0000
0.0000
0.0000
0.6000
0.0690
0.00000.00000.0000
66.163.223.105:8333
ep4-105.v4.anycast.…
/Satoshi:27.1.0/
United States10299
1.00000.99110.99600.00001.00000.0000
0.0000
0.0000
0.0000
0.6000
0.0690
0.00000.00000.0000
107.135.155.76:8333
107-135-155-76.ligh…
/Satoshi:27.0.0/
United States10300
1.00000.99110.85120.81251.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
91.248.188.17:8333
dyndsl-091-248-188-…
/Satoshi:28.0.0/
Germany10301
1.00000.99110.68680.97171.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
[2400:d320:2227:8537::1]:8333
semikek
Japan10302
1.00000.82540.99880.82391.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
103.75.11.132:59051
undefined.hostname.…
/Satoshi:28.0.0/
New Zealand10303
1.00000.00000.99960.95650.00000.0000
0.0000
0.9000
0.5535
0.0000
0.0000
0.00000.23820.0000
46.250.250.117:8333
vmi2278537.contabos…
semikek
Japan10304
1.00000.82540.99890.82281.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
2.99.207.72:8333
host-2-99-207-72.as…
/Satoshi:0.9.3/
United Kingdom10305
0.52290.82540.38920.90791.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00001.00000.0000
219.249.109.171:8333
/Satoshi:28.0.0/
Korea (the Republic of)10306
1.00000.97180.53580.91011.00000.0000
0.0000
0.0000
0.0000
0.2000
0.0250
0.00000.00000.0000
37.116.248.64:8333
net-37-116-248-64.c…
/Satoshi:27.0.0/
Italy10307
1.00000.99110.65970.92891.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.06210.0000
89.32.240.79:8333
5920f04f.static.cus…
/Satoshi:27.0.0/
Netherlands10308
1.00000.99110.72710.91721.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
[2409:8a28:ec8:ae10:b085:19d8:c751:11c]:8333
/Satoshi:27.0.0/
China10309
1.00000.99110.99710.00001.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.54870.09690.0000

First / Prev Page 847 of 881 (13205 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.