Memory Pool Memory Pool Refreshing

40,350 transactions
41.13 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,704 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,220 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,703 (185,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,141 656,141 0000000000000000000497930d4ee0f46eac72ce944612ee8517ab17f812b85c 1.28 MB 1,396 40
656,140 656,140 000000000000000000086546d3ccd711e0c14ad5ed8ea0044918bd57c5ac530f 1.44 MB 2,437 170
656,139 656,139 00000000000000000000d703534fd8e709f6f9bd2c3972d7a568a7ceb2e19bda 1.32 MB 2,385 102
656,138 656,138 0000000000000000000df0ac875c7428b4892d6db7b2686188301647b6e2755f 1.74 MB 1,046 26
656,137 656,137 0000000000000000000696b803c8f1852a2bce22418cde145334a06af5a577fc 1.11 MB 2,151 17
656,136 656,136 0000000000000000000c8a0fece7edf41924d4a6288d0671dd943aeb85408470 1.44 MB 2,208 26
656,135 656,135 0000000000000000000922462f9ed0aa882214a943b8bd04db7fa24975a49cf2 1.20 MB 2,551 183
656,134 656,134 0000000000000000000d82aa232973a515d214b5a86d8ca26ba82607260fe1ba 1.25 MB 2,829 173
656,133 656,133 0000000000000000000419a979028d4ffa57763b7502c536be5613f4257635fb 1.38 MB 2,431 105
656,132 656,132 00000000000000000010b98ae4cc7a1151d42ac9e44f1ebcdc04079649798cb2 1.77 MB 1,226 102
656,131 656,131 0000000000000000000304762b3c643383485c914e4ab70d99d087ff20379145 1.73 MB 242 8
656,130 656,130 00000000000000000002b2a544277924dfbe930d0eb1bb1620825f1e3edd16de 1.48 MB 1,471 55
656,129 656,129 0000000000000000000439c2e80fdc73adaf15e98d7be2d07819dc03d9b633fa 1.65 MB 577 17
656,128 656,128 0000000000000000000ce58056b81a5feef923f6205d656ac7d9ef90beba7baa 1.26 MB 2,440 12
656,127 656,127 000000000000000000079de9d5ffe61a32883f98be2f0b9fee22068d6ebb757a 1.30 MB 2,408 155
656,126 656,126 0000000000000000000acf6347f9254a8ec85ab1f93633c1ea68176a4d540f36 1.07 MB 593 230
656,125 656,125 000000000000000000038466d2001f9df4fc8feb8feb59089dc7615766007270 1.42 MB 817 37
656,124 656,124 00000000000000000008e53bbf2dcf7808c65bb00a2d72709a39b37abc7de6ca 1.28 MB 2,513 70
656,123 656,123 0000000000000000000b3d03b5fd76c8cc322d6f90eb902ff0c55261fbf8abd1 1.21 MB 1,813 19
656,122 656,122 00000000000000000010acd741a966a2dffa23a5a107e4353e80daad291ba377 1.77 MB 1,618 135
656,121 656,121 000000000000000000031e71081864ad2ac719959d8e971c75f30eaeccf1542c 1.20 MB 1,742 22
Previous 10 blocks ↓
Total Size: 646.20 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,333.64 GB sent, 36.42 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.