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 Wed Dec 24 05:25:03 2025 UTC. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

Page 1 of 381 (5714 nodes) Next / Last

NODEVISIHIAIPIDRI
DUI
WRI
WUI
MRI
MUI
NSINIBI
[2001:1bc0:c1::2000]:8333
/Satoshi:28.3.0/
Germany1
1.00001.00001.00000.95561.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.97440.95360.9913
[2a00:1f40:5001:108:5d17:7703:b0f5:4133]:8333
2a00-1f40-5001-108-5d17-7703-b0f5-4133.pool6.panelnet.hu
/Satoshi:27.2.0/
Hungary2
1.00001.00001.00000.96751.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.96140.99640.9198
82.96.96.40:8333
/Satoshi:28.3.0/
Germany3
1.00001.00001.00000.95561.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.91930.95810.9198
[2001:41d0:a:69a2::1]:8333
/Satoshi:30.0.0/
France4
1.00001.00001.00000.77611.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.92590.95180.9913
[2001:41d0:8:ed7f::1]:8333
/Satoshi:22.0.0/
France5
1.00000.98711.00000.77611.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.93230.95680.9913
93.57.81.162:8333
93-57-81-162.ip163.fastwebnet.it
/Satoshi:0.21.1/
Italy6
1.00000.98711.00000.88711.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.83600.91390.9913
94.23.250.143:8333
btc.speclab.pl
/Satoshi:30.0.0/
France7
1.00000.99371.00000.77591.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.95030.93740.9198
135.181.25.149:8333
finland.totarasystems.com
/Satoshi:28.1.0/Kno…
Finland8
1.00000.96591.00000.74931.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.89020.97310.9913
77.240.190.41:8333
smtp-alpha.mabi.cz
/Satoshi:29.0.0/
Czechia9
1.00001.00001.00000.99181.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.99340.96440.6167
185.31.136.166:8333
cust-eac-host5.netinch.com
/Satoshi:26.0.0/
Finland10
1.00000.98711.00000.83991.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.79590.95180.9913
148.251.110.53:8333
static.53.110.251.148.clients.your-server.de
/Satoshi:29.1.0/
Germany11
1.00001.00001.00000.74911.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.93850.95810.9198
[2a07:9a07:3::2:1]:8333
/Satoshi:30.0.0/
Czechia12
1.00001.00001.00000.81161.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.88210.94690.9198
[2a09:2681:1001::23]:8333
/Satoshi:25.0.0/
Sweden13
1.00000.92411.00000.94161.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.93230.93950.8156
185.68.67.42:8333
vps-185-42.tisnet.ch
/Satoshi:24.2.0/
Switzerland14
1.00000.98711.00000.94041.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.84620.94110.8351
188.214.129.52:8333
ip-188-214-129-52.009.ptr.cherryservers.net
/Satoshi:27.0.0/
Lithuania15
1.00000.97331.00000.88261.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.77590.94580.9559

Page 1 of 381 (5714 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 + DRI + DUI + WRI + WUI + MRI + 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

DRI = Average daily RTT index
    DRI = 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)^100
        t = number of daily ticks with RTT > 0
        T = number of daily ticks
        Tick with RTT <= 0 indicates that node is unreachable

WRI = Average weekly RTT index
    WRI = 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)^100
        t = number of weekly ticks with RTT > 0
        T = number of weekly ticks
        Tick with RTT <= 0 indicates that node is unreachable

MRI = Average monthly RTT index
    MRI = 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)^100
        t = number of monthly ticks with RTT > 0
        T = number of monthly ticks
        Tick with RTT <= 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 = (log(Pi / 10.0))^2
        Pi = node's fetched recent blocks percentile (to the nearest percentile between 10th and 99th)

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.