Memory Pool Memory Pool Refreshing

72,333 transactions
32.42 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,938 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,591 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,937 (625,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
224,698 224,698 00000000000000dab8805039778d56e7eb09d8ad2b66254ee7045485e2e00775 0.25 MB 661 214
224,697 224,697 000000000000035f887c107bd3226670815c28da87782615630fea03844fe7be 0.22 MB 379 155
224,696 224,696 0000000000000021a10c50ada846f4abacb0c2e133371474eb6825fa2312c5c5 0.15 MB 254 105
224,695 224,695 000000000000038ad2a7c891ee4afb6a6ed9d15e60b0a86acb9d81202081b12d 0.25 MB 357 120
224,694 224,694 0000000000000115b8c703e942f3309e41b2103bef758db12c3251b3e189479a 0.25 MB 532 172
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
Previous 10 blocks ↓
Total Size: 661.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 110 incoming
  • Data Transfer: 873.51 GB sent, 6.01 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.