Memory Pool Memory Pool Refreshing

60,145 transactions
33.84 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,226 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,924 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,225 (588,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,409 256,409 00000000000000141bd647df753710f17293eb143efba2331d5536e9ca943557 0.13 MB 272 133
256,408 256,408 000000000000002b0aa1707a929efd2a55055e8dad4595b8ed263da97fb566c2 0.35 MB 700 113
256,407 256,407 00000000000000249abdaf91551e920822fc3f60457b2ad574bb3d482e492444 0.01 MB 14 87
256,406 256,406 00000000000000165b56e7fb8929118cae772ce6e24f4a3252df645b845bf509 0.11 MB 257 119
256,405 256,405 0000000000000023285eabd4513599ffbfaf19d5f46a0012df0261c082fb9e71 0.04 MB 91 89
256,404 256,404 00000000000000107f9c93c4f8665552233467652a814c1b53e7478725259f05 0.09 MB 231 128
256,403 256,403 0000000000000015d867ceb5674dc87f0b2a7832bb1a01e99bcccafb7cd61326 0.09 MB 171 97
256,402 256,402 000000000000001bddf5cee9b7eb49a55765f6df05ef8c2d1dfe60ad16b64113 0.03 MB 68 75
256,401 256,401 00000000000000166163372cd3058ef59a3f2e9fce51d0d2995f5b38cddcfb82 0.17 MB 326 328
256,400 256,400 0000000000000027d9d3d793707da3fd684af4c0e595c1a981c7671b06dfcd45 0.25 MB 638 129
256,399 256,399 000000000000000f8ee1a0d25dc5867102e39760bae6fd27e60447f4058264f0 0.11 MB 267 113
256,398 256,398 0000000000000002815fe6129ba444170d0df2a5e6a85d670b270bf1520b3001 0.16 MB 347 125
256,397 256,397 0000000000000012c9d54cd5a0fe5aeeda98dc671393cc27050289896d0176dd 0.01 MB 43 136
256,396 256,396 00000000000000279496809746f3e933736082e57c2df87594425bd5caa38a17 0.00 MB 12 117
256,395 256,395 000000000000000ec7be1dbb919d05ae9ab3a23cab8c75d7a0c666e433afa0cf 0.08 MB 89 96
256,394 256,394 000000000000000037ba9368669778a6760a1f28e88ce5b8fad8f474db45b7cf 0.20 MB 240 135
256,393 256,393 000000000000001c08060db7b0a93e6c125802497b6c770d2772d97cdf3121d2 0.02 MB 36 57
256,392 256,392 000000000000000ace638e346adf3e6f4516d18410baaa329333d7af9b9d30c9 0.08 MB 121 104
256,391 256,391 00000000000000277ce76fa1caa1d42528d49dc2915f9f9ba529962ee7d6202c 0.19 MB 410 122
256,390 256,390 00000000000000057d1b8aff419a6b4abbddb46a2f8496321bd3482ebb5f66b6 0.10 MB 224 110
256,389 256,389 000000000000000d35fe3d1f6a31d857dba87709313e123577911d25d75b56a1 0.09 MB 227 87
Previous 10 blocks ↓
Total Size: 652.82 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,287.40 GB sent, 77.35 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.