Memory Pool Memory Pool Refreshing

50,699 transactions
35.93 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,152 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,534 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,151 (575,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,553 266,553 00000000000000066fa06e6e8f06ea6f7e66b408b5abea1478f9eee83c482134 0.15 MB 338 66
266,552 266,552 00000000000000095b4efabed98dff34c065ec89d1b71e263224095be24ecd5b 0.17 MB 338 30
266,551 266,551 0000000000000002080283b4375f6d3b1e202f571489e5d065f7218a8ad52695 0.25 MB 565 4,312
266,550 266,550 0000000000000006077346ce2c990431890bd2b7460633b0e6f75ef0a66eea64 0.27 MB 470 78
266,549 266,549 0000000000000005885b7a7a6a10f8bea935a44f8a276b085b527f0f12b7d945 0.20 MB 459 85
266,548 266,548 0000000000000000f0afde08c2758913f3074dfba761b179f7da04b0eea75382 0.18 MB 422 101
266,547 266,547 0000000000000005cc9b616c282c4f82ce547591a0cbc2fd18227bfbf6f26409 0.03 MB 79 63
266,546 266,546 0000000000000006a7e28df2124db2bb8e0158f134baee765b327b16fc1ae864 0.01 MB 42 59
266,545 266,545 0000000000000009d45d6d6085087ca8476196b89f72dc52c00f7ba4cc823f8d 0.03 MB 80 99
266,544 266,544 0000000000000007559d92fdfcbf30e7ded99e60e5b7f9eea2401980f6467dbb 0.05 MB 66 37
266,543 266,543 0000000000000003c96266040b140e36531592a166cef90b48023a378bd43798 0.09 MB 204 89
266,542 266,542 0000000000000003539b2c63b5568ee849d355e773b5159908583b2701e0775c 0.06 MB 172 86
266,541 266,541 0000000000000001234cc2e4dfa06e9112dab4a79f5b04593eabb3775d75dabf 0.06 MB 147 84
266,540 266,540 00000000000000088eb4a92e088449966a5b7a2b4f4f841871a5adcfc2860deb 0.12 MB 281 106
266,539 266,539 0000000000000003d60e77038cd01c6808cfa57b0e8c83da9114b1f853c0cd2e 0.15 MB 320 85
266,538 266,538 0000000000000008765c9ba357fa7f1ac9684e00950992a24c3ba26eb3cfe2c5 0.31 MB 682 90
266,537 266,537 000000000000000aec48bdafdddbd29e540ceb6b8150c07faae7c91388624ad3 0.24 MB 613 99
266,536 266,536 000000000000000704435e70fb9b332332095c2d7aaac33191569200b5696365 0.02 MB 58 36
266,535 266,535 0000000000000003161c2c9309b513dba91da4f96dff09181832f52a19059009 0.14 MB 351 90
266,534 266,534 000000000000000a7b045d12a6c34b07c1c3cb4151ebdafd99c8cfbe7f9d4ac4 0.19 MB 444 102
266,533 266,533 000000000000000a2b55510751b619852afc9436f87e72cc8db30fe66ccc05e5 0.20 MB 341 58
Previous 10 blocks ↓
Total Size: 647.02 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,445.77 GB sent, 42.41 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.