Memory Pool Memory Pool Refreshing

31,515 transactions
25.93 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,217 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,128 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,216 (574,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,120 268,120 000000000000000813979ce2e9922972ec7cd2aba1ae8c6553afe5bb7e76c619 0.15 MB 267 48
268,119 268,119 000000000000000566a6b4bebc820b2ddfccc626aee13f33e54a7429656181a1 0.28 MB 566 104
268,118 268,118 0000000000000002b7f01b6c7f5dafb5ce593fab36ba862e04a0fb52810d1c52 0.15 MB 339 82
268,117 268,117 00000000000000034eec17f767ed985e4b3e885102c1759f7e156d7e0adbb618 0.14 MB 303 73
268,116 268,116 00000000000000071b6ca69d346e9c4e88ac11f91517368df331bee23917820e 0.21 MB 426 70
268,115 268,115 00000000000000073a146fc0f16decbc4038de1b299543bee52ec03981733fed 0.16 MB 361 25
268,114 268,114 0000000000000001f987736e8f9d190322807d016cb12a80058cf7004a6278e6 0.15 MB 278 9
268,113 268,113 00000000000000088298d736b31b22cd0a4f97aef1d4c0c51a3b89eaeec46556 0.21 MB 488 79
268,112 268,112 00000000000000005144f6a7109b9f8543880a0a5f85a054ec53966bc2daa24c 0.33 MB 530 67
268,111 268,111 00000000000000009ae51d24f3cfd6c9d07c73fcdc56105046a480244a5be809 0.19 MB 165 30
268,110 268,110 00000000000000046c0743b413ef30090452bd5fea0365670de329010e90ee60 0.15 MB 382 26
268,109 268,109 0000000000000008f59d060d48658e5a91070e4602c50076aa79466978e3c23a 0.25 MB 469 70
268,108 268,108 00000000000000097985d32c27603314cf52cf715c63c55aeeef3e73c0d18b75 0.45 MB 729 61
268,107 268,107 00000000000000065df7c30c471ce8a88d524f54c02d79277f70f33072273884 0.09 MB 182 62
268,106 268,106 000000000000000a03ea8c90161a275ee63d077ec35c1b582c77934c0be12a02 0.40 MB 643 61
268,105 268,105 0000000000000005e25ca9b9fe62bdd6e8a2b4527ad61753dd2113c268bec707 0.15 MB 304 109
268,104 268,104 00000000000000004c2ddbab169a6f1d616ad5e659495d4a1c2fd23340e8a5d9 0.18 MB 247 69
268,103 268,103 0000000000000009af2fb94ae2c79d0d581970d494af47e7c6c6fe836be70c06 0.34 MB 613 63
268,102 268,102 00000000000000065a77383f46f6f64e2b7b0653fa942f28bdf1f49883665546 0.50 MB 1,088 36
268,101 268,101 000000000000000a2bbb0dc41644f468fbd1e9bde224d9fe9af7bda30220e653 0.25 MB 435 118
268,100 268,100 000000000000000a6b380a29e3570fc08f4d9001fc203c4355beab1f9037c02b 0.25 MB 487 147
Previous 10 blocks ↓
Total Size: 647.14 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,458.02 GB sent, 43.39 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.