Memory Pool Memory Pool Refreshing

29,693 transactions
36.50 vMB
Show Random Selection Loading Transactions
Max Size: 140/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,283 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,619 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,282 (587,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
255,120 255,120 0000000000000024cfe6b91205f818f88f4fff1bcab7183aa1e7009b82d803fa 0.01 MB 13 52
255,119 255,119 000000000000000a8f65cbf901b26d35e8459cdbd747847fadfff65c160cad75 0.06 MB 140 123
255,118 255,118 000000000000000978d137c0d746e3ccd2b5d4ffbce37df668312d49300b878c 0.15 MB 413 202
255,117 255,117 0000000000000040e1775d03925369ac2073ee6f04393183c6df13e5f179248a 0.09 MB 133 78
255,116 255,116 000000000000002d82d1dba4a81329a57a6572be936ff0f4debc09b2d93ff92b 0.16 MB 349 126
255,115 255,115 00000000000000402411d4f4054020fe63f15007590b050b286ef056cd682316 0.13 MB 280 125
255,114 255,114 0000000000000003c44694955a665e97b777586408387a812b2942bf9ba1d874 0.05 MB 82 32
255,113 255,113 000000000000002c3bd8b88d9f066ab852db81bf0c36a40e0f49330d222209f8 0.27 MB 712 131
255,112 255,112 000000000000002d75f75257c224006cce03165aa5e52d474cf3a0618d88b9de 0.10 MB 201 86
255,111 255,111 000000000000000809613c94b016b256951662934c60a541d3598c18c1690b3c 0.15 MB 291 80
255,110 255,110 00000000000000338d41eba61b158626359af54b922fa157ae66173f0ce52d7a 0.25 MB 662 110
255,109 255,109 000000000000001d5e9063c8a16bd9e085585a2d94fdc6abf0c71898cf356234 0.11 MB 260 117
255,108 255,108 0000000000000019da1e397f09fd51e912a380ea02dccbf650543a4065067d3c 0.08 MB 165 117
255,107 255,107 0000000000000034bc87d841cac34542ec72810ba2e6aab2ea44bef3ae3f5bf3 0.17 MB 300 99
255,106 255,106 000000000000002bdb6dec4d86567db2e76c775194de44754cd33b9688e19ee5 0.25 MB 536 92
255,105 255,105 0000000000000006d182f00b26b0ab6c13b379ac8b601e4b1497d062247501ad 0.25 MB 683 68
255,104 255,104 0000000000000012959df59412aed73d9d2a6c01e3f16b0c2c211319c2636ba4 0.25 MB 681 189
255,103 255,103 000000000000000c34d139ccf28c9e22284ffc377b512b0c53adf805e79037aa 0.23 MB 544 122
255,102 255,102 0000000000000006601130a119649226adc1800071387fd652d3723d6567a12d 0.27 MB 586 114
255,101 255,101 0000000000000007e0a539acfe4581f6894af110bca1b4a75ab95b2f00ebfa07 0.23 MB 647 127
255,100 255,100 000000000000000a5cb56ac062acd1bae6bc66ef25bb65a6a95180ed320a2fa0 0.03 MB 60 13
Previous 10 blocks ↓
Total Size: 647.25 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,466.69 GB sent, 44.21 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.