Memory Pool Memory Pool Refreshing

26,296 transactions
31.10 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,785 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,228 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,784 (111,055 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,729 752,729 0000000000000000000670768200e064380cfd76655a3dbfa6dd459e81a31fa1 1.59 MB 1,417 6
752,728 752,728 0000000000000000000472ee68f8d0a4d5e27569d46aa5afb3f6f95c23b81502 1.50 MB 2,793 11
752,727 752,727 0000000000000000000408fb647c73b5a0de679deeb8087912e5ed97d42db756 1.61 MB 1,163 3
752,726 752,726 000000000000000000051d1487ecbfb7f1bbe3857f67189b126a767bab9e953d 1.50 MB 2,331 8
752,725 752,725 000000000000000000025099f1a0e16cd6bb21ccab3cd65fd71f6f1f034e831b 1.53 MB 3,177 8
752,724 752,724 000000000000000000065fd4e1cefefe59c63f8d2fd511e09bf633835365ce78 1.56 MB 3,271 21
752,723 752,723 000000000000000000077a7d03ac9521b1bf3edc4ba13645a216943d7ef69f90 0.74 MB 950 4
752,722 752,722 00000000000000000006d51b8bd2a19fea54d182b27815c4524b90a33fe2252f 1.58 MB 968 1
752,721 752,721 0000000000000000000076c6dc4e35a58194c5e9a45bbe93e67a5ddf362017fc 1.46 MB 3,025 28
752,720 752,720 00000000000000000000bc2dfb9d2fc6d2438d200d1a880f4bed82b63ece786c 1.54 MB 1,226 5
752,719 752,719 0000000000000000000542a9b84bbc273c03e62f630ec87905717cc96d1627e9 1.49 MB 2,150 7
752,718 752,718 00000000000000000008780a093f53eb9014c7402c22ad7dec9f8a9543849cd7 1.55 MB 2,071 15
752,717 752,717 0000000000000000000330110852d591ff8d748ffc75217c36a0e232032f5729 1.58 MB 2,613 12
752,716 752,716 000000000000000000089f5f154f950f484178120a7057eed3a5880a5b612657 1.49 MB 994 4
752,715 752,715 000000000000000000031d8bc8d03a9200a33117719aa4be95ae51d17d5e1664 1.77 MB 2,275 6
752,714 752,714 00000000000000000007d613d9f67e101190582387705f12fa7c81f29580789c 1.55 MB 3,465 20
752,713 752,713 0000000000000000000057afccb0e5d8ee9b56adec1d1841221e0005bc3e7a06 1.45 MB 2,010 4
752,712 752,712 0000000000000000000591d25023728e265a59695d93619aeff1858a8694ddd0 1.32 MB 1,161 13
752,711 752,711 00000000000000000004ec97be7085190f5d55712e6fab1fd1309040caba087a 1.47 MB 2,035 19
752,710 752,710 000000000000000000034ec04199f3d8f7965139629aa20c7aa03def56d80f4c 0.14 MB 286 11
752,709 752,709 0000000000000000000356b41e34747afbaf0a3327548e8b965ad0d9df5209ea 1.41 MB 2,086 9
Previous 10 blocks ↓
Total Size: 687.61 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: 1,521.38 GB sent, 122.94 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.