Memory Pool Memory Pool Refreshing

24,536 transactions
29.11 vMB
Show Random Selection Loading Transactions
Max Size: 126/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,866 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,048 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,865 (558,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,795 283,795 0000000000000000f8ba03e4441017c30d4ea29dbd2fdc438ef278e11b534e1e 0.08 MB 148 21
283,794 283,794 0000000000000001335daf731c0555337f991e64ca6e3667d8e3a90b87c0a844 0.18 MB 310 26
283,793 283,793 0000000000000000ff7fff36c4382086f5291be079b0168c2cafb104ec48d94d 0.05 MB 187 87
283,792 283,792 00000000000000014d36a230ace6c80861c8583199cd07281027b6d479471bbf 0.06 MB 79 19
283,791 283,791 0000000000000001f21437e1769a2de279ffaf94895a8ef96a964b957e0ce3f2 0.17 MB 345 35
283,790 283,790 00000000000000015126ff85b569e09dc8894afbf8c50470e1254ff6cdf77f18 0.35 MB 510 32
283,789 283,789 000000000000000182464a4608e7243827cead478e0d785a1fd925d382e335e7 0.26 MB 472 38
283,788 283,788 0000000000000001e992683e94b94b948906346c3db2725cc4641c15db3bd6a3 0.11 MB 194 35
283,787 283,787 0000000000000000a4822809ccbe7c00695eedd1024beb2de7a75f8520d5143d 0.09 MB 94 22
283,786 283,786 0000000000000001dd0ed4d98805c5e385e71dcc65738108e6f75c6e97d00b18 0.12 MB 262 41
283,785 283,785 000000000000000073381d82efa06798ce72a4f7df73ed5d63e11aee63f851d7 0.18 MB 400 38
283,784 283,784 0000000000000000c0f767d8ed6db076daeb12287512806e1d62ca636d3b5f43 0.32 MB 535 29
283,783 283,783 0000000000000001790e7b203b2e1620c46befbc517fd14c091edb29fc692cf6 0.25 MB 453 31
283,782 283,782 000000000000000110608d18aa0399334490cc1539823b68fe395fa766771d4e 0.03 MB 76 57
283,781 283,781 00000000000000001cfc340ae8a35f2b749aa2f576689cd42977de7381fe1950 0.19 MB 288 32
283,780 283,780 000000000000000106973a6470fb9643bfd279ab0cce8de3b40dafe53bccabae 0.05 MB 106 32
283,779 283,779 00000000000000019405dfac525b3ebbf125314f33ef177388c06078a2f72c08 0.28 MB 441 28
283,778 283,778 0000000000000000f8ce25b4353baaf956dc499735c1e263914f12b1084594f8 0.05 MB 137 54
283,777 283,777 00000000000000019bccd185fd37551c583ea1d8fb12c8c730c6c1ac80433f70 0.05 MB 186 99
283,776 283,776 00000000000000002cfec01533917143022965a67f4bd9688835de3a63a62767 0.05 MB 151 61
283,775 283,775 0000000000000001b0544cd63cdcfd045514be9de087abbcefe641cf13968439 0.09 MB 212 19
Previous 10 blocks ↓
Total Size: 646.51 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,362.90 GB sent, 38.16 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.