Memory Pool Memory Pool Refreshing

31,634 transactions
38.71 vMB
Show Random Selection Loading Transactions
Max Size: 149/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,285 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,204 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,284 (376,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,691 465,691 0000000000000000017f84fe5a8a2092ad065cae8277dd9a8b6b02cb02f28d30 1.00 MB 2,138 216
465,690 465,690 0000000000000000002ba52652b0ebea1e2308568b14eaa8cb1d1c988192d038 0.99 MB 2,364 169
465,689 465,689 00000000000000000162959a3d4318effb23cdd13e05fc3eb26f0f39375f0e98 1.00 MB 2,545 190
465,688 465,688 000000000000000000ef071872dc4cf17f95bc2c43e7d5f9a3cb90931afc5675 1.00 MB 1,294 178
465,687 465,687 000000000000000001cce21633d8bf3330fbf92e3e4c54a1d401d150f139f5b0 1.00 MB 1,552 176
465,686 465,686 000000000000000001633790f6617702f64b0add57c21c64cdbd884af4f2cce2 1.00 MB 2,038 197
465,685 465,685 0000000000000000008b4cc9ea78f4e32ce9811e6c459e197465c38ed814f8b9 1.00 MB 1,679 215
465,684 465,684 000000000000000000f3b55eb23750cc7de6ff162152544826077836a8baa456 1.00 MB 1,948 193
465,683 465,683 000000000000000000034387543f6622ac7b08189e0a47fce661a213e039a4a4 1.00 MB 2,271 198
465,682 465,682 000000000000000000a50c0f78899ff5720f4bf90f389bc09eaf972fe395660e 1.00 MB 2,659 247
465,681 465,681 00000000000000000010816603c48bfd273c04055a40c8b48e95c0d00e3fc933 1.00 MB 2,410 270
465,680 465,680 000000000000000001ecf4a9d1db7a6f794adfc6004b3127f87a47ee6fdab980 1.00 MB 2,639 252
465,679 465,679 0000000000000000014206cba15c5fe0ff5a618e87e42bf715671b7c62953bed 1.00 MB 1,865 190
465,678 465,678 000000000000000001f2bf8b77f12d970e3f5fc698a86006bd3d1b9326a82f8e 1.00 MB 2,627 232
465,677 465,677 0000000000000000002acb4c87e28c279b5c617f88ae326e520160ec61dd1336 0.93 MB 2,294 312
465,676 465,676 0000000000000000013f111d54db7622b9d23032fdc10be717ea099ed8d03413 1.00 MB 2,820 273
465,675 465,675 000000000000000001cb38f5fd39d3b398fe4195413653fddc234c05e2ada1ca 1.00 MB 2,131 201
465,674 465,674 0000000000000000019047f28ea39197b328217843b361052dc09b58d15c85e1 0.11 MB 162 340
465,673 465,673 0000000000000000016fbb6649c225f9d55e5d5d72bff59f2077d62485bedcee 1.00 MB 2,298 189
465,672 465,672 0000000000000000012334edbeb1bb830144923de3002b69c14c221b5574a3c3 1.00 MB 2,218 220
465,671 465,671 00000000000000000141db82cf21ecadc0248e765eb5345907b55d869b9969a4 1.00 MB 2,151 291
Previous 10 blocks ↓
Total Size: 647.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: 8,468.42 GB sent, 44.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.