Memory Pool Memory Pool Refreshing

83,213 transactions
27.94 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,505 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,407 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,504 (143,193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,311 706,311 00000000000000000008ba2440d9d4cf10df69951377d4e6bf5a6ad431b0fb63 0.21 MB 307 15
706,310 706,310 00000000000000000002a1228808181bb7595a02ab28b4c1d7fec722423ca108 0.04 MB 118 15
706,309 706,309 00000000000000000004ced90072f2930f9136fff05c18fdbbcec2cbc63d2c80 1.33 MB 2,217 3
706,308 706,308 000000000000000000086bdb75e0d22a9401a83aabfa48b6d9b94310263e2a0e 1.43 MB 3,051 18
706,307 706,307 0000000000000000000555e70590bf576e610f513cd6d81fb1154512d1bf7a32 0.10 MB 197 9
706,306 706,306 00000000000000000006afd4212660a6fcc3085524abc3521613517eb94d0adf 0.19 MB 415 19
706,305 706,305 0000000000000000000024e8a5be66a853f13f486cff71d972802416234befff 0.82 MB 559 4
706,304 706,304 00000000000000000003fae0ff04635bf099e0b7fc950657d731a2087203cb69 1.51 MB 3,302 13
706,303 706,303 0000000000000000000218d96740773b8c1816e2490dd53aff0eb3aec4ffa6cf 1.08 MB 2,007 12
706,302 706,302 0000000000000000000cd3896ff6f47c898820f3a14cf1515cf65992694ffdb3 0.65 MB 1,156 10
706,301 706,301 00000000000000000002f737faceb9188c605af0410b0552df4b4effed86e718 0.30 MB 676 11
706,300 706,300 00000000000000000003528ef7e65afbaed50824bb070af71f11a35b77d0fac6 0.16 MB 294 8
706,299 706,299 0000000000000000000a5a7522a63ce66be0a77189672a71fcfb275c153a2f66 0.10 MB 201 9
706,298 706,298 000000000000000000079e7004c92aba65f43092c277c49e1a14172580fc48f5 0.98 MB 858 6
706,297 706,297 0000000000000000000768e57b00cc47874bd7d3dfacf78b258b906bf0e9c7d2 0.82 MB 1,000 6
706,296 706,296 00000000000000000000dd495cce129f8ceba16725e7f21c5b1d1bd1e7c21fed 1.13 MB 788 13
706,295 706,295 000000000000000000042fcbb368a4be06ba6273d68d141d769d7997fff7d696 0.33 MB 639 11
706,294 706,294 0000000000000000000d2efab4dfd21f61887897579d60f1a78204fcc028acdc 1.27 MB 1,451 3
706,293 706,293 00000000000000000008d70b893b343e1e38492a5e01ba386855c46e2846fe89 1.56 MB 2,818 16
706,292 706,292 0000000000000000000191c654ffe85056410e7fd9ebb46fd6a6e4bbc9d12976 0.63 MB 717 10
706,291 706,291 000000000000000000053d43a2e7068fc1ce080ba08aaec6d10ce955626a2aea 1.49 MB 2,075 10
Previous 10 blocks ↓
Total Size: 660.56 GB

Node Information

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