Memory Pool Memory Pool Refreshing

33,625 transactions
48.91 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,113 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,557 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,112 (313,288 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,824 527,824 000000000000000000299a008cfe5e3db6b14239004f22445ed5877a6dd6d33e 0.08 MB 132 18
527,823 527,823 00000000000000000006a2a0641bc6eddfb64c51ba3cfe1b025dae5b76da3ea2 0.69 MB 1,318 20
527,822 527,822 0000000000000000002eb0bfd72f603bf2323ab6648954f3f37525b19a50c588 0.61 MB 1,035 21
527,821 527,821 00000000000000000025f103ff47b662276a0a55c36ffec409dbbc8df110d2af 0.36 MB 593 32
527,820 527,820 000000000000000000281b737ba53bb1969194783ada7b57056f0e445291fab2 0.22 MB 351 28
527,819 527,819 0000000000000000001fa1ab684025310d68dbab84608e1b33cf3cb693e7f360 0.11 MB 242 127
527,818 527,818 0000000000000000000ffae86c78956d4e6834cbb46619678c4697c2cd6b610f 0.36 MB 692 48
527,817 527,817 0000000000000000001a1503a54a18b24efa5db000b724282cdfa12bf12eda04 0.03 MB 62 18
527,816 527,816 00000000000000000007523484a329241833ba25423399b6fa60618bde7bd035 0.19 MB 348 55
527,815 527,815 0000000000000000000a5f6fbdaed61616adea87c3910e1c29f5507d0dcb828a 0.48 MB 979 74
527,814 527,814 000000000000000000052009bd7cd2a783683e345a68e7a388fb13f23bd5b6bf 0.45 MB 804 44
527,813 527,813 0000000000000000001666d412e7bdc82c834b12fe2496926feebb89f69fe32c 0.48 MB 1,173 38
527,812 527,812 0000000000000000001e17ec8072027046ce32d1010aa5389868f5366bd181cd 0.03 MB 57 135
527,811 527,811 000000000000000000262f891f65da0569e1494bd221e7324d9901dbb8b37d5f 0.67 MB 1,457 24
527,810 527,810 0000000000000000002c3ef5832d341105a640ffb83dca5aec9bd9be217419bf 0.21 MB 591 21
527,809 527,809 00000000000000000026e038ac2f0a6bf38f424de74bc4eb6a85b192a5022f51 0.28 MB 746 25
527,808 527,808 00000000000000000036692c2be49a6b04051f1bc2c2be8e9791285abf6223ba 0.63 MB 1,377 19
527,807 527,807 00000000000000000014a84aa67ccdd5999ffdc263e60194b642e62c325f7ddb 0.37 MB 863 17
527,806 527,806 00000000000000000028b621fe8a8734b80d930017eb670079a1a8228786d0e1 0.26 MB 619 16
527,805 527,805 00000000000000000007ac5a3c2ff5ad4576757ff0467a8abb707d39c304b90f 0.33 MB 797 32
527,804 527,804 000000000000000000230e7f46500a0683ae6c8f5dc9fcfafdd64cf7f1b3f5a7 0.36 MB 758 88
Previous 10 blocks ↓
Total Size: 645.09 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: 8,196.07 GB sent, 30.45 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.