Memory Pool Memory Pool Refreshing

71,417 transactions
33.22 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
844,601 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,211 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,600 (378,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
465,670 465,670 00000000000000000199b62bfde3df9dfdc5868465c1ad9ce9854f3311ac55ab 1.00 MB 2,213 254
465,669 465,669 000000000000000001b97964c0c2d3bea19c7368bca478bf8a5919bcf8e08ce0 1.00 MB 2,740 176
465,668 465,668 0000000000000000006fde8f34e21d694909d768cff118f7eed70450c8bb11fe 1.00 MB 2,571 244
465,667 465,667 0000000000000000014fd8083e8988d5a165045b566fbf9c7c8fd89722f4eaba 1.00 MB 2,298 178
465,666 465,666 0000000000000000005c0bec77fd0faa94f4a8004e655a8fdc76a1fb1c1c4882 1.00 MB 2,334 204
Previous 10 blocks ↓
Total Size: 651.65 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,144.64 GB sent, 69.77 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.