Memory Pool Memory Pool Refreshing

78,690 transactions
36.08 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,353 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 3,951 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,352 (548,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
297,332 297,332 000000000000000035154dbb2ba1f34f6c00ef1182be0f628aeb7e4cec747298 0.50 MB 1,510 57
297,331 297,331 0000000000000000213c27ac0b9ea3ed333ec0cf62dc8cf5d3e71fa91c6fbd30 0.26 MB 196 11
297,330 297,330 0000000000000000818652c3d0aac5829052f7bf69008d98926090b2ae773b9a 0.50 MB 1,190 42
297,329 297,329 00000000000000003c52f275d2650f7138b4d768bbd0003813c1c9dabfd62b52 0.16 MB 263 26
297,328 297,328 0000000000000000470339a0e191faad3456a72277e323c56b92d44974009347 0.00 MB 1 0
297,327 297,327 000000000000000091be211fe2fd25107b90ff9a6b07ce0f6332bd857b40b87d 0.38 MB 161 12
297,326 297,326 00000000000000003871ebf31f5c2010a50433625e446954d841ab073f872143 0.25 MB 549 45
297,325 297,325 00000000000000009b2be6e2aec0ada52f1b6933209dcca6d8f61d639921e62e 0.50 MB 1,260 59
297,324 297,324 00000000000000008039cb5f72a55c8769a2328a2150c39f6cf2b747b2ad8c12 0.20 MB 512 92
297,323 297,323 0000000000000000558377814ec4cf76695100396951154e34b64fa7a9af126c 0.28 MB 501 34
297,322 297,322 00000000000000000512b211d70cc4958274e8c2a56cd33a53ae8681b1a4c72f 0.49 MB 930 32
297,321 297,321 00000000000000001fe674910c6263397399793777fa3441942314f5d4d59b07 0.34 MB 669 33
297,320 297,320 00000000000000000e2c9190f63f1df2ca2f1243ee5440228663519c7e6c5cc4 0.10 MB 239 38
297,319 297,319 00000000000000001027ee2ee192367719eb97b3f6cfb12caea55a08780b117b 0.22 MB 340 31
297,318 297,318 0000000000000000347d3e202fd3a8596377200f65abbce6ce282386115e8a19 0.50 MB 1,135 37
297,317 297,317 000000000000000042c6aeab7919c8014f3cffdd708540745ec215f656fe9e89 0.11 MB 268 35
297,316 297,316 0000000000000000837a0e16b97de723f20ca90ce7ffb1880e9ec056ed1e4efb 0.00 MB 16 88
297,315 297,315 00000000000000005c758053c0677e21c7326764b70ad56922dd109e89cab639 0.03 MB 69 35
297,314 297,314 00000000000000001ad8857f0da8d842024c0ea79d8e136a4c0a0caf2360e862 0.41 MB 858 21
297,313 297,313 00000000000000009053ef9e46591e920d4fac61c3884a40594a0c1f2af968cc 0.07 MB 168 31
297,312 297,312 000000000000000064c778b40603a78cfc12be704e3f35b15004794e9ea5be6c 0.07 MB 120 30
Previous 10 blocks ↓
Total Size: 653.06 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,295.99 GB sent, 79.07 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.