Memory Pool Memory Pool Refreshing

21,678 transactions
30.15 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,661 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,218 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,660 (33,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,907 829,907 000000000000000000018ee3780d082b5524f96eb2b89ed12e8ff43c11080ff6 1.67 MB 2,408 21
829,906 829,906 00000000000000000001b2ac5d30336bb194b0ef3ae887a67c1b7f6ec66fbedf 1.85 MB 3,578 23
829,905 829,905 0000000000000000000153e3345a69bb541869653ad3903a548b8dc0c050db43 2.03 MB 3,451 18
829,904 829,904 00000000000000000003018e3c9cf39867ad2653e000fd021a146e68ce39f12b 1.66 MB 3,541 24
829,903 829,903 0000000000000000000145a7cb009fe65807f7120454e9552393f6836cd8223d 1.63 MB 2,237 29
829,902 829,902 00000000000000000000c07de596c2074f88294150286871c708b7aa64bc1e50 1.69 MB 2,978 25
829,901 829,901 000000000000000000016aeb8b099ad964b1772db7782950d1f9c95deb8ee133 1.87 MB 4,454 21
829,900 829,900 000000000000000000035826756111812213ef7da5b732a94ab1e959a02250ae 1.64 MB 1,974 18
829,899 829,899 00000000000000000001b302416f4117f5092eddd0d78b6126cb0607dc09a3e4 1.61 MB 2,686 25
829,898 829,898 0000000000000000000274fe543cc3d5656b77b7096cf047b878b710142796c1 1.52 MB 3,222 34
829,897 829,897 00000000000000000002eec6c5cca2c61658f8d2d1c47d3715a4ca3aee9265aa 1.56 MB 2,702 30
829,896 829,896 00000000000000000002da796a10aebd61450a37f7d1c0a4520c0b8978ed1d8b 1.79 MB 2,124 27
829,895 829,895 00000000000000000001153e0a76daa2c212c96526c41b6be75f3b6b8c4275dd 1.64 MB 3,083 43
829,894 829,894 00000000000000000001b09c60206008f74159ea1d174a3db2d8f04955067d7c 1.72 MB 3,551 31
829,893 829,893 0000000000000000000266bb3a9e83bf3bcb224d2fbe14f2ccc6cf1f8d592976 0.00 MB 1 0
829,892 829,892 00000000000000000002a8d0862cda49c6b3bd5827dd56ce29fdececdefce1d5 1.90 MB 2,555 24
829,891 829,891 00000000000000000003b725a672ea366591074cf862e62294498418db38f98b 1.62 MB 2,444 24
829,890 829,890 000000000000000000023f6d63cc53498e29ee40b4324dee9a5eb31865bf3d27 1.22 MB 1,539 23
829,889 829,889 0000000000000000000044f849a1e6bbd08b5ea2e2f05734a22f28af930e27a1 1.20 MB 708 22
829,888 829,888 00000000000000000003743681ffa708fc2e5a255b3f2ced95cebaca70f4482d 1.21 MB 1,384 24
829,887 829,887 00000000000000000002e52658f20890efc61bce5307db12ecf6a7807fb54c36 1.31 MB 1,884 25
Previous 10 blocks ↓
Total Size: 687.37 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,516.84 GB sent, 121.68 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.