Memory Pool Memory Pool Refreshing

80,531 transactions
33.17 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,262 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (116,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
732,832 732,832 00000000000000000001fb080e084442a11608ca78351aa85fb04169d5c3f78d 0.50 MB 892 7
732,831 732,831 000000000000000000006f89d23ea50d34b7e13cff1c4ed876ec3da6181bfb64 0.33 MB 796 6
732,830 732,830 00000000000000000007e4f030b21fd07b6a0668e087bb4b1713b2d8a91d4034 0.80 MB 1,584 7
732,829 732,829 000000000000000000080bd02cd4e7b60ab42109fc4dd0b65f58248c6d8c0240 0.28 MB 430 5
732,828 732,828 000000000000000000034a0d43851b4a988ce39dd01808f6e469a8c72c45c6c6 1.46 MB 1,461 4
732,827 732,827 000000000000000000077185168d8bf78f32b83f5fd31d79ab91080a92abba15 1.26 MB 1,234 4
732,826 732,826 00000000000000000006266771fdf056a4ec9dc279b5cc0d944275ac2973b3bd 0.19 MB 120 3
732,825 732,825 00000000000000000000ea7916e76b7dd392ceded858889f52f573f8737f674c 0.73 MB 938 6
732,824 732,824 00000000000000000004beb1ca96ead8cd322390f72cb732aec950064f8f222a 0.82 MB 1,197 6
732,823 732,823 000000000000000000094fdc31f12100bd8b9cfece9c36a26416d9b285a0cbb0 1.45 MB 2,866 6
732,822 732,822 00000000000000000003b40d5572425656eee3a12863e045856282941794968c 0.45 MB 703 6
732,821 732,821 0000000000000000000493aa56a68fb27d0f64ca52e5bf52b1328d23cd0ad461 0.37 MB 647 6
732,820 732,820 000000000000000000090e372398c6fa1410ce56da0d43821f89054919a7b60b 0.16 MB 397 8
732,819 732,819 000000000000000000051991d1c9936020244ddb8eb65f52ae414064390853dd 0.18 MB 393 9
732,818 732,818 00000000000000000001d69c3267a1369b9fa802eec91cd2b542860721a5ce28 0.92 MB 1,729 7
732,817 732,817 0000000000000000000917a14bc14b07984fc3c332e3c49086146f1f25021aa7 1.67 MB 1,124 1
732,816 732,816 00000000000000000001ff709ef33258deaa3ec9c559ffb2bb18216692d6e16d 1.43 MB 2,768 9
732,815 732,815 000000000000000000026883c50306fd1d69f18a45b9d49c288339984893a269 1.57 MB 2,496 7
732,814 732,814 00000000000000000001963936561635543c259494c53e417d5c59e8fa6bb454 0.88 MB 1,471 8
732,813 732,813 00000000000000000000ce5b81156740b69da38415cf49986df1d66f17c28c76 1.76 MB 937 2
732,812 732,812 00000000000000000001c14e7c7c00b6cc35bc03e4904a6c3783515052410c50 1.65 MB 1,488 4
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 103 incoming
  • Data Transfer: 518.71 GB sent, 2.82 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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.