Bitnodes estimates the relative size of the Bitcoin peer-to-peer network by finding all of its reachable nodes.


Support Bitnodes project and enjoy ad-free experience. Sign up and upgrade today.

Leaderboard

Reachable Bitcoin nodes ranked according to their Peer Index (PIX) as of Tue Oct 22 03:10:55 2024 EDT. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

First / Prev Page 725 of 780 (11692 nodes) Next / Last

NODEVISIHIAIPIDLI
DUI
WLI
WUI
MLI
MUI
NSINIBI
95.88.28.9:8333
ip5f581c09.dynamic.…
/Satoshi:27.1.0/
Germany9567
1.00000.99110.99610.83551.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
84.181.28.8:8333
p54b51c08.dip0.t-ip…
/Satoshi:23.0.0/
Germany9567
1.00001.00000.99840.82421.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
84.190.141.88:8333
p54be8d58.dip0.t-ip…
/Satoshi:0.21.1/
Germany9567
1.00001.00000.99580.82681.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
91.7.159.137:8333
p5b079f89.dip0.t-ip…
/Satoshi:24.0.1/
Germany9567
1.00001.00000.99580.82681.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
91.17.42.133:8333
p5b112a85.dip0.t-ip…
/Satoshi:24.0.0/
Germany9567
1.00001.00000.99960.82301.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
84.156.119.48:8333
p549c7730.dip0.t-ip…
/Satoshi:0.21.1/
Germany9568
1.00001.00000.99860.82391.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
91.7.154.205:8333
p5b079acd.dip0.t-ip…
/Satoshi:24.0.1/
Germany9569
1.00001.00000.99790.82431.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
100.0.71.9:8333
pool-100-0-71-9.bst…
/Satoshi:27.1.0/
United States9570
1.00000.99111.00000.83091.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
[2003:ed:a70c:bd00:b62e:99ff:fe7d:2521]:8333
p200300EDa70cBd00B6…
/Satoshi:24.0.0/
Germany9570
1.00001.00000.99840.82351.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
84.180.213.214:8333
p54b4d5d6.dip0.t-ip…
/Satoshi:25.0.0/
Germany9570
1.00001.00000.99790.82411.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
84.180.201.46:8333
p54b4c92e.dip0.t-ip…
/Satoshi:25.0.0/
Germany9570
1.00001.00000.99710.82491.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
84.185.15.87:8333
p54b90f57.dip0.t-ip…
/Satoshi:25.0.0/
Germany9570
1.00001.00000.99660.82541.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
[2003:ec:7725:5000:b25a:daff:fe87:77b4]:8333
p200300ec77255000b2…
/Satoshi:25.1.0/
Germany9571
1.00001.00000.99740.82451.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
93.209.178.20:8333
p5dd1b214.dip0.t-ip…
/Satoshi:23.0.0/
Germany9571
1.00001.00000.99580.82611.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000
[2003:ec:770b:300:b25a:daff:fe87:77b4]:8333
p200300eC770B0300b2…
/Satoshi:25.1.0/
Germany9572
1.00001.00000.99650.82521.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.00000.0000

First / Prev Page 725 of 780 (11692 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.