Memory Pool Memory Pool Refreshing

76,369 transactions
32.22 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,477 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,620 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,476 (160,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
689,336 689,336 0000000000000000000da7886b80c69a1a32753b40058f3eedf576f19a7f7fd4 1.33 MB 1,863 81
689,335 689,335 0000000000000000000a4a93d225a845d045c2467de1d38d3bb6db2cdd760e29 1.50 MB 2,892 94
689,334 689,334 0000000000000000000602f2f7462ea1c7cd683ec1db5217c3050bfcdb36b127 1.32 MB 2,675 70
689,333 689,333 00000000000000000008d37c45c014b0eadc1bcf5afd6010530faa05db107ca1 1.46 MB 3,169 72
689,332 689,332 00000000000000000005e09ed23d4a3a7c08526d98ff26eee4888d9558c6129a 1.17 MB 1,355 78
689,331 689,331 00000000000000000000c7281d74a0c47a333409a3f6122aaa7b26131043cabd 1.32 MB 2,135 87
689,330 689,330 00000000000000000004985c059bf2f6f0c582f5e4afa6a422c7715d9b8ed2f7 1.40 MB 2,849 104
689,329 689,329 0000000000000000000b6cb274471fc8002608cd7e7a5e124b60f9fb049f7574 1.41 MB 3,814 79
689,328 689,328 00000000000000000000984bbefd1ff504ee0c0dba68d0143408cc0526961bd7 1.46 MB 2,876 98
689,327 689,327 00000000000000000002f2e48ee8c2913b3c7d06bdd5d99e3a7594b419b3b811 1.40 MB 2,425 84
689,326 689,326 0000000000000000000cafff0b477b7e47a90710c42043d8d22101f141dd763a 1.49 MB 3,400 102
689,325 689,325 00000000000000000004b70f4f7976948523dc28f002783bd604888d0ab49ef7 1.35 MB 2,143 90
689,324 689,324 0000000000000000000d9c004ae70426d3ce1830b6920674d0c15d592fb2a57c 1.30 MB 1,979 90
689,323 689,323 0000000000000000000d195d272231893a555894bb2cb4c83c5e72ef4fe05cee 1.22 MB 1,668 84
689,322 689,322 0000000000000000000bffe3294bd6384f169a1afa313c8414588964d9c1e693 1.36 MB 2,650 95
689,321 689,321 000000000000000000044f27ceadd6f2b60d5f1d0ab95d0947212ff552d41d23 1.48 MB 2,741 90
689,320 689,320 0000000000000000000bcf6a829e3328393c6711359b3db9d7c9c07638eb2b86 1.35 MB 3,043 114
689,319 689,319 000000000000000000047a4f15d7d7f139973bade5748b5e7453bc98f4323af8 1.42 MB 2,644 86
689,318 689,318 000000000000000000095635bff9d0b4b44e0f537bca63888e4f0e08be1c0f10 1.33 MB 1,337 79
689,317 689,317 0000000000000000000c6eb2dc1a58987b4c0975a80930d50bfb18ec8b8100fa 1.28 MB 2,275 68
689,316 689,316 00000000000000000008f3700f686df4f9993c1c1995065ba8b3e3c34761ec42 1.19 MB 1,319 86
Previous 10 blocks ↓
Total Size: 660.51 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 97 incoming
  • Data Transfer: 406.35 GB sent, 1.85 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.