Memory Pool Memory Pool Refreshing

61,629 transactions
27.98 vMB
Show Random Selection Loading Transactions
Max Size: 148/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,742 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,677 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,741 (147,432 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,309 702,309 00000000000000000001357a3ba8ff4e8963f9a22dc6fbb04b20029e361daa91 1.49 MB 2,494 8
702,308 702,308 00000000000000000005295f23866323b00d46885ada1bfd8e7e9ed035a86226 1.62 MB 2,119 7
702,307 702,307 0000000000000000000e2058adc398509eeb3f8100f77977c14023bfd5abe6a7 1.51 MB 2,551 12
702,306 702,306 0000000000000000000df05033c68dde5022f950c17667f601611d543101a4e2 1.32 MB 2,638 11
702,305 702,305 0000000000000000000464bec7c6d7c2a6fe2bf1fe5b08520ddb0dadac471afb 1.57 MB 2,584 3
702,304 702,304 0000000000000000000b27fc14b0c977b715173bf796c04b95d7ef81ba005821 0.00 MB 1 0
702,303 702,303 00000000000000000004832d07bdfa4d8e94c125a4a5d8c3443e2d735c412695 1.50 MB 2,532 14
702,302 702,302 0000000000000000000d56fcedddd7125f8936da915231edb800396229e7540f 1.49 MB 1,190 2
702,301 702,301 000000000000000000008cf17f386cf53a4f3b706ab13b73c0ec72e91e5133f0 1.13 MB 551 3
702,300 702,300 00000000000000000000e25794b537df636ff0dda0e3f938edcfd49cb51b70a1 1.53 MB 1,825 13
702,299 702,299 0000000000000000000ec2662df12e146978ab5129f7b24e9970a5a9ddcf1e37 1.36 MB 2,486 5
702,298 702,298 00000000000000000006ef84d71a0d221c478672cc606db9507243d3e9d99733 1.49 MB 2,960 10
702,297 702,297 000000000000000000073a78348c850ed51572ba39a282fdb03d07a01de683d9 1.32 MB 2,881 23
702,296 702,296 00000000000000000009e520e01f0e8493ff7d4235b6a2c0916d4e0c66e22448 1.00 MB 1,028 7
702,295 702,295 0000000000000000000dc93322ba82f1f58edb09f73e9f3cbc1ddd82353e0181 0.26 MB 420 9
702,294 702,294 00000000000000000004ad6f6fbecc46f189997fce9b173a701d753cbb60a6ae 1.24 MB 1,550 5
702,293 702,293 00000000000000000008c85eea38a5ae5f8b5ada873822fc2b5b48d2a5a461ac 1.29 MB 1,234 5
702,292 702,292 000000000000000000053c55d5fd66e68f893b61b7b20c4b3c1b3dcd80d6cc30 1.45 MB 1,104 1
702,291 702,291 00000000000000000005009b0a37de2a57cb0f3ed1b9875605cf8df70e2a9037 1.15 MB 164 2
702,290 702,290 0000000000000000000d148297f92ea1e131f466c08b33b3d43789af195f00fb 1.44 MB 2,904 12
702,289 702,289 00000000000000000007d71017431bdf560b1c3ca067604476381b955dfd6eca 1.39 MB 2,115 13
Previous 10 blocks ↓
Total Size: 661.02 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: 688.63 GB sent, 4.13 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.