Memory Pool Memory Pool Refreshing

55,746 transactions
34.30 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,888 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,850 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,887 (655,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
194,308 194,308 00000000000002d35ff54e0fc050a3673d43b2d8346e30c0f9a1172ec7f4b0ff 0.05 MB 146 3
194,307 194,307 00000000000004b084d1da6cd12d73443722fbe168b3f8ccab93e3265aa59c84 0.11 MB 226 107
194,306 194,306 00000000000005398e2fc8b3d25b081cffb0d2afacfa952f1fdd065101cc3a76 0.14 MB 298 118
194,305 194,305 000000000000008072b77eefc3acd5fd0c3571c87905c186df6ed597b4961a00 0.20 MB 521 157
194,304 194,304 00000000000003a0b777e2b05a96532220f2c9750ced29ee19b361927f3ae73f 0.07 MB 216 50
194,303 194,303 0000000000000636aaaa2311022714c37e7951a6008f2543cb45008016c7388f 0.23 MB 596 138
194,302 194,302 000000000000055a040e3a828d613050dd3505dee5df32a3dad9245d8a38c1b8 0.14 MB 186 169
194,301 194,301 00000000000002e4ebc841794229c416ba5a5897eb2a4aa152bad24645f8c571 0.25 MB 719 197
194,300 194,300 0000000000000404eab63156257a95bff17d43f00512ee5cdf1d3c210e51d0c2 0.00 MB 8 2,538
194,299 194,299 000000000000077d22be8bc4fad6b4ce1ac3c3294239401bd278f67f355f09dc 0.21 MB 523 228
194,298 194,298 000000000000055a729df9af5317699fa454d5d0bd2ed96a5ed5af50e07141da 0.05 MB 120 106
194,297 194,297 000000000000059db6a47692fdb7231a5a5c6ee1be3f2291c7672c369180f2a6 0.12 MB 317 155
194,296 194,296 000000000000012fc7f594557daa23c9e18604805014afb19e6adbd9a30d3bbe 0.05 MB 151 3
194,295 194,295 00000000000007113d26ad759892479e2b34306546a17985a99f65872f4f2837 0.12 MB 277 258
194,294 194,294 00000000000001141b48504bc72a7100301f4001f9313e846559d31fedeb775b 0.09 MB 201 130
194,293 194,293 00000000000005eb98528803ea1641e72ac006a1cb5d78ad644e63ab12d20511 0.25 MB 644 165
194,292 194,292 0000000000000512042c9fd5efc210923275c43c60d15319571e26f4fd827b3e 0.06 MB 159 4
194,291 194,291 0000000000000330f6275e723e424087b6ec9b5808886dcb3ab111af85a36280 0.25 MB 613 199
194,290 194,290 00000000000001251a09d5e440f5f6d1eb1e156f4e04e227261be51f784dfe92 0.05 MB 133 127
194,289 194,289 0000000000000466d38ddd96ebc482ea2335e8f53176e65a790665820be50c20 0.01 MB 32 0
194,288 194,288 00000000000004b791712a48ce5d20e86f1c949b8bb694178aa026e7ab38a70f 0.09 MB 161 161
Previous 10 blocks ↓
Total Size: 661.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 818.89 GB sent, 5.51 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.