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 Mon Oct 28 03:10:51 2024 EDT. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

First / Prev Page 657 of 784 (11751 nodes) Next / Last

NODEVISIHIAIPIDLI
DUI
WLI
WUI
MLI
MUI
NSINIBI
190.21.107.255:8333
/Satoshi:26.1.0/
Chile8884
1.00000.92210.99700.95591.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.26320.0000
[2a12:5940:3280::2]:8333
/Satoshi:24.0.1/
Netherlands8885
1.00000.00000.99700.85461.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.95030.33580.0000
179.181.80.27:8333
/Satoshi:26.0.0/
Brazil8886
1.00001.00000.99870.92421.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.21430.0000
75.73.44.117:8333
c-75-73-44-117.hsd1…
/Satoshi:22.0.0(Fut…
United States8887
1.00001.00001.00000.80101.00000.0000
0.1649
0.0000
0.1243
0.0000
0.0432
0.00000.00000.0000
46.120.83.231:8333
46-120-83-231.stati…
/Satoshi:22.0.0/
Israel8888
1.00000.00000.99830.99851.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.83600.29730.0000
71.56.237.116:8333
c-71-56-237-116.hsd…
/Satoshi:27.0.0/
United States8889
1.00000.99070.99850.80291.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.33720.0000
[2a01:4ff:f0:d0e4::1]:8333
/Satoshi:25.0.0/
United States8890
1.00000.00000.99810.85451.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.83600.43930.0000
149.36.49.231:28852
unn-149-36-49-231.d…
/Satoshi:0.20.2(sto…
Canada8891
0.94880.98090.99810.92420.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.54870.72700.0000
95.248.49.152:8333
host-95-248-49-152.…
/Satoshi:25.1.0(Fut…
Italy8892
1.00001.00000.99710.90821.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.22180.0000
63.155.13.26:8333
63-155-13-26.eugn.q…
/Satoshi:27.0.0/
United States8893
1.00000.99070.99680.87351.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.26320.0000
47.145.96.62:8333
/Satoshi:22.0.0/
United States8894
1.00000.00000.99520.86351.00000.0000
0.0000
0.0000
0.0000
1.0000
0.1714
0.00000.09330.0000
191.83.215.137:8333
191-83-215-137.spee…
/Satoshi:27.0.0/
Argentina8895
1.00000.99070.99960.97351.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.15860.0000
174.61.169.207:8333
c-174-61-169-207.hs…
/Satoshi:27.0.0/
United States8896
1.00000.99070.99950.80231.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.32610.0000
194.193.141.229:8333
194-193-141-229.tpg…
/Satoshi:22.0.0/
Australia8897
1.00001.00000.99730.87521.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.00000.24300.0000
154.47.16.113:51100
unn-154-47-16-113.d…
/Satoshi:0.20.2(sto…
Colombia8898
0.94880.98090.99860.92420.00000.0000
0.0000
0.0000
0.0000
0.0000
0.0000
0.54870.71370.0000

First / Prev Page 657 of 784 (11751 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.