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 Apr 18 18:55:37 2024 EDT. PIX values are calculated only for activated IPv4/IPv6 nodes.
JSON API

First / Prev Page 378 of 829 (12430 nodes) Next / Last

NODEVISIHIAIPIDLI
DUI
WLI
WUI
MLI
MUI
NSINIBI
148.251.1.20:8343
static.20.1.251.148…
/Satoshi:0.20.1/
Germany4976
0.94201.00001.00000.73660.00001.0000
0.0103
1.0000
0.0828
1.0000
0.1776
0.97690.86121.0000
69.164.196.239:8333
li111-239.members.l…
/Satoshi:27.0.0/
United States4977
1.00000.00001.00000.81781.00001.0000
0.8247
1.0000
0.4615
1.0000
0.9071
0.77590.00000.0000
[2603:6011:af41:7214::5]:8333
syn-2603-6011-af41-…
/Satoshi:23.1.0/
United States4978
1.00000.95961.00000.88061.00001.0000
1.0000
1.0000
1.0000
0.0000
0.9454
0.00000.00000.0000
78.46.78.181:8333
static.181.78.46.78…
/Satoshi:25.99.0/
Germany4979
1.00001.00001.00000.73661.00001.0000
0.1649
1.0000
0.1834
0.0000
0.0000
0.97690.72291.0000
[2a01:4f8:140:3144::2]:8333
/Satoshi:0.20.1/
Germany4980
0.94201.00001.00000.73651.00001.0000
0.0722
1.0000
0.0296
1.0000
0.1448
0.99780.86120.0000
[2003:c0:6f27:9600:201:2eff:fe6b:c20c]:8333
p200300C06F27960002…
/Satoshi:25.0.0/
Germany4981
1.00001.00000.99940.82751.00000.0000
0.0000
1.0000
0.5148
1.0000
0.7377
0.95030.75280.0000
156.34.251.146:8333
drmons0544w-156-34-…
/Satoshi:0.21.1/
Canada4982
1.00001.00001.00000.95531.00001.0000
0.6392
1.0000
0.7101
0.0000
0.7871
0.69070.00000.0000
81.0.57.97:8333
static.97.57.0.81.i…
/Satoshi:26.0.0/
Spain4983
1.00000.98091.00000.91891.00001.0000
1.0000
1.0000
1.0000
0.0000
0.0000
0.88210.00000.0000
198.27.83.210:8333
codearmada.the-goob…
/Satoshi:0.21.1/
Canada4984
1.00001.00001.00000.77541.00001.0000
0.2268
1.0000
0.2722
1.0000
0.6250
0.88210.00000.0000
73.119.152.128:8333
c-73-119-152-128.hs…
/Satoshi:0.21.1/
United States4985
1.00001.00001.00000.80891.00001.0000
0.6804
1.0000
0.7219
0.0000
0.8770
0.69070.00000.0000
35.221.221.16:8333
16.221.221.35.bc.go…
/Satoshi:0.21.1/
Taiwan4986
1.00000.99071.00000.78081.00001.0000
0.9897
1.0000
0.3254
0.0000
0.0000
0.69070.00001.0000
3.10.70.38:8333
ec2-3-10-70-38.eu-w…
/Satoshi:22.0.0/
United Kingdom4987
1.00001.00001.00000.78211.00001.0000
0.4330
1.0000
0.5148
0.0000
0.8361
0.83600.37260.0000
[2a01:4f8:252:194b::2]:8333
itomori.katawaredok…
/Satoshi:25.1.0/
Germany4988
1.00001.00001.00000.73621.00001.0000
0.0928
1.0000
0.1420
1.0000
0.1477
0.99780.65590.0000
79.168.143.187:8333
a79-168-143-187.cpe…
/Satoshi:26.1.0/
Portugal4988
1.00001.00000.99990.94501.00001.0000
0.4742
1.0000
0.8734
0.0000
0.0000
0.88210.59790.0000
95.83.73.31:8333
pool-95-83-73-31.pt…
/Satoshi:0.21.1/
Russian Federation4989
1.00001.00001.00000.94611.00001.0000
0.9794
1.0000
0.9645
0.0000
0.0000
0.88210.00000.0000

First / Prev Page 378 of 829 (12430 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.