Memory Pool Memory Pool Refreshing

63,165 transactions
31.55 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,946 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,575 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,945 (337,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
512,693 512,693 000000000000000000503954d0f71ce85cf7f3804f26f4eca31f9ac0e1908f9d 1.10 MB 940 12
512,692 512,692 0000000000000000002420508ecb3b05839692fef8d8fbed5df5d5cb826ea896 1.01 MB 456 7
512,691 512,691 00000000000000000053fe1529b5aaa31cf94a09697ce628581065ff7c9fbd11 1.01 MB 361 9
512,690 512,690 000000000000000000504eef9a251d1f8443efd3d677d20fe215e5fac93ebcb4 1.03 MB 219 3
512,689 512,689 00000000000000000009de3e5d8e58cb708f5d47ce75564990fdd72ccdab2934 1.08 MB 1,573 25
512,688 512,688 00000000000000000021506caf1d355d81007d952ab3b5a89f0fc16cb7975975 1.13 MB 522 8
512,687 512,687 0000000000000000005463854d4551e467effb6d9d613cf4bbc5c93a90b41292 1.10 MB 1,379 32
512,686 512,686 000000000000000000335ff3db12a4a190f92c3d76dd8ab18b96f8d9a38deea3 1.08 MB 916 14
512,685 512,685 00000000000000000021da989e4499a2e7824fde96ea22bc8d344f018e726f8e 1.04 MB 177 3
512,684 512,684 000000000000000000173f21b15ec79054f46f3275b0022a4c4048aaebf9534c 1.08 MB 1,446 22
512,683 512,683 0000000000000000000c8fcec001296fb8905e83c1867137d1b9c7d9f7e1cee1 1.10 MB 1,836 34
512,682 512,682 0000000000000000004440e427d1c011b5bb8d64f516b6999430c851ab7ff5cf 1.02 MB 303 6
512,681 512,681 00000000000000000038d0093d0d0a0e6adfb5cd963e3e971c2d7696a40bc336 1.09 MB 1,349 17
512,680 512,680 0000000000000000000db216d73a0f4f95b4c9d34eca499da06448bbbf46f34c 1.11 MB 2,909 86
512,679 512,679 0000000000000000002ea28f3b665320d5444de41947c2abaf58e93da3e56786 1.06 MB 561 14
512,678 512,678 000000000000000000091a414486c77a5d77ee816426b19ab3a0d54dd12912e5 1.14 MB 1,933 25
512,677 512,677 00000000000000000015c03efb15b04bc08b493f0d693471248f14326143d030 1.15 MB 2,602 84
512,676 512,676 00000000000000000040e8b4d29b752798599ee8100bdc496648562b3a1722db 0.34 MB 937 93
512,675 512,675 00000000000000000053031e0641d088d389e6a33c7e1332e98e35250720764d 1.03 MB 558 18
512,674 512,674 0000000000000000001e9ffa01f826f29882d0daa885040e9861e370d6d99eb9 1.05 MB 1,206 32
512,673 512,673 0000000000000000000678083cc63d5407a141c541dff04e152513d8d8f12d9d 1.01 MB 327 4
Previous 10 blocks ↓
Total Size: 661.41 GB

Node Information

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