Memory Pool Memory Pool Refreshing

43,034 transactions
47.31 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,347 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,821 23
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,346 (376,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
465,665 465,665 000000000000000000cc43b850d4fa27b146599550caef42651187b2bcfc4e11 1.00 MB 2,317 253
465,664 465,664 0000000000000000007b525e35c47788e65a557485af74e7e6c885fb89181442 0.99 MB 1,875 183
465,663 465,663 0000000000000000020b20dfa2ba03b95639110ffec02e86c3bfdffe42344660 1.00 MB 2,117 192
465,662 465,662 0000000000000000015045f89515a251a51125ebaeda4b7fc1b3d591a4538bdc 1.00 MB 1,253 173
465,661 465,661 0000000000000000001910ba63ff808532d7eeb84c0a26b4d6741f9ad7e438ec 1.00 MB 1,915 198
465,660 465,660 000000000000000001fef0cbe66464a9cdb0ebfb12588498b6424081485be0fb 1.00 MB 2,054 303
Previous 10 blocks ↓
Total Size: 647.37 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,480.66 GB sent, 45.21 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.