Bitcoin Node Distribution Live Map
Concentration of reachable Bitcoin nodes found in countries around the world
Active Nodes per Country Breakdown
United States of America
2166 (10.07%)
Germany
1362 (6.33%)
France
539 (2.51%)
Finland
400 (1.86%)
Netherlands
346 (1.61%)
Canada
335 (1.56%)
United Kingdom
243 (1.13%)
Switzerland
210 (0.98%)
Russia
172 (0.8%)
Singapore
153 (0.71%)
Australia
132 (0.61%)
Japan
117 (0.54%)
Czech Republic
95 (0.44%)
Spain
94 (0.44%)
Brazil
91 (0.42%)
South Korea
86 (0.4%)
Italy
85 (0.4%)
Sweden
75 (0.35%)
Austria
74 (0.34%)
Poland
64 (0.3%)
Belgium
49 (0.23%)
India
47 (0.22%)
China
46 (0.21%)
Ireland
41 (0.19%)
Norway
39 (0.18%)
Lithuania
38 (0.18%)
Taiwan
37 (0.17%)
Bulgaria
35 (0.16%)
Ukraine
35 (0.16%)
South Africa
29 (0.13%)
Thailand
29 (0.13%)
Hungary
28 (0.13%)
Indonesia
25 (0.12%)
New Zealand
24 (0.11%)
Romania
23 (0.11%)
Argentina
23 (0.11%)
Portugal
23 (0.11%)
Mexico
22 (0.1%)
Malaysia
21 (0.1%)
Slovakia
17 (0.08%)
Denmark
15 (0.07%)
Israel
13 (0.06%)
Slovenia
12 (0.06%)
United Arab Emirates
12 (0.06%)
Estonia
11 (0.05%)
Turkey
10 (0.05%)
Moldova
8 (0.04%)
Colombia
8 (0.04%)
Greece
8 (0.04%)
Vietnam
5 (0.02%)
Latvia
5 (0.02%)
Panama
5 (0.02%)
Kazakhstan
5 (0.02%)
Cyprus
5 (0.02%)
Chile
5 (0.02%)
Bahrain
5 (0.02%)
Kyrgyzstan
4 (0.02%)
Qatar
4 (0.02%)
Republic of Serbia
4 (0.02%)
Croatia
4 (0.02%)
Costa Rica
4 (0.02%)
Malta
4 (0.02%)
Iceland
3 (0.01%)
Uruguay
3 (0.01%)
Kuwait
3 (0.01%)
Dominican Republic
3 (0.01%)
Saudi Arabia
3 (0.01%)
Mauritius
3 (0.01%)
Puerto Rico
3 (0.01%)
Belarus
2 (0.01%)
Guatemala
2 (0.01%)
Algeria
2 (0.01%)
Belize
2 (0.01%)
Iran
2 (0.01%)
Faroe Islands
2 (0.01%)
Laos
1 (0.0%)
Georgia
1 (0.0%)
Andorra
1 (0.0%)
Liechtenstein
1 (0.0%)
Togo
1 (0.0%)
Montenegro
1 (0.0%)
Venezuela
1 (0.0%)
El Salvador
1 (0.0%)
Uzbekistan
1 (0.0%)
Oman
1 (0.0%)
Jamaica
1 (0.0%)
Node Map stats
Reachable Nodes
21,515
Tor Nodes
13,772 (64.01%)
Last Updated
about 7 hours
Terminal Stats
Favorites
14
Alerts
0
What are Bitcoin nodes?
A Bitcoin node is a software or device that runs the Bitcoin protocol. Nodes contain the full or partially pruned database of all BTC transactions, originating all the way back to the Genesis Block to the latest block height of a valid block mined by a miner.
Nodes verify blockchain consensus rules by enforcing the core properties of the Bitcoin network. When a miner finishes a proof of work process, it then gets the ability to submit the found block onto the Bitcoin blockchain.
Before that happens, nodes must verify that the miner has found the correct hash that was set out as a requirement to find and submit the block that contains the transactions.
If everything is in order, then the block is put onto the blockchain, it will attach to the preceding block and all proceeding blocks will be attached to this block. The chain of blocks is called the blockchain.
Bitcoin nodes also serve an important role within the Bitcoin ecosystem. Due to their ability to enforce consensus rules, the nodes are of higher authority in the ecosystem due to their voluntary operational basis.
Nodes are essential units of the defense mechanism of the Bitcoin network in relation to transaction processing and act as a last line of defense against malicious miners.
Although a 51% attack could be used to produce blocks, the nature of the proof of work algorithm promotes adherence to the consensus rules to receive block rewards. Attacking the Bitcoin network comes with extremely high costs due to the expended energy that is required to produce the correct hashes that allow miners to submit blocks to nodes to include them on the blockchain.
Types of nodes
While Satoshi Nakamoto used the term miner synonymous with a node in the original Bitcoin whitepaper, the network has changed since then, leading to "miner" and "node" not being synonymous anymore.
Nodes fall into distinct categories, each with its own unique abilities and services they can provide.
Full nodes
Full nodes can validate transactions and blocks. They keep a particular state at all times, such as UTXO (unspent transactions), and store a copy of the blockchain history. They are acting as servers to share and receive information.
Whenever a full node receives a transaction, it checks if the consensus rules are followed:
- - transaction output can't be double-spent
- - transactions and blocks are following the correct format
- - any newly added block only issues the set amount of block reward.
Listening nodes
Listening nodes don't differ much from full nodes. A listening node is a full node that has a specific port open (usually 8333).
When starting to run a full node, node operators will be limited in the number of connections they can enter with their peers due to their firewall.
By bypassing the firewall, operators can turn their full node into a publicly connectable listening node. Instead of hosting connections with only a handful of peers, listening nodes serve as a redistribution point similar to a server that other nodes can connect with to obtain transaction data and history.
As listening nodes transmit more extensive amounts of data, node operators' requirements are higher, explaining why the number of listening nodes is significantly lower than the total of nodes.
A "Non-listening node" means that port 8333 is closed and that the particular node doesn't allow other nodes to download old blocks from it.
Pruned nodes
Since launching the Bitcoin blockchain in 2009, the ledger has continuously grown and now occupies close to 400 GB in disk space.
A pruned full node doesn't store the entire history but only a part of the chain. The lowered requirements enable more people to host a node and increase security - the more copies of the ledger are in circulation, the harder it is for anyone to launch an attack and destroy all copies.
Pruned full nodes start downloading blocks from the beginning, and once their set limit is reached (usually 5-20GB of space), they simply delete from the oldest block. The node host can decide how much space they want to allocate.
Pruned full nodes can also participate in the verification of transactions and be part of consensus.
Archival node
Archival full nodes store the complete copy of the Bitcoin Blockchain (close to 400GB) and make it available for new nodes that join the network.
This type of node can also participate in the validation of recent transactions and blocks. When a service needs data on the Bitcoin blockchain, it will most likely start to query an archival full node for information desired.
Mining node
The last type of full node is a mining node. It's the type of node most people will commonly think of when they hear the term "Bitcoin nodes", which might have to do with how the term is used in the media.
While at the inception of Bitcoin, anyone with free GPU space could quickly start mining Bitcoin, nowadays, mining nodes are highly-specialized hardware devices such as ASICs.
The mining process involves solving a computational puzzle based on the transactions included in a block and the previous block's hash. Blocks are only added once there is proof of work attached to them, evidence that a mining node has solved the hashing puzzle.
Consequently, mining nodes are the nodes that participate in the race to solve a block's hash. The node that solves the hash fastest receives a block subsidy of 6.25 BTC.
As the Bitcoin network grew, miners deployed more specialized hardware, and companies started mining for profit. This "commercialization" of mining made it harder for individuals to mine profitably.
Mining pools provide a way for individual miners to join a collective of miners that share revenues proportionally.
The several subtypes of full nodes introduced all have slightly different features but note that boundaries are not fixed. Mining nodes overlap with archival nodes and listening nodes, and pruning nodes can also fulfill some verification functions. All of them are full nodes that maintain the Bitcoin Network.
But not all Bitcoin network participants run a full node.
Light clients
With light clients, users can access and securely interact with the Bitcoin blockchain.
While full nodes require to be run 24/7 and store a full copy of the Bitcoin ledger's history, light clients can connect at their convenience. Whenever a light client needs the status of a transaction, they connect with a full node - not with the blockchain directly- to query for the data.
Light clients in Bitcoin are often synonymous with Simplified Payment Verification Nodes (SPVs) that enable nodes to verify transactions that have already been included in a block in a simplified way.
Light clients are more user-friendly but don't directly contribute to the network as they only store information related to them and don't meaningfully participate in verification.
They also have to trust the full nodes; else, they don't work. Nevertheless, light clients can be an excellent way for mainstream users to keep their Bitcoin and engage with the network.
What is a Bitcoin node map?
The map above shows the concentration of reachable Bitcoin nodes found in countries around the world. The data is sourced using Bitnodes, which is currently being developed to estimate the size of the Bitcoin network by finding all the reachable nodes in the network.
The current methodology involves sending getaddr messages recursively to find all the reachable nodes in the network, starting from a set of seed nodes. Bitnodes uses Bitcoin protocol version 70001 (i.e. >= /Satoshi:0.8.x/), so nodes running an older protocol version will be skipped.