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 16 20:15:11 2024 EDT. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

First / Prev Page 413 of 908 (13614 nodes) Next / Last

NODEVISIHIAIPIDLI
DUI
WLI
WUI
MLI
MUI
NSINIBI
81.2.95.103:8333
bemaera.polarduck.c…
/Satoshi:26.0.0/
United Kingdom5425
1.00001.00000.99990.93701.00001.0000
0.6186
1.0000
0.9408
1.0000
0.1864
0.00000.00000.0000
93.190.140.97:8333
93-190-140-97.hoste…
/Satoshi:25.0.0/
Netherlands5426
1.00000.00001.00000.86051.00001.0000
1.0000
1.0000
1.0000
0.0000
0.9399
0.88210.00000.0000
70.235.241.176:8333
70-235-241-176.ligh…
/Satoshi:23.0.0/
United States5426
1.00000.99071.00000.82481.00001.0000
0.5567
1.0000
0.4201
1.0000
0.1995
0.69070.00000.0000
52.221.253.206:8333
ec2-52-221-253-206.…
/Satoshi:24.0.1/
Singapore5427
1.00001.00001.00000.75961.00000.9000
1.0000
0.0000
1.0000
0.0000
0.9815
0.54870.49180.0000
5.15.182.104:8333
5-15-182-104.reside…
/Satoshi:24.0.1/
Romania5427
1.00001.00000.99920.88951.00000.0000
0.0000
1.0000
0.3550
1.0000
0.8529
0.88210.70270.0000
85.208.70.228:8333
/Satoshi:0.21.1/
France5428
1.00000.00001.00000.89461.00001.0000
0.5773
1.0000
0.5621
1.0000
0.7268
0.91930.00000.0000
159.196.3.239:8333
159-196-3-239.9fc40…
/Satoshi:25.0.0/
Australia5429
1.00000.97061.00000.90911.00000.9000
1.0000
0.9000
1.0000
0.0000
0.0000
0.00000.00001.0000
[2600:1900:5400:6e4:0:3::]:8333
0.0.0.0.0.0.0.0.3.0…
/Satoshi:0.21.1/
Saudi Arabia5430
1.00000.99071.00000.72531.00001.0000
0.3299
1.0000
0.3491
1.0000
0.4021
0.88210.00000.0000
154.53.32.76:8333
vmi1804407.contabos…
/Satoshi:26.1.0/
United States5430
1.00001.00000.99960.78341.00000.0000
0.0000
1.0000
0.6746
1.0000
0.9118
0.77590.53390.0000
193.250.213.169:8333
lfbn-bor-1-1409-169…
/Satoshi:26.1.0/Kno…
France5431
1.00000.87520.99940.86421.00000.0000
0.0000
1.0000
0.4024
1.0000
0.8310
0.91930.78310.0000
34.96.220.189:8333
189.220.96.34.bc.go…
/Satoshi:0.21.1/
Hong Kong5432
1.00000.99071.00000.72501.00001.0000
0.2371
1.0000
0.4497
1.0000
0.7226
0.54870.00000.0000
80.112.51.43:8333
80-112-51-43.cable.…
/Satoshi:25.0.0/
Netherlands5433
1.00001.00000.99970.87561.00000.0000
0.0000
1.0000
0.7041
1.0000
0.4725
0.88210.73800.0000
86.48.20.227:8333
vmi1806074.contabos…
/Satoshi:26.1.0/
United States5434
1.00001.00000.99960.78411.00000.0000
0.0000
1.0000
0.6154
1.0000
0.8750
0.77590.62200.0000
[2a01:4f9:c011:7f4b::1]:8333
/Satoshi:0.21.0/
Finland5435
1.00000.00001.00000.73771.00001.0000
0.6289
1.0000
0.6272
1.0000
0.7268
0.95030.00000.0000
159.89.120.168:8333
/Satoshi:22.1.0/
Canada5435
1.00001.00001.00000.76211.00001.0000
0.6082
0.4000
0.7101
0.0000
0.8664
0.83600.48810.0000

First / Prev Page 413 of 908 (13614 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.