Memory Pool Memory Pool Refreshing

90,797 transactions
32.60 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
854,104 000000000000000000036e3a0000000000000000000000000000000000000000 1.00 vMB 3,980 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 854,103 (817,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
36,298 36,298 00000000a0e35b41feada29b15f1d50a9661881d30f03bb7409a6b63040b0c77 0.00 MB 1 0
36,297 36,297 00000000772d3bbd4e4e3f722a1fee1107bac0ef515adbf0d89b14551f397455 0.00 MB 1 0
36,296 36,296 000000000ca54b055661e2694fddc041f4e3cbf6c49fe90a28ae8017e22ed9a7 0.00 MB 1 0
36,295 36,295 00000000004a6b1ea0fc9872629777cfa403990f5e44ef3d72209ab4d993ed06 0.00 MB 1 0
36,294 36,294 000000006395ee54659da9fc67bb854ca250b8ea4c0d7dc745bd502332b3ca2e 0.00 MB 1 0
36,293 36,293 00000000b3791e11f284617573ee1aaf15352d620b581d7ef9917418ce571262 0.00 MB 1 0
36,292 36,292 000000007203f33fe6b1e512dc7ba17f506ffdf9fd4024eaa073437a8a1facee 0.00 MB 1 0
36,291 36,291 000000003df0cca44b856f4a626240c5b0d88b8b88a57740201ac41704ef110f 0.00 MB 1 0
36,290 36,290 0000000084e9fbf3c15280cd95fcc240665337f7a823cc4ca316e0f49468f301 0.01 MB 2 0
36,289 36,289 000000007c1200cb67a0e228eaf6f113bb7a98325a9db1d2c6bcc2f3fa1f6b38 0.00 MB 1 0
36,288 36,288 0000000040514b192e6ca247d83388bf11cb1d5e980610ae2c6324cbb0594b32 0.00 MB 1 0
36,287 36,287 00000000128d789579ffbec00203a371cbb39cee27df35d951fd66e62ed59258 0.00 MB 1 0
36,286 36,286 000000004aa50d167143c3557963253bdd12e9c8335df4b4024e0ae84bf0dcdb 0.00 MB 2 0
36,285 36,285 000000004c48dc313c3224b0eae9d50e0621aabdb703ced800c30acaf749e728 0.00 MB 1 0
36,284 36,284 00000000895a1f540aee040dd9dce52fe3298b4b623a1a19ce2f89afd2f110b4 0.00 MB 1 0
36,283 36,283 000000006e724e80a90137495bc9cad1f800168a4862bc4dccd3d4b235bf5801 0.00 MB 1 0
36,282 36,282 00000000527a9972ed02562c16652c37a994f22caebd666502241de01531614c 0.00 MB 1 0
36,281 36,281 000000003cb9b86a6a79b9bebd6405eb66cc282e1cfabe4920bd677c41fbea35 0.00 MB 1 0
36,280 36,280 00000000948cf7d4c4e01fe83aeebd5f5b27bd06c404b2369dbb06e3e66a5894 0.00 MB 1 0
36,279 36,279 00000000bc83eabb7ebeddf92dcfb7a3f30b79034b0a06472bae8741e0f3854b 0.00 MB 1 0
36,278 36,278 000000004a495e6e880bb7343682945d697146abe67807079f446ecce20f69f1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 669.17 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,581.55 GB sent, 54.17 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.