Memory Pool Memory Pool Refreshing

77,934 transactions
31.34 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
844,914 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,178 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,913 (539,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
305,473 305,473 0000000000000000183206c54c289aa021e7ff3ae2d5e4ab38ab90519dadd140 0.02 MB 25 11
305,472 305,472 0000000000000000481348e60a94970d19d79af1bb15c70d5b0ba05ef355d61b 0.19 MB 233 23
305,471 305,471 00000000000000003b9ab0f2b5442a5d6a8625f385c6fcc8fd62176c666ec9d9 0.35 MB 632 30
305,470 305,470 00000000000000002d4072f5b95885bea7cc99f66e2d9030b134b2b8c8386328 0.22 MB 364 30
305,469 305,469 000000000000000030ebf61bfddda2f0c6227cd1d6c06b3fa1e83b59ab348260 0.09 MB 91 5
305,468 305,468 0000000000000000312521f2f9f6817e62ad0ce8bf87014ca55c0ef82ea67b1f 0.18 MB 198 22
305,467 305,467 000000000000000039a249d696e07a4078b55b3b21ab7c5b21ec7f58ae75e89d 0.35 MB 239 16
305,466 305,466 00000000000000003d1489f8c353c9802cfeb7f9e1e60038589fd669213f8d9b 0.35 MB 769 33
305,465 305,465 0000000000000000247971a6b8aee9fd4741a160defe5335fafa6e2139f9d81d 0.24 MB 512 31
305,464 305,464 00000000000000000a4c62dc7acf9c0cac1d7457a8ed2c81d437e51c06ef0b4b 0.35 MB 929 54
305,463 305,463 00000000000000004d3cbe3d7c13e635bd9433cd9b23b6a8ef91502e9b25d2ab 0.25 MB 395 28
305,462 305,462 00000000000000002fbc87f4f1ccfe378d7d1f4b04463527de8159c99de13803 0.01 MB 32 34
305,461 305,461 00000000000000005192c852d398c4565403b743f456243cf4f1d9e2c31cc9ac 0.05 MB 81 29
305,460 305,460 0000000000000000567df2136cfa56b5c7f2ce32ced967a9d3fa36c41b723135 0.02 MB 35 14
305,459 305,459 0000000000000000492396e2d0b14c66f48dea606cc9a29066fadb117d4e798b 0.29 MB 432 35
305,458 305,458 00000000000000005c937061a10c84eab9aa2a6c30544e4815aa8a08e9a2cfe3 0.15 MB 128 19
305,457 305,457 00000000000000003494050c670b873a857cb7e64307522164702057b70eba25 0.11 MB 58 29
305,456 305,456 0000000000000000326e5a57c3dbe31af93013fee98417bbfbcf47f364654042 0.19 MB 291 28
305,455 305,455 00000000000000000f55315a56c1a2137e9827c9d87294fa6cb57b22f46966ad 0.05 MB 128 24
305,454 305,454 00000000000000000545c3bc3c4c76ad9c6b849c88773c81c1c8cf02e7b85c49 0.16 MB 320 36
305,453 305,453 000000000000000008a4261ba0bfaa5b59ed865938ef27970d8c8f63427fc7ac 0.72 MB 409 14
Previous 10 blocks ↓
Total Size: 652.24 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,214.69 GB sent, 73.33 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.