Memory Pool Memory Pool Refreshing

84,774 transactions
36.29 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,926 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,501 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,925 (749,026 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
100,899 100,899 000000000001797f2b080ec01f39ce9eadba4205b712487075b30119ef1a258b 0.00 MB 11 0
100,898 100,898 00000000000052135da7391ed6e2d75da1466a5d113c28529da63d406cbe2065 0.00 MB 9 0
100,897 100,897 000000000001d9b18a3eb700c6f0ef95400b7741942c70019f58636679175a59 0.00 MB 13 0
100,896 100,896 000000000003e89c81ac8d2c460cdfe8e4b17684a406bcde59b406141911a434 0.00 MB 12 0
100,895 100,895 000000000000c9db7417722e4cad6f0ad04f4286b0dd210323e7c8937825015c 0.00 MB 3 0
100,894 100,894 000000000000b5f9116d6aec5e97bf1b65ef96cd8892dae32c209552e18711b9 0.00 MB 1 0
100,893 100,893 0000000000010476e009710a2f28c86667fcc95dde95e7790eaade33cecc8f09 0.00 MB 4 0
100,892 100,892 000000000000fb08f3fc0cb8f69dd1c62daa5fa52cebcb8c1fdd83ed567478ee 0.00 MB 3 0
100,891 100,891 0000000000011c660cc9650341cd75e2d17d40e749ec3175edd934f856493984 0.00 MB 1 0
100,890 100,890 000000000000fdc77718c17f291ce94452a8e0d0884413fec7be17b290ed80a1 0.00 MB 4 0
100,889 100,889 000000000000b259d2efd7c86f7bfc6a681922b748bb9aac4a5bc59966779961 0.00 MB 11 0
100,888 100,888 000000000001350f9df16e4d150c1ac851d8dfb7e8f01c555dc0ab09ad996164 0.00 MB 12 0
100,887 100,887 0000000000010bfb61ecb4b86669f158bf164e17557550f6c1f791ad4bbd416a 0.00 MB 12 0
100,886 100,886 0000000000003bab1bba29eb0d0174b876ef51cf08dd34e877333b33c4ce86d6 0.00 MB 5 0
100,885 100,885 0000000000014079d6fe5db70c85e4e48d9a0be9794689cbe9197a3c8208f810 0.00 MB 4 0
100,884 100,884 0000000000025443d4b75aa51d5ec851dce0f01ee3daa86b0131364b768027ce 0.00 MB 3 0
100,883 100,883 000000000003e36a84bd95e5d17d9cb6e326c760e59112692b096530e47a596d 0.00 MB 3 0
100,882 100,882 0000000000002a24762748ab50f7459db31382b19f8da7673721902422d20f0f 0.00 MB 1 0
100,881 100,881 000000000003cd3e0d0c45142c54338202fa67c9f1b375354d5170a52b94173a 0.00 MB 8 0
100,880 100,880 00000000000309ac4d29574a4970934805c2e6791d03a8b96b0a89a0a38a90e3 0.00 MB 3 0
100,879 100,879 00000000000312e66736ac84799b9ccdaf55ee0c5b8b69ba22303def88cd8f41 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 661.37 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 854.68 GB sent, 5.92 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.