Memory Pool Memory Pool Refreshing

86,869 transactions
35.16 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,853 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,998 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,852 (579,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,288 266,288 0000000000000007cd0ddd25cafbf023a35dcde67f64fdca13770cfe0410d41e 0.15 MB 198 38
266,287 266,287 000000000000000a4456f66fbba2f57e82db13ba788c04fd6eaef50e2e111f47 0.01 MB 17 41
266,286 266,286 0000000000000008659f8a5a5e90080478c152951f3c8c6712fbcc8d74c7d105 0.19 MB 419 118
266,285 266,285 000000000000000126cbadd6db9ca86a7bc2d66ec4f2202b2ee7871627b96487 0.15 MB 262 60
266,284 266,284 000000000000000a42bba725eb5e9172133c379f4ef983ae9376022ed13becd8 0.14 MB 170 29
266,283 266,283 000000000000000540f81ab7a33b7b4927b55656ef2e99e50894147ff0c3753b 0.25 MB 824 116
266,282 266,282 00000000000000077ec539fd57fdcf9b86f0de08953e420e09d6a84c93bbe8e0 0.05 MB 119 45
266,281 266,281 000000000000000273192c20467b5a5ea90d17dc869e0aa79bf8b8772e0834f2 0.15 MB 226 29
266,280 266,280 0000000000000003936e717fdc8ae7353abfca9df111065dba6d2639f10727b3 0.25 MB 688 93
266,279 266,279 0000000000000001f09ed0022542307d91c819f5078b48378b2f27ad30e4732a 0.10 MB 138 112
266,278 266,278 00000000000000040700d39f618951adf3bb37cfacde22b29e914290a5ceaa88 0.16 MB 319 77
266,277 266,277 000000000000000997002bcb79f27ccb1445b3ec8f971714834f969b582c2c69 0.14 MB 271 69
266,276 266,276 00000000000000087b026facf713a5f5b8c951d0087c7af6e71b7de8a203b1b7 0.14 MB 279 94
266,275 266,275 00000000000000067da5d44ae5c2aefb3dc2f35a0093ddab2dc265ca713642fb 0.14 MB 64 10
266,274 266,274 000000000000000121b09141d6fe8b40d0dd324ff4950b123b05d3cdb66fce12 0.03 MB 84 48
266,273 266,273 0000000000000005355f2bdac8254f3de255ae6907bc6518cc452a4122ac5d8b 0.01 MB 42 52
266,272 266,272 0000000000000002bb50022df53a2d5119beba82432a12421ec13aa9d07b5d7f 0.17 MB 410 88
266,271 266,271 0000000000000009ed83e4427cea27e189fbda617d8361165b28956a4100972d 0.15 MB 347 91
266,270 266,270 00000000000000080603faa8c81b548e2867095f267f49e25854486f12f82811 0.04 MB 41 55
266,269 266,269 00000000000000035546cb6bc2785ba65dc9d286313e38929e7989f6f49a11b2 0.11 MB 279 104
266,268 266,268 00000000000000016a87df4793c5816ff7dd9c70c9474874a18a0d344434b27c 0.14 MB 249 43
Previous 10 blocks ↓
Total Size: 653.97 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,354.20 GB sent, 85.35 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.