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 Apr 27 20:05:15 2024 EDT. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

First / Prev Page 415 of 880 (13198 nodes) Next / Last

NODEVISIHIAIPIDLI
DUI
WLI
WUI
MLI
MUI
NSINIBI
[2001:1970:5ddc:d500:aaa1:59ff:fe22:ca75]:8333
/Satoshi:22.0.0/
Canada5523
1.00000.00001.00000.93581.00001.0000
0.3299
1.0000
0.3018
1.0000
0.8388
0.00000.00001.0000
185.130.227.90:8333
/Satoshi:27.0.0/
Netherlands5524
1.00000.97061.00000.90141.00001.0000
1.0000
0.0000
0.0000
0.0000
0.0000
0.97690.55631.0000
217.145.94.94:8333
Home.TheKNK.Net
/Satoshi:22.0.0/
Bulgaria5525
1.00001.00001.00000.00001.00001.0000
0.4124
1.0000
0.4734
0.8000
0.6612
0.54870.50950.0000
169.197.23.204:8333
/Satoshi:26.0.0/
United States5526
1.00001.00000.99990.96791.00001.0000
0.0928
1.0000
0.0296
1.0000
0.4783
0.83600.00000.0000
185.31.136.246:8333
/Satoshi:23.0.0/
Finland5527
1.00001.00001.00000.81131.00000.0000
1.0000
0.0000
1.0000
0.0000
0.9918
0.91930.68120.0000
13.42.26.179:8333
ec2-13-42-26-179.eu…
/Satoshi:0.21.1/
United Kingdom5528
1.00000.00001.00000.77911.00001.0000
0.7423
0.9000
0.7160
0.5000
0.8456
0.91930.00000.0000
46.146.230.233:8333
failover.stlpo.perm…
/Satoshi:22.0.0/
Russian Federation5529
1.00000.00001.00000.89761.00001.0000
0.9897
1.0000
0.2899
0.0000
0.0000
0.88210.34241.0000
13.231.85.192:8333
ec2-13-231-85-192.a…
/Satoshi:0.21.1/
Japan5530
1.00001.00001.00000.77931.00001.0000
0.5052
0.7000
0.5976
1.0000
0.8197
0.00000.00000.0000
[2001:1528:111:ffff:214::207]:8333
psql-prod.wbtcb.com
/Satoshi:0.18.0/
Czechia5531
0.94200.99071.00000.95141.00001.0000
1.0000
0.0000
0.0000
0.0000
0.0000
0.97690.53971.0000
143.198.108.195:8333
/Satoshi:24.0.1/
United States5532
1.00000.99071.00000.75951.00000.0000
1.0000
0.0000
1.0000
0.5000
0.9865
0.69070.47280.0000
38.242.147.45:8333
vmi1269154.contabos…
/Satoshi:25.0.0/
Türkiye5533
1.00001.00000.99980.74781.00000.0000
0.0000
1.0000
0.8462
1.0000
0.9692
0.83600.00000.0000
[2a01:e0a:15f:1dd0:4829:f6ff:fea9:d42f]:8333
/Satoshi:27.0.0/
France5534
1.00000.97061.00000.82171.00001.0000
0.8351
1.0000
0.7751
0.0000
0.0000
0.88210.11390.0000
36.138.156.66:9334
/Satoshi:25.0.0/
China5535
1.00001.00000.00000.94720.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9929
0.00000.45810.0000
173.171.101.35:8333
syn-173-171-101-035…
/Satoshi:26.0.0/
United States5536
1.00000.98091.00000.87671.00001.0000
1.0000
0.0000
0.7633
0.0000
0.0000
0.77590.00001.0000
50.113.86.14:8333
syn-050-113-086-014…
/Satoshi:22.0.0/
United States5537
1.00000.00001.00000.89751.00000.0000
1.0000
0.0000
0.9645
0.4000
0.9524
0.54870.63351.0000

First / Prev Page 415 of 880 (13198 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.