Memory Pool Memory Pool Refreshing

51,697 transactions
45.76 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,068 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,683 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,067 (173,776 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
668,291 668,291 000000000000000000092bb574498d6bff9de945fd92fb4585df122a8f8ae59b 1.28 MB 2,173 89
668,290 668,290 0000000000000000000b232b367c44630e1644eca10c433a144ad1ee8f56b556 1.24 MB 2,802 75
668,289 668,289 00000000000000000006fe77a5e6114680df8babf2a6da60793a679ffe4d1efe 1.27 MB 2,284 139
668,288 668,288 0000000000000000000b4c8ed328910e2b8166fadce90d3432bf34f002040132 1.34 MB 2,235 81
668,287 668,287 0000000000000000000185591fa35d4ffe4b45c15bc191574fd18f1fb6a8b00a 1.19 MB 1,675 135
668,286 668,286 0000000000000000000b19e42a56b6e6b578f4009daad162821880a6f91ba737 1.21 MB 1,855 127
668,285 668,285 000000000000000000000a6527edcf1105004731dc69277731a3111caa19d254 1.16 MB 1,483 154
668,284 668,284 00000000000000000002f0dd457b978032f9b778c06f13483eff602a69631ba0 1.34 MB 1,933 82
668,283 668,283 00000000000000000006fd29ff3cb09b91fb33a4a6f014c01ddaabe23722565b 1.34 MB 2,553 110
668,282 668,282 00000000000000000002d136f80c152cd48716a357ab24db4510201a6d8f69c6 1.29 MB 2,424 88
668,281 668,281 00000000000000000000beb4b89b0b49cab37576fb5fa965705e333852873af7 1.28 MB 2,907 112
668,280 668,280 0000000000000000000c1e3e26422b8a314974556efe0e4fd53989df385caea9 1.21 MB 2,052 126
668,279 668,279 000000000000000000090f537fa32eb8bf3dd16d702b7eb5728519dd812aaa5c 1.12 MB 1,276 104
668,278 668,278 0000000000000000000120a128bd3090092af5c262d543e7aef64f4dfa6bdc9a 1.15 MB 2,437 97
668,277 668,277 00000000000000000005eb7af567dc2d23263e9fd0ed11fcadda3e2547cb3619 1.15 MB 1,292 113
668,276 668,276 000000000000000000044e3af5113be9728fab40bc89028f4201f4166b87467d 1.25 MB 1,269 139
668,275 668,275 00000000000000000005c8682fac322d0939a92e4f5629488af061e82b7315c8 1.18 MB 1,732 115
668,274 668,274 00000000000000000002972b5d0b0b7b9650b5fce791ab9ea06f78fada4b1397 1.15 MB 1,878 90
668,273 668,273 00000000000000000000923540c1533b2db89fa15c014952f46aee1984810f8d 1.27 MB 1,654 115
668,272 668,272 0000000000000000000412ccdb3f343353c87f4b5c5f4465fcf3dc0291d82bfa 1.26 MB 2,326 100
668,271 668,271 00000000000000000003f858b1d9c7a22beccf1c92dd9b20aa62cde607d0d49e 1.37 MB 3,023 112
Previous 10 blocks ↓
Total Size: 646.88 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,430.28 GB sent, 41.01 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.