Memory Pool Memory Pool Refreshing

74,487 transactions
33.72 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
844,423 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 4,045 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,422 (310,275 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,147 534,147 0000000000000000000b24639c8f7081e53f286b872617ff14fef707e92f32da 0.20 MB 423 16
534,146 534,146 0000000000000000002ed109f8d1c2657e4297a1f7d075a0e3834fc9c62a0e78 0.16 MB 365 23
534,145 534,145 0000000000000000001f04b3136690833f198f2e051a6bc87e7ee4d6b9ea9d90 0.66 MB 1,771 12
534,144 534,144 00000000000000000032c3d9e84a9524e04444d1887d5efcd61a1c569a997548 0.09 MB 164 46
534,143 534,143 0000000000000000000278e030723525e64c454a1471787b725dce5c4b1029ca 0.15 MB 384 11
534,142 534,142 000000000000000000113f795d2acfeeed3495ec1657a4154849154a967a1ab3 0.05 MB 137 16
534,141 534,141 0000000000000000002619c073c7a388be45d2c2e793168511de75d1166d7f46 0.34 MB 729 12
534,140 534,140 0000000000000000001534f6d7d71b1c42c9a47e5f41adc6420ed135aa66ff2d 0.28 MB 552 10
534,139 534,139 0000000000000000000dbddf1ed297a1daa016f77bbb12971212466bbd01a4b6 0.14 MB 367 19
534,138 534,138 0000000000000000003208c620805b67f5959cb4ba81b857a9edee02c78d7e03 0.09 MB 263 16
534,137 534,137 000000000000000000311f40d767eb08bdadb468fdbd4e17364716018460a270 0.49 MB 1,138 16
534,136 534,136 0000000000000000000f84a410b552a1cf97625cdf0abe967c2455b3f441a685 0.90 MB 1,672 17
534,135 534,135 0000000000000000001609d0812891e8438acac40086f6e8bad2d7c2bd5a0033 0.23 MB 581 14
534,134 534,134 0000000000000000001fd522f6553962d31e40763f53c3d686aea0535b931443 0.57 MB 1,393 16
534,133 534,133 00000000000000000035ea7ac64331e58ace6a2ae5cd24992e9b3aebbff272de 0.99 MB 1,980 13
534,132 534,132 000000000000000000203ccec62a62d4328c48476326656803db6b3bda53094c 0.03 MB 85 13
534,131 534,131 0000000000000000001a6d93e6d88ae592e932ed1064706d6db2ba98f554ffa4 0.02 MB 45 57
534,130 534,130 000000000000000000238ae04d8a49feab44f9370efb524a126cf10db2d22fbe 1.15 MB 1,931 3
534,129 534,129 00000000000000000001370ed362c40e8351468c6625b7fedf6a37769459da81 1.16 MB 2,800 11
534,128 534,128 0000000000000000001ea0c918a72e91ec66f540609be2ed136d682f44a33baa 1.48 MB 1,817 6
534,127 534,127 00000000000000000021ad311b4a7d8ae06c495b6f1c6f50602a0c58e16b5930 1.71 MB 1,813 7
Previous 10 blocks ↓
Total Size: 651.31 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,113.68 GB sent, 67.88 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.