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 Thu Mar 28 18:50:37 2024 EDT. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

First / Prev Page 222 of 774 (11605 nodes) Next / Last

NODEVISIHIAIPIDLI
DUI
WLI
WUI
MLI
MUI
NSINIBI
216.186.236.98:8333
d-216-186-236-98.oh…
/Satoshi:22.0.0/
United States2902
1.00001.00001.00000.90181.00001.0000
0.8351
1.0000
0.8935
1.0000
0.8000
0.00000.20511.0000
77.172.227.132:8333
77-172-227-132.fixe…
/Satoshi:26.0.0/
Netherlands2903
1.00000.98091.00000.84761.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9706
0.83600.00000.0000
[2001:41d0:203:1703::]:8333
/Satoshi:25.1.0/
France2903
1.00000.00001.00000.77551.00001.0000
1.0000
1.0000
1.0000
0.0000
0.9973
0.91930.94321.0000
69.10.62.91:8333
srv1.getbestcomppla…
/Satoshi:26.0.0/
United States2904
1.00001.00001.00000.87101.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9897
0.00000.77400.0000
51.75.207.79:8333
mail.saxrag.com
/Satoshi:25.0.0/
United Kingdom2905
1.00000.00001.00000.77601.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9756
0.88210.00001.0000
150.136.235.167:8333
/Satoshi:26.0.0/
United States2906
1.00001.00001.00000.86391.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9943
0.00000.77400.0000
[2a03:4000:6:416c::43]:8333
bcxchg.insc.de
/Satoshi:26.0.0/
Germany2906
1.00000.00001.00000.78571.00001.0000
1.0000
1.0000
1.0000
0.0000
0.9973
0.95030.89901.0000
52.205.206.62:8333
ec2-52-205-206-62.c…
/Satoshi:0.21.0/
United States2907
1.00001.00001.00000.80521.00001.0000
0.5876
1.0000
0.6272
1.0000
0.7760
0.83600.00001.0000
73.250.52.95:8333
c-73-250-52-95.hsd1…
/Satoshi:26.0.0/
United States2908
1.00001.00001.00000.80771.00001.0000
0.4742
1.0000
0.0651
1.0000
0.7237
0.77590.78471.0000
13.48.191.175:8333
ec2-13-48-191-175.e…
/Satoshi:25.0.0/
Sweden2909
1.00001.00001.00000.78291.00001.0000
1.0000
1.0000
1.0000
0.6000
1.0000
0.95030.29690.0000
70.35.98.12:8333
rockdell.org
/Satoshi:26.0.0/
United States2910
1.00000.98091.00000.91521.00001.0000
1.0000
1.0000
0.9822
1.0000
0.9754
0.77590.00000.0000
99.236.177.52:8333
cpe00fc8df24c83-cm0…
/Satoshi:25.0.0/
Canada2911
1.00000.99071.00000.88981.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9890
0.00000.76000.0000
67.241.169.206:8333
067-241-169-206.res…
/Satoshi:25.1.0/
United States2912
1.00000.98091.00000.91531.00001.0000
1.0000
1.0000
1.0000
0.0000
0.9569
0.77590.00001.0000
62.171.133.169:8333
vmi1389693.contabos…
/Satoshi:26.0.0/
Germany2913
1.00000.98091.00000.76241.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9662
0.91930.00000.0000
152.69.219.179:8333
/Satoshi:26.0.0/
Singapore2914
1.00001.00001.00000.86631.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9952
0.00000.76710.0000

First / Prev Page 222 of 774 (11605 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.