Memory Pool Memory Pool Refreshing

39,011 transactions
38.12 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,388 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,136 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,387 (585,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,458 256,458 0000000000000029bf75a809dc326f8818679df7a862becf6ef84f3cfc14fc71 0.25 MB 597 147
256,457 256,457 000000000000000f70e193d79cce895b621d0d2d6de1fc9bd976c4c0ff5ba55a 0.33 MB 821 120
256,456 256,456 000000000000000cff4d76f4f1ef0d1246181744e0b0715f7214952c312bee88 0.13 MB 328 150
256,455 256,455 000000000000000aaf72f705f482266cb1d4d3baad5ea028bd94f07c725275bf 0.13 MB 271 94
256,454 256,454 000000000000002dab2e421c1afecb2cb3163825a9fd52d8359351544ae47f2a 0.18 MB 315 98
256,453 256,453 000000000000000bfa8be8372ef310f9b6b5aef8181d3803fb4e934086eec417 0.03 MB 82 38
256,452 256,452 000000000000000c532b52c8b16ff4052dcdd692a478c25597173f6f9ed317b6 0.25 MB 648 143
256,451 256,451 00000000000000114c563eac638aaf2c1e24a8e9f1f101272a6b078adf35cefa 0.24 MB 403 49
256,450 256,450 0000000000000019a4c3b162125bec0728c7a753c5b78ebac44403dec86a32bb 0.25 MB 623 145
256,449 256,449 00000000000000286ec8b82b99c652c2f91f45053ab28dbd053c0db06d8c1a40 0.25 MB 599 129
256,448 256,448 00000000000000012ed07c2968b431e98c3917c88ad3e4919158a53ebf47a42b 0.14 MB 307 120
256,447 256,447 000000000000002af716b2cd78476fc9a6fd416708bc9c26cecd27f11bcf9d2d 0.04 MB 85 140
256,446 256,446 000000000000002cc17803f3566e1e297fada9b0c2bd1508c1cb1e401b9b2941 0.04 MB 114 104
256,445 256,445 0000000000000026570e0744861115e0609e5f2e677f9a88710e51255bfe1daa 0.03 MB 62 122
256,444 256,444 000000000000000013019424c63189bfe30544bda9e371aa64852800b2d05cf5 0.08 MB 214 137
256,443 256,443 000000000000002246f5c941a3de6c41264747754294105c9530c099deaf3b67 0.02 MB 49 91
256,442 256,442 00000000000000166e1e4438699faacbaff9ee909b45a5f487327e591ff98916 0.03 MB 68 105
256,441 256,441 0000000000000001c76a0675208e66d0f9770d9ed1baff3be9b5ffea345ac6d5 0.19 MB 478 89
256,440 256,440 0000000000000025e1d356592dcc1f667fd312d469a3e25ac268e5de06d453c7 0.21 MB 512 138
256,439 256,439 0000000000000018d56fd5b87a5ff8a78b541d3f1b6e4dd104b2c8107ed09965 0.05 MB 116 75
256,438 256,438 000000000000000bea490bd9d5ef20c0be370c0e2779843a756bd837820d9e6a 0.10 MB 264 92
Previous 10 blocks ↓
Total Size: 647.45 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,489.20 GB sent, 45.79 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.