Memory Pool Memory Pool Refreshing

84,576 transactions
32.73 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,923 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,756 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,922 (541,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
303,497 303,497 000000000000000024d8f01af32cb2038a2cbace3e4e1777b6cb7b2e6d91ddae 0.35 MB 577 30
303,496 303,496 00000000000000004bd1f2acd20fb39e1cbda7d2cf10cb2cc4fcba94d7ca05a6 0.01 MB 31 32
303,495 303,495 00000000000000004d892c0c87eb0dc36ef648c19a3fc5724dcf26d7d0b68abb 0.06 MB 108 29
303,494 303,494 00000000000000002d89740d7d7455abe41ddc3de135395beb0dabede3f9a161 0.30 MB 401 13
303,493 303,493 00000000000000001a16764bfedb77f25c1eb49fd37d6f66ba07f682bf101455 0.16 MB 99 4
303,492 303,492 00000000000000000e096ad7fada28afb122f7f7a3473076de3b7ab65cf71f73 0.29 MB 412 24
303,491 303,491 0000000000000000411a72119034e814a57e30a6f41adc0d578cf2ba1845e973 0.50 MB 992 35
303,490 303,490 000000000000000034845cbd8f4e4b0a90749e2d80cf55be2096079df6513c31 0.05 MB 101 27
303,489 303,489 00000000000000005fd24c0a91ccdd7841e848893ff41e1f7dc854db1f6b8a5e 0.10 MB 136 21
Previous 10 blocks ↓
Total Size: 652.26 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,215.52 GB sent, 73.47 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.