Memory Pool Memory Pool Refreshing

101,111 transactions
32.47 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,098 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,557 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,097 (543,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
301,286 301,286 000000000000000053ccd09d15c44ddc6e93d84374c4462d52afef50a52e317f 0.10 MB 66 11
301,285 301,285 0000000000000000151397a520b838ef1faa62bca25bb2e534da979a088852ca 0.35 MB 759 34
301,284 301,284 0000000000000000197b515559f98e0d4c4e4e4ae2c7b269b13bd8400164d0b8 0.09 MB 156 30
301,283 301,283 000000000000000001c981ea6d292803b0ac0f02be97130d49e2e4e9a5e98b99 0.16 MB 226 22
301,282 301,282 000000000000000034bf073543afeaf012b556092a8059fa046705b446b0354d 0.25 MB 203 23
301,281 301,281 00000000000000001d7c2954ff262d796f567415a659c56f23e5acbb55f642cf 0.35 MB 675 23
301,280 301,280 00000000000000003543f31cb5d182c379dc15d8dad036ca8cf18899a3a15cfb 0.35 MB 955 49
301,279 301,279 00000000000000003c50e80449f4b07ecd0bb5b7157e8e1b5b802684cdc586f4 0.35 MB 1,057 58
301,278 301,278 000000000000000054db03a2a713677b97709e4c65e5ed72b35d63f667768791 0.02 MB 64 439
301,277 301,277 0000000000000000591e261ac721d43d0efa044bacc418411948674e73146bc6 0.04 MB 117 42
301,276 301,276 000000000000000055192944e2c02c79bc0011ac4215c826637e007639b58853 0.20 MB 367 33
301,275 301,275 00000000000000000d2a51efdf9e30462d5aa6df0a57d26abee1fd5dc50b08f8 0.10 MB 151 25
301,274 301,274 000000000000000051880caebf6f2d2476071e00dddb95a0965730a832e42564 0.20 MB 378 31
301,273 301,273 0000000000000000134514e71da327e0c04f976f1f79036f131245584adfc50f 0.24 MB 398 28
301,272 301,272 000000000000000052238de08946961b9c68f2eecba761f4216d0d891be9d95c 0.02 MB 64 19
301,271 301,271 000000000000000048a049c105846c76c98d43ab4129a1c6cd2c3261098d573a 0.72 MB 339 8
301,270 301,270 00000000000000001380bdec4a2d6f51b982c85bc6fc9b64f5679ec43fc40b0e 0.29 MB 524 34
301,269 301,269 00000000000000006adfee2c7432c4f3622eb68c6a3561bccf53414010b158a7 0.68 MB 187 4
301,268 301,268 000000000000000018b69ea0af302f3b8e5e3a2df48d0782fb86a2886fe156ec 0.24 MB 448 29
301,267 301,267 0000000000000000457a980b527d5bf282741c93c3c58ac4c313dc841210c1cc 0.09 MB 207 31
301,266 301,266 0000000000000000795489138d1a8e88d821dda5d6fcdcf0668360286a0d0500 0.11 MB 229 29
Previous 10 blocks ↓
Total Size: 652.58 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,273.43 GB sent, 75.76 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.