Memory Pool Memory Pool Refreshing

47,557 transactions
49.76 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,368 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,753 43
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,367 (575,890 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,477 266,477 000000000000000a2a3e9fcc74386f2e7f9b192ead5d9f5dae836a273fd5f739 0.16 MB 271 82
266,476 266,476 00000000000000008235d7b847008beffb68eccdacc5b9ca93bededb777be46c 0.12 MB 262 76
266,475 266,475 000000000000000398573da7ad40dcced7a6267e0b436e98b3c72ee7e4fd43e4 0.11 MB 260 121
266,474 266,474 0000000000000006867f7c0923274dd2f01a5b018af68fef42a0ef7d823d5bda 0.20 MB 481 96
266,473 266,473 000000000000000827d7e7f7caf06e5e64e13a9abbddc87f280d997c591f211f 0.13 MB 319 27
266,472 266,472 0000000000000003a2bcf65ae40ee4df87edaf7be1f8926e8e91a256c0ae2c64 0.00 MB 7 59
266,471 266,471 000000000000000887fe7c972b1c6c761f5d6e662e72bac6b3f59aca748a4826 0.16 MB 399 112
266,470 266,470 00000000000000069608f2d1a9e0cbc15828dddf76a889cf7159c81ed91c24a0 0.07 MB 146 59
266,469 266,469 000000000000000957027182b4e1c37c0c51038723567b665d591c6b0466fbd7 0.15 MB 350 94
266,468 266,468 000000000000000383c43046471285a093d000eec4ab39be173af14fbf2abd30 0.07 MB 151 63
266,467 266,467 000000000000000ac051a9274ff3b8c6c74a2cb4e574699e21cbefb2b444b7fe 0.11 MB 257 91
266,466 266,466 0000000000000003da0ae3d19f2e3f3c68fce98de274694136c79e8d6778dcac 0.04 MB 74 64
266,465 266,465 0000000000000003156c0c3442a514286f3726ffa10c6ad19dffdfb85e787154 0.10 MB 249 109
266,464 266,464 0000000000000006e1ed1a005367db868555e1a9b2dd78715a498a1675c0d4d0 0.09 MB 209 102
266,463 266,463 0000000000000002e4e03399ee5a67d8a67f2a39451877c78336fcff3a1fc9ea 0.14 MB 279 92
266,462 266,462 0000000000000003859cd3d79cdfe752bf8af4aacc2f4bc0887254115840a01f 0.12 MB 303 103
266,461 266,461 0000000000000001af90c392cba380aa8ff4ea1f1bba10ef113eabbe02e9c025 0.10 MB 194 88
266,460 266,460 000000000000000a5b5e8ba089c9517b6a8cb7790f73e2b5942d9aa10cc37fce 0.17 MB 337 88
266,459 266,459 00000000000000046b4fc9324212859d7078c05efa7528957685dc051c92822f 0.05 MB 123 110
266,458 266,458 000000000000000159e448985f4959b8a68181c98d89e54022cb08402d46a0b0 0.10 MB 217 81
266,457 266,457 000000000000000a4ddec564961bf5349201fb7520a79f7bfd96e48b46219fb3 0.12 MB 220 19
Previous 10 blocks ↓
Total Size: 647.41 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: 8,484.99 GB sent, 45.58 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.