Memory Pool Memory Pool Refreshing

59,406 transactions
33.48 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,674 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,024 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,673 (459,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
390,419 390,419 0000000000000000009dff24a26fa8949fc4c2e676dda461ae0196bab09e8419 0.24 MB 58 4
390,418 390,418 000000000000000003cc69bd0e5dbbee259e6a04a219d50b8c76d9ce064b93ef 0.25 MB 465 28
390,417 390,417 00000000000000000904e6bae21358429f783e6100aeb9698a5f150fe6fa760e 0.41 MB 918 31
390,416 390,416 0000000000000000097be076aa63e68aabd907689fb1fe6e111389034d6597e2 0.25 MB 79 4
390,415 390,415 000000000000000009cf6dfea59dbf28f08756cda3f88bc82977c2bdb04a7684 0.10 MB 141 17
390,414 390,414 000000000000000000a831c07b59f59483b189a0284faf3166fb02e9c2ba37c0 0.14 MB 275 24
390,413 390,413 0000000000000000079925a4279921f54fcfc0be20a692ad620d882fcde5ecfb 0.99 MB 843 11
390,412 390,412 000000000000000002f0756d8cec350bc6aec5d97188d0975e71b772acf035a9 0.44 MB 911 30
390,411 390,411 00000000000000000490eb384dc08d60d6f174f8a0b68c40d232d144f6f2bb60 0.18 MB 413 34
390,410 390,410 00000000000000000286640744e1efd15585d3c113c7b502fdc0e2d4cad4df46 0.13 MB 193 20
390,409 390,409 000000000000000008371cbaea7eb6229a25ece9bfabc236975821fdd47deba2 0.24 MB 205 11
390,408 390,408 000000000000000007999c8a7edd30308de3bf2abd42fd6fb40361c091ab022d 0.29 MB 675 32
390,407 390,407 000000000000000000a5644fd54919b7c2fd8d76abd065ce23fd677d71a17a5a 0.11 MB 136 9
390,406 390,406 000000000000000007389d5740d8a3cc2d872f3cf71af3359bdf396667e88899 0.29 MB 741 36
390,405 390,405 00000000000000000bb56718be7476f259af0fe202794d45833103a8d4b6f347 0.30 MB 586 31
390,404 390,404 00000000000000000138f1b62c91963d6843d4b9578bd6f535e28080be599e85 0.17 MB 364 29
390,403 390,403 000000000000000007abb91e7331b5643229751e0b777f77f4a4100b4fc08b8d 0.25 MB 150 7
390,402 390,402 000000000000000008eed4658d937428ca7cfb2073b4fc291992d30620f07c4c 0.23 MB 467 31
390,401 390,401 00000000000000000a252db42b11c61df335b9e488b072c97148bf8e7b3ea28d 0.31 MB 597 32
390,400 390,400 00000000000000000ab231daf6e3ee74fdb4c5ec5eb374ffdd276efd3aa0b71e 0.49 MB 1,092 41
390,399 390,399 000000000000000008b56324bf2c1a3fdbfe1cf09807d3a70bb3055d54830119 0.31 MB 781 33
Previous 10 blocks ↓
Total Size: 660.89 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: 622.51 GB sent, 3.61 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.