Memory Pool Memory Pool Refreshing

83,339 transactions
27.71 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,527 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,465 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,526 (177,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
672,441 672,441 0000000000000000000be66e3ac9aa6497a7845fa45cbf33c4ece55c263d6f6a 1.39 MB 2,433 102
672,440 672,440 00000000000000000007641a271a611c6de0fa1e3a7baf2aec7283d8db8280a3 1.39 MB 2,959 118
672,439 672,439 000000000000000000050b1a3bd60661bf7b53badb95f657bae8eb2afb225c4a 1.25 MB 2,051 73
672,438 672,438 0000000000000000000a88d59a0cf338ad9ea90c0d58e841015f6e74fb926a57 1.33 MB 1,458 13
672,437 672,437 0000000000000000000a5e9e4ad57de5b10f482dd3e4ca245f68eec7f8f768f3 1.37 MB 2,033 45
672,436 672,436 00000000000000000009d13972a2f4bb8011534b055d8728a0a798f710c881ed 1.34 MB 2,357 43
672,435 672,435 0000000000000000000763eb48c6d47ced39646b315efd96e08aab13d3518b15 1.19 MB 1,641 21
672,434 672,434 000000000000000000048ddcdbb99a9a44297c9f949b3ce62b5984b89a2c6c88 1.36 MB 2,421 93
672,433 672,433 00000000000000000002727e70ea2adce00a50aa4f31a0c91e8e16b21cb19575 1.06 MB 1,643 18
672,432 672,432 0000000000000000000249377c53235928932929f65e2e1ceb57fe57670d41c1 1.26 MB 2,173 16
672,431 672,431 00000000000000000003120e9aa5b6f1247a730c4b0dfc6716db4b855c978da5 1.28 MB 2,096 41
672,430 672,430 00000000000000000006db96c9fc912bbf8c226b6830f786258ff004735124e3 1.36 MB 2,066 49
672,429 672,429 0000000000000000000c68449cff422bcaf4143ccb93c71033d201c32ea2c3da 1.25 MB 1,971 112
672,428 672,428 0000000000000000000623c0b7cedc3e55d9d675e4ca79e10669eee71271e5d6 1.14 MB 879 138
672,427 672,427 00000000000000000000a5e00850bcffc12372e1513d0e972fdf62b0e4d276df 1.25 MB 2,530 65
672,426 672,426 000000000000000000019794e9f8b720bb2b9697c8baaab0b6c083e6bd1a363e 1.39 MB 2,482 62
672,425 672,425 000000000000000000045a67bc0cecb7c54ee295365a7a0f404365dea7808fe3 1.27 MB 1,756 28
672,424 672,424 000000000000000000000c33154c43cc66cad98ba91684177a78b702aefa13d9 1.36 MB 2,946 113
672,423 672,423 00000000000000000003e16c6598a261f4d86babf87b4e971bb85bdbae3337d6 1.34 MB 2,795 106
672,422 672,422 00000000000000000002b6757eadbc3775416a2c4be4b0cc9fd269dab3b59f52 1.18 MB 2,261 56
672,421 672,421 00000000000000000009ee914c7bee0109f5ae18ebdc08cf3da1ff7fc5d890d7 1.25 MB 1,955 50
Previous 10 blocks ↓
Total Size: 660.60 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 93 incoming
  • Data Transfer: 483.10 GB sent, 2.33 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.