Memory Pool Memory Pool Refreshing

36,811 transactions
40.33 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,714 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,790 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,713 (599,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,187 242,187 00000000000000b1ea435a2f062c44bdabec9916dcc735e7ac1cee34a9b84bc6 0.00 MB 6 137
242,186 242,186 00000000000000d422fa733d9e59445a30c4c79378fe1d8934a32cee32d6cf10 0.20 MB 450 161
242,185 242,185 000000000000002cfba73f579c70c9026ab9e9cc54951d38df4b436b56904ad6 0.03 MB 65 37
242,184 242,184 000000000000007a8a8add608483b906cb4df6013ac511b18dd8f9b8458d3cc5 0.16 MB 355 133
242,183 242,183 0000000000000022f2baec41293c88b25b540649166d40d8aec408be131e9d20 0.25 MB 414 131
242,182 242,182 00000000000000d46a482a55bb76c18113662b588f90dcbc9fef2b7002111060 0.25 MB 647 213
242,181 242,181 0000000000000086fded1e0ad540c40e5682c55520a0072748cd524ecfd1c516 0.55 MB 798 86
242,180 242,180 0000000000000088093b8ca299b490d14cc42fabb884db50fd2b8f51536c4f55 0.25 MB 644 551
242,179 242,179 00000000000000339ce12d957a0734f6130a58ddeb7f1c9b662d0eac4b8f1e5e 0.25 MB 616 548
242,178 242,178 00000000000000744d09fdb20f4189df4d4327259029f665fb98b50c67ef873c 0.25 MB 562 905
242,177 242,177 000000000000007ba53a1b9e9fcfc8e86378df76101d342f249f94ec36bd5c56 0.25 MB 554 171
242,176 242,176 0000000000000008e19a4e568e267a7fa9a0855717f3e41615bcf0622ce99b9e 0.11 MB 264 152
242,175 242,175 00000000000000658c8663ae4058b2f3f8987ebfd19c5a57beebdf360c752602 0.25 MB 328 85
242,174 242,174 00000000000000236df5fda9100809aad1b802c147a565360f183f6686def5b6 0.25 MB 736 213
242,173 242,173 000000000000003979ae647f1f09355d09cdc99c6b464983c9f341514306920a 0.00 MB 6 125
242,172 242,172 00000000000000156bf5e4a707d902a15aede6bc81401d59310b7fdb5c786384 0.18 MB 427 161
242,171 242,171 000000000000001063d264d00f8f304e297e7190eb1fe0f39676a10caea147d5 0.15 MB 281 87
242,170 242,170 00000000000000810a6dcf27cf18662e49f177fe1e1084abc1ad0f1dc5e7710e 0.08 MB 195 171
242,169 242,169 000000000000008515d7a3b23a966f7e5f1c2e9ed8e5143ac9aeb52114d72193 0.04 MB 69 128
242,168 242,168 000000000000000b8ca7bdc9be642a7b976c7f4f08a6cfe528262951a6ee8c28 0.15 MB 315 116
242,167 242,167 0000000000000081bdba7cb18830b65152d6b8ab31a520314e165196e2dd3d75 0.01 MB 36 165
Previous 10 blocks ↓
Total Size: 646.22 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,334.24 GB sent, 36.50 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.