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 Tue Dec 24 10:55:37 2024 EST. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

First / Prev Page 3 of 871 (13063 nodes) Next / Last

NODEVISIHIAIPIDLI
DUI
WLI
WUI
MLI
MUI
NSINIBI
3.68.67.150:8333
ec2-3-68-67-150.eu-…
/Satoshi:26.0.0/
Germany30
1.00001.00001.00000.79411.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9796
0.97690.96521.0000
3.71.96.148:8333
ec2-3-71-96-148.eu-…
/Satoshi:26.0.0/
Germany31
1.00001.00001.00000.79431.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9960
0.97690.94681.0000
95.110.234.93:8333
host93-234-110-95.s…
/Satoshi:0.19.1/
Italy32
0.94881.00001.00000.95141.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.91930.89151.0000
35.71.184.46:8333
a337781ae5f582ee7.a…
/Satoshi:27.0.0/
United States33
1.00000.99071.00000.77781.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9831
0.97690.97861.0000
[2001:678:68c:fffb::195]:8333
2001-678-68c.ipv6.d…
/Satoshi:28.0.0/
Russian Federation34
1.00000.99071.00000.95121.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9961
0.88210.88611.0000
81.7.17.202:8333
81-7-17-202.blue.ku…
/Satoshi:27.0.0(nee…
Germany35
1.00000.99071.00000.91391.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9945
0.88210.92251.0000
69.67.150.71:8333
/Satoshi:25.1.0/
United States36
1.00001.00001.00000.97031.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9920
0.83600.90201.0000
185.31.136.172:8333
cust-eac-host11.net…
/Satoshi:26.0.0/
Finland37
1.00001.00001.00000.81291.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9968
0.95030.93721.0000
[2001:67c:1220:808::93e5:81f]:8333
bazar.fit.vutbr.cz
/Satoshi:27.0.0/
Czechia38
1.00000.99071.00000.96531.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9874
0.97690.77541.0000
87.236.195.198:8333
unassigned-87.236.1…
/Satoshi:28.99.0/
Czechia39
1.00000.94791.00000.94251.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9918
0.97690.83421.0000
153.92.93.114:8333
mail.jh-computers.de
/Satoshi:27.1.0/
Germany40
1.00000.99071.00000.99501.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9617
0.97690.76831.0000
75.2.39.107:8333
a337781ae5f582ee7.a…
/Satoshi:27.0.0/
United States40
1.00000.99071.00000.79411.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9841
0.97690.94681.0000
82.66.10.11:8333
bdn33-1_migr-82-66-…
/Satoshi:28.0.0/
France41
1.00000.99071.00000.82431.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9945
0.95030.92741.0000
85.159.237.71:8333
.
/Satoshi:0.16.0/
Netherlands42
0.94880.98091.00000.91551.00001.0000
1.0000
1.0000
1.0000
1.0000
1.0000
0.97690.86381.0000
99.83.216.0:8333
a098e67c08c8d6c83.a…
/Satoshi:27.0.0/
United States43
1.00000.99071.00000.77741.00001.0000
1.0000
1.0000
1.0000
1.0000
0.9844
0.97690.95611.0000

First / Prev Page 3 of 871 (13063 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.