Memory Pool Memory Pool Refreshing

35,198 transactions
40.10 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,289 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,227 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,288 (599,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,354 242,354 00000000000000716ef24b42418ab307e69291fcbd580ab4ed49bef236ffde69 0.02 MB 23 54
242,353 242,353 000000000000007c7158529bd3b799d5d7137abf7df180dde823eff1c77127cc 0.08 MB 179 153
242,352 242,352 00000000000000dc3fb029d1d505892d3601504d7343da8e5c17b9a026641458 0.04 MB 45 15
242,351 242,351 00000000000000bf1a85955030de73eeacb460b1cf3f523821bb4538054f62e0 0.18 MB 376 409
242,350 242,350 00000000000000732a45cae0e8fca78f6a0fb41a485267e84610559c63582526 0.25 MB 364 99
242,349 242,349 00000000000000cbf4356b80b37f5772f4e38e7ed1f0aa644d8e389d8be24bdc 0.25 MB 698 622
242,348 242,348 00000000000000c6cacddfd57f0ab4dcc729859b8273761b1bbfba1fdf1781f7 0.02 MB 25 19
242,347 242,347 000000000000007bf640cbe7efc1c21fe825a9424d6b0e7e4eb46dab56e4b588 0.24 MB 612 274
242,346 242,346 00000000000000c26f4334e708cd2d9ac96c42189c49b3c6640f447784419ff9 0.06 MB 130 204
242,345 242,345 00000000000000581d60307ddaa7291f10a3ce90bb226a7edf7fae23866fba62 0.13 MB 256 44
242,344 242,344 00000000000000929f9f64ca5491eb07d81120df3c9dd7aec0ea6a97ccbefe2a 0.23 MB 550 178
242,343 242,343 0000000000000008bca106d445b4fd1e4077cf2026f771aab55e602e25607f5a 0.00 MB 7 134
242,342 242,342 00000000000000c81a898098e02d6cd5a719068951d4a6755db1cd75928382ce 0.07 MB 155 348
242,341 242,341 00000000000000c2ca4f8903baadc339dbc5d523ff41a0044e483a37737a145b 0.08 MB 192 471
242,340 242,340 00000000000000ca184d6be15215ab36f60267bcad2ce64ba0bf7ff396c4f5ad 0.06 MB 104 90
242,339 242,339 0000000000000050c89a99d1c97f80edd9d7a96e9a9780b65990cf29bed16666 0.13 MB 277 231
242,338 242,338 00000000000000376e4bc8bd6bdc8ec86404ccc5d97b5100323c9f51f3fc45d7 0.01 MB 25 111
242,337 242,337 0000000000000074de8b435493b25fe580cc2cda27248d58e604681ffade0ca3 0.21 MB 392 147
242,336 242,336 000000000000003eefebebf87e15082c1596db2a1222753bcd92248882afc1c4 0.20 MB 462 170
242,335 242,335 0000000000000060c9a5e4a9837dedd8a30f1a8c00df93a87b22b733457aa734 0.11 MB 234 243
242,334 242,334 00000000000000d7672ab242080b5bc0a49cc8a9b11cbbefaa50f654abcd7c56 0.04 MB 79 433
Previous 10 blocks ↓
Total Size: 647.26 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,469.85 GB sent, 44.33 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.