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 May 2 20:06:17 2024 EDT. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

First / Prev Page 367 of 893 (13393 nodes) Next / Last

NODEVISIHIAIPIDLI
DUI
WLI
WUI
MLI
MUI
NSINIBI
108.82.180.34:8333
108-82-180-34.light…
/Satoshi:27.0.0/
United States4769
1.00000.97060.53160.82481.00000.0000
0.9794
0.8000
0.9941
1.0000
0.8596
0.69070.82190.0000
188.165.231.187:8333
ns3129991.ip-188-16…
/Satoshi:26.1.0/
France4770
1.00001.00001.00000.77821.00001.0000
1.0000
1.0000
1.0000
0.0000
0.0000
0.88210.81170.0000
161.97.131.168:8333
vmi449826.contabose…
/Satoshi:23.0.0/
Germany4771
1.00001.00001.00000.75151.00001.0000
1.0000
0.0000
1.0000
0.0000
1.0000
0.91930.80080.0000
54.197.114.125:9333
ec2-54-197-114-125.…
/Satoshi:23.99.0/
United States4772
1.00001.00000.97260.80300.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9962
0.00000.69900.0000
24.56.46.253:8333
ip24-56-46-253.ph.p…
/Satoshi:23.0.0/
United States4773
1.00001.00001.00000.85631.00000.9000
1.0000
0.9000
1.0000
0.2000
0.9701
0.00000.64270.0000
95.217.160.34:8333
static.34.160.217.9…
/Satoshi:24.0.1/
Finland4774
1.00001.00001.00000.73781.00001.0000
1.0000
0.0000
1.0000
0.0000
0.9972
0.95030.78350.0000
[2001:41d0:306:450d::]:8333
/Satoshi:23.1.0/
France4775
1.00001.00001.00000.77651.00001.0000
1.0000
0.0000
1.0000
0.0000
0.0000
0.97690.71481.0000
192.99.32.109:8333
ns541972.ip-192-99-…
/Satoshi:0.21.1/
Canada4776
1.00001.00001.00000.77651.00001.0000
0.8763
1.0000
0.8935
1.0000
0.9208
0.00000.00000.0000
[2a02:c204:2178:8331::1]:8333
vmi1788331.contabos…
/Satoshi:25.0.0/
Germany4777
1.00001.00001.00000.74891.00001.0000
1.0000
1.0000
1.0000
0.0000
0.0000
0.95030.76590.0000
185.150.160.210:8333
/Satoshi:0.21.1/
France4778
1.00001.00001.00000.88731.00001.0000
0.8763
0.0000
0.8580
0.0000
0.8661
0.97690.00001.0000
178.83.160.129:8333
178-83-160-129.dyna…
/Satoshi:23.0.0/
Switzerland4779
1.00001.00001.00000.88321.00001.0000
1.0000
0.0000
1.0000
0.0000
0.9454
0.83600.79910.0000
66.42.76.202:8333
66.42.76.202.vultru…
/Satoshi:24.0.1/
United States4780
1.00000.00001.00000.82871.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9918
0.00000.64270.0000
185.249.227.49:8333
vmi1798588.contabos…
/Satoshi:26.1.0/
Germany4781
1.00001.00001.00000.74941.00001.0000
1.0000
1.0000
1.0000
0.0000
0.0000
0.95030.76300.0000
154.38.160.27:8333
vmi1801288.contabos…
/Satoshi:25.0.0/
United States4782
1.00001.00001.00000.75941.00001.0000
1.0000
1.0000
1.0000
0.0000
0.0000
0.00000.70301.0000
167.179.108.82:8333
167.179.108.82.vult…
/Satoshi:24.0.1/
Japan4783
1.00000.00001.00000.82921.00001.0000
1.0000
1.0000
0.9941
1.0000
1.0000
0.00000.63870.0000

First / Prev Page 367 of 893 (13393 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.