Memory Pool Memory Pool Refreshing

29,560 transactions
31.28 vMB
Show Random Selection Loading Transactions
Max Size: 139/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,844 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,347 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,843 (441,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
400,348 400,348 00000000000000000467153f9622e50b5aaea34f14f4e3e06a6cc94e4691bbca 1.00 MB 2,329 44
400,347 400,347 0000000000000000001aa941442446942fc0003c501d502cbe27984779f9107f 1.00 MB 2,577 42
400,346 400,346 000000000000000003258863f6b7eb0b103cc9d7887562a64463a7b5f16a33fc 0.95 MB 2,443 39
400,345 400,345 00000000000000000399bc05bf0abda0008f5bc58640f41d54c46b4abafc05ae 1.00 MB 2,276 38
400,344 400,344 00000000000000000481c201c6f6c8f0ae946e40c4256db858fed518fe88d72f 1.00 MB 2,493 88
400,343 400,343 00000000000000000413823b8a1e316741aa912ea3100cdf1fcd0dafe8c53121 0.75 MB 1,929 65
400,342 400,342 0000000000000000060f6ccee9cb274088af964e3091d6e368ac8cd55849b431 0.93 MB 2,990 65
400,341 400,341 00000000000000000401b0b234a585b0f80b170f4d8f18cb3a214bff40634783 1.00 MB 2,950 67
400,340 400,340 00000000000000000367e234229def3bd1c16abb7d6ec591d5a76939d002d0de 0.93 MB 2,519 46
400,339 400,339 00000000000000000594aa355cfc050db30d1d852b1d348bc636805175325aca 0.34 MB 735 40
400,338 400,338 00000000000000000271079d5b3374557f814f7b8db700d6e891e33c0c6b5a16 0.36 MB 849 40
400,337 400,337 0000000000000000009204200601af062ade954da7a30a840ab0628c75ddbe3a 0.30 MB 689 39
400,336 400,336 000000000000000001b135ef44886abadaad5251be55448881a37c2f5eec35b2 0.47 MB 1,070 40
400,335 400,335 000000000000000003e5335b9912a45d9d3cee04ad6f5b5bc429f690ca1ac1ba 0.29 MB 355 21
400,334 400,334 000000000000000000bf4437912d7df42ccb07546b49de43612daec111b93385 1.00 MB 2,707 46
400,333 400,333 000000000000000001a177cb9457b539c121ed0c02dddd1977ffe244c75d0fca 0.09 MB 177 38
400,332 400,332 000000000000000000580105cc4c5b5bba3d2800af41ac73c31860333f132ffc 0.11 MB 172 20
400,331 400,331 000000000000000000939aff3f8474c36e354066ce1749ac6ddcf62c60178798 1.00 MB 543 11
400,330 400,330 000000000000000002ef42937664b9f11724318e69aecd30cdf6b773aff5e153 0.69 MB 1,142 26
400,329 400,329 0000000000000000008226cbd3ee88467afaec1115c8167eceff1acd77dad436 0.75 MB 1,950 53
400,328 400,328 00000000000000000645b87068b62c487017a1efb7b71df46f3bd538013ccb46 0.73 MB 1,003 19
Previous 10 blocks ↓
Total Size: 646.47 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,356.32 GB sent, 37.93 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.