Memory Pool Memory Pool Refreshing

34,190 transactions
46.91 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
842,415 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,414 (649,991 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,423 192,423 00000000000006f992b3dda530292c49e0f53ba69cfc8281c9a635089bfd51bb 0.21 MB 527 292
192,422 192,422 000000000000074372c4485337e0cff7392a072ba99f596914f2afd2b57627b8 0.00 MB 11 14
192,421 192,421 00000000000001d7db8916dc14b8a6e76166746f8edb9e25bcf3715f4c8e7f8e 0.04 MB 111 124
192,420 192,420 000000000000052ec0c9f98a7083cc0de77caa2fba8a8c93382f4aeb44151c00 0.08 MB 206 156
192,419 192,419 00000000000005d994f172dd5fc354c50cd6f611d3366c7160d027b4539d233f 0.10 MB 273 138
192,418 192,418 00000000000002940025a3023da936c0dae36382011da42e25dba25e6a6e2595 0.00 MB 13 14
192,417 192,417 0000000000000678a8d80e34b4fe8d51a8f810d73b2678a646d9e747bac40f45 0.02 MB 70 99
192,416 192,416 00000000000001955f1d2b2b5922977991a385105d959eb92ce580bb7d9f52ab 0.09 MB 272 157
192,415 192,415 00000000000000d0cc5aaaf724ab88394563eb44811d7dd9985fba6c1d6bdf90 0.02 MB 59 131
192,414 192,414 00000000000002a8e48b8b89649c5cff593e4216fe98ef6471b56cfe653f8d02 0.03 MB 63 104
192,413 192,413 000000000000022b581480cdb5338984908d06d4df95cc5c7c9654af9cb31866 0.02 MB 89 0
192,412 192,412 00000000000005c79e9c04273e109445591b7fa66a96d3a4a535f2fd567ed9a9 0.04 MB 98 110
192,411 192,411 00000000000003eb004e8f6cd0c372818914a2d2a9c7be0fb634d818195040c2 0.02 MB 73 145
192,410 192,410 000000000000055eb24dc98761bf185f1eec08812ae20849551cf64e267a7b21 0.03 MB 70 113
192,409 192,409 000000000000023da3a7e87c6ce7e2674471f3c5f2ef38777e6ef649f8c133df 0.07 MB 165 121
192,408 192,408 000000000000036c4ec4b1ba117524b3499dd43cd363d819b6b6756b664eacdc 0.05 MB 117 150
192,407 192,407 0000000000000155bee1664551acdc7bcccf2cb0f9ce39be21be067bc97d82e3 0.10 MB 203 151
192,406 192,406 0000000000000479987a72b320090d64662c1839e30cbbca5ecf967ccc6e212d 0.04 MB 123 145
192,405 192,405 000000000000067ea14e690594cfb6e59b259591ced284b63b29a90ae4beb27f 0.05 MB 133 181
192,404 192,404 000000000000059da88e36fcf770a2d5b61d4ecc69d89352a289c6710230f105 0.12 MB 323 158
192,403 192,403 0000000000000225862e09b8b3f1ff836b9eda39d2dcd88c570758452104265e 0.05 MB 133 147
Previous 10 blocks ↓
Total Size: 647.50 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,496.48 GB sent, 46.09 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.