Memory Pool Memory Pool Refreshing

54,232 transactions
40.46 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,274 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 4,178 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,273 (562,816 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,457 281,457 0000000000000002392ec363422138e2e6bf6872c31881e53133016e7a4db3d6 0.04 MB 64 41
281,456 281,456 0000000000000000b8f7c0215f6360451db0624cea3b5b769355a2d1a857c5f2 0.44 MB 826 38
281,455 281,455 00000000000000008e493654e273865ce1b22dfff882351b7626cc7810a2f657 0.05 MB 90 29
281,454 281,454 0000000000000000a005377f9b4967e8a0e479da485328f054b87e2f1b257e24 0.16 MB 285 42
281,453 281,453 0000000000000000944e87116616f0553217278165829b14f2a0e56fd5dc59dc 0.06 MB 158 61
281,452 281,452 0000000000000000f26cb6a8033a59a2f7c32a62f31f23097ea85b59b611e077 0.03 MB 45 38
281,451 281,451 00000000000000017b7debcc340aaf2a1d5553c6dc2f80338c3fd51640fabbb3 0.15 MB 214 33
281,450 281,450 00000000000000006bb79a7aa54b42b5a0d71a06a77f1e3edfcc1cac247152bb 0.25 MB 477 35
281,449 281,449 0000000000000000465919ef9a78a4a48cae495a64313b47dafb9b868e0b0da1 0.05 MB 105 34
281,448 281,448 0000000000000001e9048564cd531b55b3d49d8ac52496a63adca836222d61bb 0.25 MB 320 31
281,447 281,447 0000000000000001d8a41f0a8dd21d5e6e31272f25ee494ba048f587b55e0300 0.05 MB 148 97
281,446 281,446 0000000000000002309ce0cda9232d208c512ee78eb075db974c307175eb0a47 0.09 MB 154 35
281,445 281,445 000000000000000124e1bc18c8c25d3d32a38ddf52d15a8575d919e5f2d2e2d1 0.05 MB 83 29
281,444 281,444 000000000000000159a4ec1c7ea580e2ab5961eb9f3fa8004b27e608e1c81de5 0.22 MB 433 38
281,443 281,443 00000000000000001ad1eda5e941ccaafa9a2f76e8a647636744dfba929aff82 0.04 MB 81 34
281,442 281,442 0000000000000000af1cf68feb93824edddbd0ee1109c99f130e041b2ee3f874 0.07 MB 102 35
281,441 281,441 00000000000000020094d321446f3fa1ee3dae83abb843ecd675e54dafe8990c 0.25 MB 463 48
281,440 281,440 00000000000000002680b615fe670d8aa3f466e1ff397a74326fd463c41a57ab 0.02 MB 61 25
281,439 281,439 000000000000000045356fd5690146edb16e2f468f16bb40a08c9d3517fb2608 0.10 MB 156 8
281,438 281,438 0000000000000001fecc0f96055c6c944e67c7dfefd3391b4c311832ff837818 0.34 MB 474 26
281,437 281,437 0000000000000001ea24277edd65179568c2401ae810eb5daa0ab37caeb6ca87 0.25 MB 760 66
Previous 10 blocks ↓
Total Size: 651.01 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,068.39 GB sent, 66.26 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.