Memory Pool Memory Pool Refreshing

30,919 transactions
22.44 vMB
Show Random Selection Loading Transactions
Max Size: 105/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,849 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,673 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,848 (547,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,472 297,472 00000000000000008c602ebd0e92338991732294267b198f68a62ff52d5882cf 0.19 MB 154 54
297,471 297,471 00000000000000003a2a0aadaac5cbec70dadfb640bed73b5e5d89e6ef58b0a7 0.37 MB 624 29
297,470 297,470 00000000000000004badb739720caadb41db65ad9ebfa962852ca6102fa2b023 0.01 MB 32 74
297,469 297,469 0000000000000000801afcb104de092aea2ced30ca1308dcdb15910c7e789fec 0.06 MB 128 28
297,468 297,468 0000000000000000721c64bbd8e457061f0e28da050351c43a9a6568a3c7570b 0.02 MB 42 32
297,467 297,467 00000000000000009b5b7548502328e94201c8da2a85c66f97ffaf8cfb2f9191 0.63 MB 1,341 37
297,466 297,466 0000000000000000445357a2a3dc88398bccacf32858180d5085c75efb846cff 0.45 MB 835 39
297,465 297,465 0000000000000000719164cad9f8f6a09c33d506c6b204377cc7b518d31206bb 0.10 MB 180 25
297,464 297,464 000000000000000059345fc754cde2ce3c301ef823be28c5e55d47c94336b5fc 0.01 MB 27 39
297,463 297,463 000000000000000099b00ddf86477df5f4597f1e0d2c0fc18aeacbcfcfc4cf96 0.10 MB 223 32
297,462 297,462 00000000000000005a67f1b9faa60b6d7676c9956649c0a1cf2a63fadb12144c 0.12 MB 212 56
297,461 297,461 0000000000000000628783f9a466245647753b61e3f6d763fd46f31821205be9 0.13 MB 207 27
297,460 297,460 000000000000000078c2134c4d0e66a4c02c08ac6aef71151e289199a1230440 0.23 MB 252 13
297,459 297,459 0000000000000000475594d129f6862a3d8928e49ce7fc366b00a7b309f1c6e4 0.07 MB 154 72
297,458 297,458 00000000000000007a218bc80924e8b91fedd95ff7c11b9a4ace415c3c04d69d 0.42 MB 783 76
297,457 297,457 0000000000000000741a034bcd64c0516917760e1d97afa7c219878b9d56dc1b 0.42 MB 664 21
297,456 297,456 00000000000000002795a8c7716256ee161b08e8774202addaae1b2b1d8c9be2 0.03 MB 64 44
297,455 297,455 00000000000000004b126656b6fa704faf5b28d55f5be9edf83cfe951325e652 0.25 MB 795 160
297,454 297,454 00000000000000001f41ede42a5a6504a93d5f62bb4de47d3df1c5415fd4030e 0.33 MB 580 33
297,453 297,453 0000000000000000030cf066817fee6df651f0506004237c3dab7367fd440b63 0.07 MB 209 36
297,452 297,452 000000000000000088ab7ade36cb8e6b37268697ab6f97e183347f8280e8a737 0.11 MB 163 21
Previous 10 blocks ↓
Total Size: 652.11 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,209.23 GB sent, 72.44 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.