Memory Pool Memory Pool Refreshing

85,053 transactions
36.97 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,413 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,802 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,412 (498,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,688 350,688 000000000000000006e2d68b4fb2cfa4ddbc25a5a88a4eb1d991e6d1de6990bb 0.53 MB 973 19
350,687 350,687 00000000000000001682e12819ae8749e2d5a76475d36e5f274939f7988b85d0 0.72 MB 1,255 27
350,686 350,686 000000000000000011f9f03c56ccb1c288f36151545e25e2aadc162cc1d7cea2 0.63 MB 951 23
350,685 350,685 00000000000000000469408093f44edbb5e852727cb828a881ef5d6f8f6cc75b 0.18 MB 352 27
350,684 350,684 0000000000000000069633f7154be0fe678aefe6abd33baa548fb08ffa705afa 0.03 MB 64 28
350,683 350,683 000000000000000016f10ea1e7c8cc0a0aaa1d0bfead38efa475b673e5d27fa2 0.27 MB 559 33
350,682 350,682 0000000000000000158357276bb2e7ce65c760c454362824d32e8a254b72b15b 0.02 MB 44 23
350,681 350,681 000000000000000012b82ffe795e84299f0731e2574183e49eb655f4cdd47d7e 0.07 MB 118 27
350,680 350,680 000000000000000005d55bafdf6ab10c58ce8287357f8b3e6d6fd5a074dd0312 0.11 MB 219 26
350,679 350,679 00000000000000000b10bf626145760f376b2d33106c91ceb16f5403ea0fbe91 0.52 MB 937 28
350,678 350,678 0000000000000000076f9c118ee0eb2d976892ce682d8ce8c0605951fb693496 0.08 MB 104 12
350,677 350,677 00000000000000000902a167cab00fab4c79def501dc75f60f633dd58cdc4a51 0.36 MB 499 27
350,676 350,676 00000000000000000e9304a77aef442ff37a7df0205b35bda82df3fd925ea195 0.37 MB 639 28
350,675 350,675 00000000000000001250d55e567a1a24c448a85aeecea3ba71d58e5aef75eefe 0.10 MB 160 31
350,674 350,674 000000000000000015b0cfe5424a535ba33b5b920560acb45030de357fa9edc1 0.56 MB 985 25
350,673 350,673 00000000000000000a7264f57d434798707962dc960cebb306c755e863a02054 0.75 MB 789 19
350,672 350,672 0000000000000000000d95ade9db3a62dfde6766755cd494a920617bdad63ff7 0.75 MB 1,757 34
350,671 350,671 000000000000000008587576d468b7fea29c3377ff3e119b2a8843f43ed98a27 0.53 MB 1,000 30
350,670 350,670 000000000000000007d78757351afb673b61d29dda5fa84af759b08fa8285dbe 0.75 MB 789 16
350,669 350,669 000000000000000008d2d21bb654de6b868ceb34b48879122adb2caa02376419 0.32 MB 636 32
350,668 350,668 0000000000000000038fea8026f086156d3f296fe8af3dcdb41cd53f0658a6cb 0.78 MB 332 6
Previous 10 blocks ↓
Total Size: 660.39 GB

Node Information

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