Memory Pool Memory Pool Refreshing

69,182 transactions
30.45 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,772 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,570 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,771 (633,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,461 211,461 00000000000001ef6167d798fc2ab4c4923b552bfae2f5573b77aa5bb0f18c9f 0.25 MB 725 213
211,460 211,460 000000000000003c74f147f11e68ad5283efbad7796e5774836e75e7ed3340d1 0.00 MB 11 44
211,459 211,459 00000000000003efd766040048a64a7168ca00a0a2e9565fd9c6e47ea7ebd794 0.00 MB 11 14
211,458 211,458 000000000000024fd4679fd8b551f44afb5dc4f9100110b2c6eca1d8dda13b15 0.09 MB 206 184
211,457 211,457 00000000000000378de39518afdaf147ebbe189f8373ed749f8d90aebc4935e8 0.00 MB 11 16
211,456 211,456 000000000000030295735afb53da52fa844c696aad5f327a942d3c4820b822e9 0.11 MB 256 163
211,455 211,455 00000000000000fa869f1333466858f886f91a0d5fb9a4c98b6406a2f2b68640 0.02 MB 44 313
211,454 211,454 00000000000003de2d0397666a557a8233d0c58ed16d4514fe7261accd9b093e 0.01 MB 18 80
211,453 211,453 0000000000000302e1b64d6a1bb61354c84454cd1a96f55d0c17cd8df063a6c1 0.11 MB 189 151
211,452 211,452 00000000000002917b2ba855f9075bc61480dcf460d09966a7d07b34e6c1f878 0.30 MB 710 134
211,451 211,451 00000000000001bd5ccf493350b23d87fb20598fb87cded258e21963407ac7f3 0.23 MB 266 214
211,450 211,450 0000000000000303a0a19e17fd08b01a70aec338b8afa7320bd91bdeeecaa309 0.18 MB 428 152
211,449 211,449 000000000000044661142520a210c1eede28c1bf73708e35e632b4ea4ec161f2 0.20 MB 743 216
211,448 211,448 0000000000000347d81fd87d4ffa4054ce396e174968a2ed1ea94a0bed59deb8 0.05 MB 142 103
211,447 211,447 000000000000001d9a4100fa7ae67a6ef77fb8b5b68c0608d366c410653b8fc7 0.03 MB 84 179
211,446 211,446 00000000000000a5b2c1945ee6a7ce634f923d173b3d260500923c840cfa523b 0.05 MB 212 204
211,445 211,445 0000000000000275b1b1dd9e0faead8edf8a2f78c3bf855eaa5315cb622ce2e3 0.25 MB 551 158
211,444 211,444 00000000000000104811511e9ba0307b64b5f24b6398915874a6b6302bd04368 0.26 MB 373 113
211,443 211,443 00000000000000c9fbf31ab9bbd80f449617fe6a4c703fb7847df6c0b94f15b2 0.05 MB 136 135
211,442 211,442 0000000000000354e56c7c6bd80b0c50cc58ec072d1cd3c62deafc1cbe0ea180 0.18 MB 270 133
211,441 211,441 0000000000000383b67342368fa730a1109d194eac603d028cedbbf159b170ed 0.00 MB 6 68
Previous 10 blocks ↓
Total Size: 651.96 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,188.13 GB sent, 71.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.