Memory Pool Memory Pool Refreshing

17,622 transactions
27.35 vMB
Show Random Selection Loading Transactions
Max Size: 114/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,861 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,346 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,860 (575,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,229 266,229 0000000000000000e280455e0d281c5ea8e5801a0cc9ce051676ff7287d3bd54 0.01 MB 25 115
266,228 266,228 0000000000000000bf5d0fbb99e2204215a10db9b52d761581c8f02fbc49a065 0.10 MB 240 115
266,227 266,227 0000000000000002d4540fcd8920e7bac162f0606365f4fab8bcbb7dad4ed3e8 0.06 MB 173 54
266,226 266,226 00000000000000041643871cf51c1d5735a1ad50b714e40009111f886980bfc1 0.06 MB 147 33
266,225 266,225 0000000000000000c9b1e2e7d213c467fab3b6b2c82142e2a6e0199ca6376739 0.17 MB 450 57
266,224 266,224 000000000000000293dd92f0fc9c330513c343b34c36b5a73296094c03d5e0d2 0.34 MB 712 34
266,223 266,223 000000000000000497029da142dcc9bd0c2a9b4d6c3ebc94f059c7a5af92bf66 0.25 MB 588 176
266,222 266,222 0000000000000000da02a097362a67c4facc74a032752979f9f6d040ce6af63e 0.28 MB 631 90
266,221 266,221 000000000000000a6920e050d7a4a60a075a31be52c04b13dc32659876faa5d2 0.05 MB 124 86
266,220 266,220 000000000000000614ab268bcc54a2c2b31c950e853ee3c79a25a9770a6525f6 0.17 MB 353 169
266,219 266,219 0000000000000004be5a1d7be9a111fe0d061bde55fcf65bd6687a45e7811f62 0.25 MB 709 75
266,218 266,218 0000000000000008c49347967c8bfcd0849fc4eb1286ea66a9dab052330ed2c1 0.23 MB 529 94
266,217 266,217 0000000000000003d2570838462a6ec50355a65c1e90637deae36db5202f4e64 0.23 MB 526 36
266,216 266,216 000000000000000738c66042d033cbf7a279840cb0b7b51b94f0dd01cdca6196 0.25 MB 742 171
266,215 266,215 0000000000000005fef8737e14deb4efa11aa16ae6052e6b5cf737586394b986 0.05 MB 101 73
266,214 266,214 0000000000000007d6e9557b8f3e69a9e7deb9432ff52e5a1d1f0c16bab960ad 0.04 MB 106 69
266,213 266,213 00000000000000064efb046ac477466d40a7c0df021b60e526e5513cfbb9e640 0.14 MB 98 10
266,212 266,212 00000000000000099539809d1a1a94046649920191b3d3261fdd32008799aa6f 0.18 MB 295 35
266,211 266,211 000000000000000007de65c84d2c547d126b3bfa16e43a2f57ee6c3539a34289 0.25 MB 752 109
266,210 266,210 000000000000000375c295ecce14f647de6256a263ab72867f172cfb1c94b536 0.11 MB 255 101
266,209 266,209 0000000000000002e01bbb8350604b77c5b50aee5b1b5b77028a3d1e8c592493 0.08 MB 179 58
Previous 10 blocks ↓
Total Size: 646.50 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,359.40 GB sent, 38.05 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.