Memory Pool Memory Pool Refreshing

78,185 transactions
33.05 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
845,844 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,117 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,843 (621,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
224,693 224,693 0000000000000073af63cd62fd6363f22b82353c57e67accaa1c794b5e99c3e7 0.25 MB 576 230
224,692 224,692 0000000000000390e67f0ad541d404f700e94e017d58066245739b3ca21fb00c 0.00 MB 12 363
224,691 224,691 00000000000002435c41e1a0d61884b64e421e8f7639085760298aa911464ed4 0.25 MB 617 197
224,690 224,690 000000000000039b60fa643a6f40e7c1ba2d8d3a63dc35e818eba727be7c9196 0.00 MB 11 166
224,689 224,689 00000000000002941ad2d9b276516912b7de5d5ab6168287c789fbb1bd4efebf 0.25 MB 602 204
224,688 224,688 00000000000002d28433a5a79c357a328d6e11994f1c16d789c9934a2b1c2f2f 0.25 MB 838 318
224,687 224,687 00000000000003c8259232e3aa90500a628697f1241db6e703a5ef0edeaa5a08 0.18 MB 279 187
224,686 224,686 0000000000000376722411af0dea25f30068260bb5f00f18fc6d10e90d7c51a8 0.10 MB 209 175
224,685 224,685 00000000000001153cbd5c3a70c42594715a2cfe470245cb5e433b8c3d3e461d 0.25 MB 646 242
224,684 224,684 000000000000032f69c8c300f17bac0bdbf6bfd78ee01e3397261190b5dbd906 0.25 MB 248 99
224,683 224,683 00000000000003821f424aa56037263729c42736b66774d7c613afae5efb9084 0.14 MB 318 188
224,682 224,682 0000000000000174489440a6acf23f2c6604ea2f723353ff700f51053fd562b0 0.15 MB 359 187
224,681 224,681 00000000000002aefa539d370d934ffbd8f8e44ddc8aca88b6a85d0a0d4526e4 0.20 MB 424 177
224,680 224,680 000000000000039f3bcdbf30e94f8c0e9e491d749bd7ca3a9de6a47b5ade5f78 0.20 MB 125 67
224,679 224,679 000000000000004a2c039d727ece0a970655da51520f1807c6b62e092366dfba 0.25 MB 615 183
224,678 224,678 00000000000000f688f0aa539e00ed5a558ca531769964eeefacab07e99b7797 0.25 MB 536 189
224,677 224,677 00000000000001a621512078a45470b1b9091b0e3fe78502d808369cbad01601 0.25 MB 524 176
224,676 224,676 00000000000002769c385a1d83882ec7307d5b3e0739d799dc15f2091f563abd 0.25 MB 578 191
224,675 224,675 000000000000035240e3dcfd5d60bb8648c5d70b7f806d75c500727d5d663cb8 0.01 MB 23 101
224,674 224,674 0000000000000337b4de48961b65be6d1088f07cea2ab3d3c17d3f48d31b293c 0.14 MB 32 11
224,673 224,673 000000000000021fd2d891cccb282d3cc6eb4e725c6b804a377c787f1389d7e4 0.17 MB 333 239
Previous 10 blocks ↓
Total Size: 653.95 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: 9,353.66 GB sent, 85.21 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.