Memory Pool Memory Pool Refreshing

50,688 transactions
27.16 vMB
Show Random Selection Loading Transactions
Max Size: 137/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,817 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,696 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,816 (511,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
333,636 333,636 000000000000000000811dc25ed18d42aeffa2126344f4e4f61bb023dc4620de 0.06 MB 114 23
333,635 333,635 00000000000000000a96c4fb609fd596b2fdca8ca7e0283a3651a444e9105bae 0.17 MB 306 23
333,634 333,634 000000000000000019f61ae7565e3eb5b27f12c6641d1ef2109a0d960d6a6014 0.27 MB 344 18
333,633 333,633 000000000000000018be2b7a90a989f95f46a6de1f6640c683d66a903934e3eb 0.13 MB 283 29
333,632 333,632 000000000000000015fe53766236f0a3444212dbc9cbbd8d8dcc73278f94a867 0.11 MB 90 22
333,631 333,631 0000000000000000188b3e1224f0593d0bd23aef8f790921153afd7b064f59ca 0.47 MB 546 15
333,630 333,630 00000000000000000dc4c70a0880d589f7712d46a0830c53e891f73ad8646b27 0.75 MB 1,421 26
333,629 333,629 000000000000000019d6a56c9988fc3f8385f2dfc0c8650bde70c821b1ea651b 0.75 MB 1,139 31
333,628 333,628 00000000000000001207b614855cb245ff8511be3bd5bdd4bdf6948e8a752f04 0.13 MB 256 27
333,627 333,627 00000000000000001a1ab6b9ff5a7008d7c512590ed8ef145aeb25f0e61cb789 0.75 MB 1,779 28
333,626 333,626 00000000000000001a246558ec6c2caf0c874320d9ed0bf13f394f24e366f1b5 0.15 MB 512 44
333,625 333,625 00000000000000000649c265cd1f2aa3f97f8bcec33a3a612e8de70c81a9b521 0.02 MB 25 16
333,624 333,624 00000000000000001019f4dc1e08610edab1dc41db8dc43cc6dd1ba3e0e9b836 0.06 MB 141 29
333,623 333,623 00000000000000001a29ff7a96877093de21dda2d041c843852886ea2fa3ce14 0.43 MB 721 22
333,622 333,622 0000000000000000039e8dde1c9775fc0f3d7cd42f0a15e0c66335cb7daa4bc4 0.20 MB 476 25
333,621 333,621 00000000000000000f520e3f0acde60912d211d538d1e4b63c56097317d04b84 0.14 MB 298 25
333,620 333,620 00000000000000001b50146f5ae08e9b56058c2f4dcb77bbbe0c8fefe3433dff 0.22 MB 200 17
333,619 333,619 0000000000000000194bc0f2b8f43427cc962a482023ba844832e4a37c726741 0.59 MB 994 24
333,618 333,618 00000000000000001a5f7210688801a79080f5ac85172da98a0f1f9651bbdb18 0.27 MB 582 27
333,617 333,617 000000000000000012047c5275728dd877595035027927382a31510ad5f5efab 0.19 MB 251 21
333,616 333,616 00000000000000001880fd186ca473976cadec502404cfc7a2a95fd5211f6151 0.25 MB 645 31
Previous 10 blocks ↓
Total Size: 652.05 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,206.86 GB sent, 72.17 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.