Memory Pool Memory Pool Refreshing

80,487 transactions
26.53 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,521 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,279 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,520 (82,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,796 766,796 0000000000000000000476779023f8ccd0793e6a8449a179c39f8db013bdb5d5 1.85 MB 701 3
766,795 766,795 0000000000000000000433c5e9fbc5cfd39b7a50410dd541d2c058b0bbf2a507 1.75 MB 1,466 5
766,794 766,794 00000000000000000003c97f6efb3e592520ad0735e6b37b38eca65c8712e67c 1.29 MB 1,115 4
766,793 766,793 000000000000000000035233be2d7fc0e51b5ed7ccc5ac80e93474c05ad7c69d 1.50 MB 2,943 13
766,792 766,792 00000000000000000002edda21b343c712c1a31dfec462bae34f719180b0b5e2 1.68 MB 1,864 6
766,791 766,791 000000000000000000064961b4fb63b49950cb1904c9b11c0b3c311bb37b6b24 1.77 MB 329 2
766,790 766,790 00000000000000000004bee876735118df031c892bf6dbd29d94112cedab0db9 1.39 MB 1,747 8
766,789 766,789 00000000000000000003d0fb42990adfeb7c75012735aa0cca35093dc9194a51 1.23 MB 1,062 4
766,788 766,788 0000000000000000000136fa0ca204cb0ccf4fb3af75a6caaa0c30414670f005 1.60 MB 3,466 6
766,787 766,787 000000000000000000039c2736152a24ea76cde645d3bde910ea7c9469ca4b19 1.63 MB 2,402 14
766,786 766,786 00000000000000000006759c43102f24cb83c2ac89aa8d097f04a3db5d01f68c 1.23 MB 1,531 11
766,785 766,785 00000000000000000003607291efb4af8c1d25aabf0ced126c9bd2c248f15907 1.43 MB 3,031 17
766,784 766,784 00000000000000000004c03333f55840e2dff3fce08e09a5e05db8b5c6b7c8b8 1.02 MB 268 9
766,783 766,783 000000000000000000050b9203ba32fb0d8ba092b9c6d9a2cc9b307e1fb01c3e 1.20 MB 1,700 12
766,782 766,782 00000000000000000006d6c81c082b13e0d6bf5fe8f49889d95101de5c32f70f 1.04 MB 367 9
766,781 766,781 0000000000000000000244f34d4f23938b97b2fc7fe6379084a80699ca1b9c01 1.13 MB 614 10
766,780 766,780 00000000000000000007b0f95d3c983b44e36e2faab722390e37533ea27b39f1 1.01 MB 222 3
766,779 766,779 000000000000000000005117f442fcd20168a2954b15f9a287e47f36d120b4da 1.18 MB 772 5
766,778 766,778 00000000000000000001872f1e99f1df5460ce0537c1a195c94e73700e30e56c 1.12 MB 925 4
766,777 766,777 000000000000000000060d2fb3cebfbd024d0b7a6bf46db1b23bf745aed9868b 1.52 MB 3,629 13
766,776 766,776 00000000000000000003951f014a8b8f366d8cf24da7d1390cda57cd8f4da79f 1.13 MB 791 5
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

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