Memory Pool Memory Pool Refreshing

70,602 transactions
30.68 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,887 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,886 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,886 (491,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,808 353,808 000000000000000013dff8b9266ff233f3d071243044f363f82b65ebbd5cbf0e 0.42 MB 934 31
353,807 353,807 000000000000000000ba5736898e8b9246265c67ef878b44bad7db10379233a0 0.19 MB 411 34
353,806 353,806 000000000000000002fb27ea44042fd0e7deee8e24fd63480699dc40245659cd 0.34 MB 709 28
353,805 353,805 00000000000000000ecf58bde4bf36134997442f3e4ac995d0d592a85a6cb9aa 0.31 MB 580 25
353,804 353,804 00000000000000000f349315c257d745a9c41a401f75446480adc3c8bf06295b 0.24 MB 461 24
353,803 353,803 00000000000000000862853e80871f6473bfcb4810daf32ad0d336b251a45d40 0.32 MB 539 24
353,802 353,802 0000000000000000031594cc9fc333f89a8c135c3f9533ea62705266752763ca 0.16 MB 200 14
353,801 353,801 00000000000000000825b0b6b2c3c9dded19123d7f0fa5f535ba1401d89edb0f 0.43 MB 818 25
353,800 353,800 00000000000000000368f4fa1757fae744a02ebd4db6ce25f76e5b9edc3676db 0.23 MB 218 15
353,799 353,799 0000000000000000110e1071d59394cf282012fb180c668176af48743522ee23 0.37 MB 647 22
353,798 353,798 0000000000000000007c7f32d15ad84c4ba55b4690464d9ba36f4a58a06015fc 0.90 MB 1,003 13
353,797 353,797 0000000000000000015311200be211b83ad3be2f9f047a67816d75f3e1651cfc 0.75 MB 1,387 22
353,796 353,796 00000000000000000b8d6044fb33e2ed3a6b4fd670527d1c3ea237e5203ceaf1 0.17 MB 512 44
353,795 353,795 00000000000000000e80a69def4b0a7d825587821843b2578a98e31b26c66369 0.75 MB 2,320 44
353,794 353,794 0000000000000000127d95cdc800bf336caa693a9e542ba77f75a0fc354ade6a 0.10 MB 161 20
353,793 353,793 000000000000000016c0a5468469b0328df75f6070295ff143c0ef50342ea35a 0.04 MB 70 20
353,792 353,792 00000000000000000e59e0993a672feea521a06bcf5d5894cb1e792356edac4f 0.22 MB 291 16
353,791 353,791 00000000000000000f9339277fb167960c8d542d02832c7d429a2a95dfad94a6 0.75 MB 1,404 25
353,790 353,790 00000000000000000b39142da085d95ce6380391db3d71abfe0da69eaac2967b 0.65 MB 1,199 25
353,789 353,789 00000000000000001082735b2ddddf118d30824bdb9b9646f8fa414891b9b652 0.45 MB 784 25
353,788 353,788 00000000000000000e878dd33fc915127de802831355fcbd8d7a15f0a36e00b1 0.08 MB 184 28
Previous 10 blocks ↓
Total Size: 652.19 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 9,212.56 GB sent, 72.98 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.