Memory Pool Memory Pool Refreshing

61,255 transactions
21.02 vMB
Show Random Selection Loading Transactions
Max Size: 123/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,741 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,533 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,740 (541,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
303,518 303,518 00000000000000001291e195f3e0b3ca3027f1f37b11c6778e05064dfd024b4e 0.23 MB 316 30
303,517 303,517 00000000000000000a61cb448f2589fad3e4a03250edb1f00ffea3fb426420b7 0.04 MB 62 24
303,516 303,516 00000000000000000e6a6a5808f88f3535a96be69cd836b95fb9476c450a6605 0.01 MB 14 17
303,515 303,515 00000000000000002249336340df0de4463676033ff93f7d4a07249f67d0a7fa 0.14 MB 262 30
303,514 303,514 000000000000000048112e57e515fbd766b10adc1e6d77d4f0d277f64aa96805 0.19 MB 93 12
303,513 303,513 000000000000000068b1a970e9c672aec644338970a022dcda6342dff1f8211f 0.35 MB 803 42
303,512 303,512 000000000000000048f984a32176b0e4a572c30a89ea8187dd1123f0e530e41c 0.31 MB 502 29
303,511 303,511 00000000000000001b6841a8f1996f30d141651199bf305b8341569be3a084dd 0.11 MB 143 26
303,510 303,510 000000000000000002c53c5171e60ea4af470307a4a7b36ee8cde6ccc4c190e4 0.02 MB 48 24
303,509 303,509 0000000000000000343b3db3b828c9bf629f414a0f9905ff9749da024a24329b 0.25 MB 237 15
303,508 303,508 00000000000000003a3e6839ed050c41016d482baa4db2cfc011ccb0a746e092 0.35 MB 1,013 44
303,507 303,507 000000000000000057f8c84cb0e2e1fee2dd1759cd70dae06a18442875f6836f 0.11 MB 206 32
303,506 303,506 0000000000000000061d662e5e8b41cb81fff034f85e2de0b4454075b94cbd40 0.09 MB 198 29
303,505 303,505 00000000000000001be2244ce76390130a203dc563ee3a1d2a3b25f74dd67288 0.31 MB 358 19
303,504 303,504 00000000000000005bef4bfccea8e33737ffdc2dce59ce724def088eb26d97d9 0.35 MB 997 46
303,503 303,503 00000000000000001f93552a56de7b76710792fb756cd816765e4e1d6a529ff2 0.38 MB 472 22
303,502 303,502 000000000000000054e9305058bbba7b4ea56d6180c86345312aedc798c85ad4 0.25 MB 616 41
303,501 303,501 000000000000000055fafafdfbd0953d9bdd0e4a5a506652f9a758d22de618e9 0.10 MB 213 32
303,500 303,500 00000000000000001073580ef4667dcce4725cb6250f91294a2825eb38bb1d6f 0.12 MB 99 17
303,499 303,499 00000000000000002fc848cda6f13d653f59003cddec265d809a8da7289ea04a 0.25 MB 348 24
303,498 303,498 00000000000000000c19aee7d5fa1c6f9c0546f670cacbd2a9ca8dc896d55e01 0.25 MB 606 37
Previous 10 blocks ↓
Total Size: 651.91 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,183.24 GB sent, 71.45 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.