Memory Pool Memory Pool Refreshing

48,698 transactions
44.76 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,541 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,547 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,540 (599,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
242,194 242,194 0000000000000031e7b8201902b1f0fea633c55890579540afa2ee371b2aa29a 0.25 MB 701 224
242,193 242,193 00000000000000ac29cd55136307e1a3d25e2b696994a9138da01e0d05823f2c 0.25 MB 520 118
242,192 242,192 000000000000001c702fa21d35f467d189b2af2cea799d328dde16033b8ca257 0.08 MB 158 185
242,191 242,191 000000000000004e11d92793c7453742d9093f7b49599f8594a072e4f6ebd930 0.25 MB 704 190
242,190 242,190 0000000000000026528c99b3a842f515acac23ba9ac8c11bf894cd93e74e8ae6 0.56 MB 1,032 61
242,189 242,189 000000000000006005c148b3df75dee3af8c0599839410264cefb206d00a399a 0.25 MB 460 96
242,188 242,188 000000000000007cd56386ca0be5759867ebe912fcfdffa551ea69435f14df8a 0.25 MB 559 158
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
Previous 10 blocks ↓
Total Size: 645.90 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,304.75 GB sent, 34.84 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.