Memory Pool Memory Pool Refreshing

28,884 transactions
36.30 vMB
Show Random Selection Loading Transactions
Max Size: 131/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,983 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,266 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,982 (322,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
521,418 521,418 00000000000000000023cf7ba02686aa8b16ce87a0309d2a262848fffdad26ab 0.80 MB 1,110 30
521,417 521,417 0000000000000000000f12fc668cc914feeea32aae22432d20c409ed00f29274 0.30 MB 298 33
521,416 521,416 00000000000000000033650f6dd1442798b766ad2ff2dc587275d09f01499efb 0.32 MB 541 37
521,415 521,415 00000000000000000024796e93f602602cd3a7a5cdff42543200a818b6eeceb0 1.10 MB 1,641 54
521,414 521,414 0000000000000000001fcb36ffed41363eeb35f93f40e7f89c4a0c1106c37948 1.22 MB 2,267 70
521,413 521,413 000000000000000000358bd47bd4175373583321e3c41df19aad8758d9abd9ab 0.44 MB 907 40
521,412 521,412 0000000000000000001795db41923378a744ebc7189054cae7696033b9a680be 0.16 MB 461 29
521,411 521,411 0000000000000000003f8c6ba33b12780458bbfd441a7fe5a5cdbcfb03fafcb5 0.55 MB 1,298 75
521,410 521,410 000000000000000000291552dd41812c4f5abd052376fe83c9ca42544c47b3ea 0.50 MB 879 61
521,409 521,409 00000000000000000037783baaee3a3b2d230a458f853214d388ae428a03edb0 0.39 MB 268 8
521,408 521,408 0000000000000000004113e12831ee378a1e74911cff3df4dd8c477b19e579e2 0.83 MB 1,660 68
521,407 521,407 00000000000000000015659d29b1d63d5f9133c9796889c57de30051bae6c42e 0.15 MB 279 49
521,406 521,406 0000000000000000000488b03c4c247d2af0b4c336907d18e436034c9f4ece9c 0.26 MB 588 60
521,405 521,405 0000000000000000000f92d17e0d8ec4dadf7a780b511fa0aa1e9b88e13794a0 0.49 MB 959 76
521,404 521,404 000000000000000000133a1f32d987625f9e80675036cb21b0f6619cecd784e4 0.80 MB 1,969 93
521,403 521,403 00000000000000000045b32323a89087cf586d9f1bb42d2642e3336cc024a04b 0.24 MB 488 87
521,402 521,402 00000000000000000002452252deadadd92b27e4d46c9b0bbcd6e98492bac5ec 0.07 MB 148 91
521,401 521,401 0000000000000000003f5ae26bc1337321d6c7c8ca8a5b19f7b3c799a7b5536f 0.17 MB 541 115
521,400 521,400 00000000000000000001fb512b6f79423015547cd9b6890d516cd246d3ac1296 0.93 MB 1,860 76
521,399 521,399 0000000000000000002cbc6ab4e6db62406b9432c4864f44952687000a164536 0.82 MB 1,536 33
521,398 521,398 000000000000000000256c83d0c49f1eaa06bb8dc47f30673f2222f093a16c0f 0.09 MB 56 14
Previous 10 blocks ↓
Total Size: 650.48 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,985.04 GB sent, 63.08 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.