Memory Pool Memory Pool Refreshing

79,560 transactions
32.76 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,722 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,416 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,721 (265,285 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
584,436 584,436 0000000000000000000ab74022e2d6b59c705feb1c7748958896ea0b6d32aee3 1.33 MB 1,950 50
584,435 584,435 00000000000000000014ca4110dc4755d8d3ac2a19eeea631fda4772b5844872 1.28 MB 2,460 47
584,434 584,434 0000000000000000000f2fedc3e48f90241dacf4865b75c8b0e681f44ee0845d 1.18 MB 2,749 92
584,433 584,433 00000000000000000007a4594173aa6ce0878ab11a8d9843340e1c9e381a1106 1.13 MB 2,857 41
584,432 584,432 0000000000000000000721daaa28bf8b1244823b052686308b2702e175842058 0.41 MB 1,127 35
584,431 584,431 0000000000000000000f6b3fdaf4019925a4112149a7de4d48fab27f440dbd8d 0.65 MB 1,562 28
584,430 584,430 0000000000000000001e48a2c39f2951a40e93442d26cae5f2383b451503c997 1.13 MB 2,405 23
584,429 584,429 000000000000000000033c18db5d6378ef16f9129261b2f474a6d958cce73a64 1.20 MB 2,578 70
584,428 584,428 0000000000000000000545e57557d7482778064b14e20d00f7b68d5735df3c62 0.33 MB 662 44
584,427 584,427 0000000000000000000b6227a7085e28289fa194c59ce137ee42f66a5270f916 0.92 MB 1,944 33
584,426 584,426 0000000000000000001038bcd965c694491c2a7e825cd0a4ee8d3576e885857d 1.14 MB 2,350 35
584,425 584,425 0000000000000000001e344d8deefa8499f425e826d66c43532af4ad0233f58b 1.17 MB 2,097 9
584,424 584,424 000000000000000000096a8809802ccf37c8e0d2d6130ff37e8d81d2d0e02654 1.18 MB 2,194 49
584,423 584,423 0000000000000000000636c2d7db8898acc085305328dd31434911de629b8b29 1.31 MB 2,509 69
584,422 584,422 0000000000000000000c90d02bcca9deb5a75df7c82369992da448d32df17904 1.28 MB 2,172 83
584,421 584,421 00000000000000000012cd6260fec2691fdefe7cdba792ee521d65d689d67c88 0.22 MB 429 28
584,420 584,420 000000000000000000153f4c9a0082882748fec5983bf3aa28c72dd5ec81ebfb 0.62 MB 938 17
584,419 584,419 000000000000000000182c59b3e969b1f19a0c4bdec77c2ddb198f48c2d8557f 1.36 MB 2,010 17
584,418 584,418 0000000000000000000faac7b036061c0ad2bb3cd8aa0a1f2d2f2167a8750585 1.11 MB 1,402 49
584,417 584,417 0000000000000000001e0202eeec4009787cad02f9f635470042be045589d613 0.08 MB 235 30
584,416 584,416 0000000000000000001011120da2949fbc00354c027b1b2d5e73ae219db6e36d 0.03 MB 78 41
Previous 10 blocks ↓
Total Size: 660.98 GB

Node Information

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