Memory Pool Memory Pool Refreshing

71,007 transactions
32.66 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
873,134 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 1,607 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 873,133 (12,634 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
860,499 860,499 000000000000000000028240393db2e71b2034c1570e00e7b3255e62061344f4 1.64 MB 3,185 6
860,498 860,498 0000000000000000000142a232ca6e524e31354a5dde3d87ba809f0324a93c69 1.52 MB 3,756 5
860,497 860,497 00000000000000000001e2dd2641336af7ae3b7f9fa58088e5e116f153227ddd 1.55 MB 3,503 5
860,496 860,496 00000000000000000002b5d18fd6474088961533e1ccc45055fe82dfb342885c 1.65 MB 3,425 5
860,495 860,495 00000000000000000000fdc76a79c459d059a70fa493178024e9e031c29be889 1.62 MB 4,969 4
860,494 860,494 00000000000000000000baedbc4fc558077f3771ec954a59d95ae52710b9986f 1.61 MB 5,102 4
860,493 860,493 00000000000000000000e23c432309c0149f2fd7cf7d92f9ba20a1f5fbb9b900 1.65 MB 6,631 3
860,492 860,492 00000000000000000001a2b9cbf9828ccf1cf8ea6e084d5ef4fabb0b49de8174 1.57 MB 3,663 5
860,491 860,491 000000000000000000015e0899b72b4cf09ba4b6ba08c1c673c3b6efa1ae53da 1.65 MB 7,708 2
860,490 860,490 00000000000000000001d231512fca2843270c7b497e47a91976012b544a9c47 1.63 MB 3,771 4
860,489 860,489 00000000000000000002638ed22d18fcaa2a7051b6b44ba3e4a1e0c4b4e7f9aa 1.63 MB 3,388 6
860,488 860,488 0000000000000000000228bf6371fc266a77ddf80a4ca4e6c3488ccfe02da42c 1.50 MB 3,325 5
860,487 860,487 000000000000000000015fdf90ff1f153dd5c47dddb0a1ecaf2e6f4dd2fef17d 1.61 MB 6,644 3
860,486 860,486 000000000000000000016abfb10b8aba2966b15afaed38acc4f5a2a3b8aa99f8 1.59 MB 5,475 3
860,485 860,485 0000000000000000000226b2c9655e27b1affa733812b1cf551fcb385c0d47b2 1.49 MB 5,081 2
860,484 860,484 00000000000000000000174a767dd29ff5bbfaddbfed35b0edd179b5d9514b49 1.64 MB 3,883 5
860,483 860,483 0000000000000000000018f9d27ae1d0e346dfef2a7ba1ae0902e868f7129751 1.57 MB 3,575 7
860,482 860,482 000000000000000000024b8077fcecfffd88be5b1cba4308b1610962ed620952 1.60 MB 6,105 3
860,481 860,481 0000000000000000000016e1aa39e709f33bc19571c4ebdf21db879296993c47 1.64 MB 7,390 2
860,480 860,480 00000000000000000002f850c492787196a86a1e05be5d43cc345c1cd0661bfb 1.64 MB 7,087 2
860,479 860,479 000000000000000000002ca584b82e58e8fab43b629c406d6ec946b90bb40314 1.63 MB 7,303 2
Previous 10 blocks ↓
Total Size: 705.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,668.74 GB sent, 246.15 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.