Memory Pool Memory Pool Refreshing

64,130 transactions
25.04 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,709 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,501 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,708 (306,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
543,690 543,690 000000000000000000136ef925472f17f75486f513f55d0e4588dec00ee2ce00 0.19 MB 305 66
543,689 543,689 00000000000000000013e8a825c4592c7d1125cf345742b2f55f5d5d6a593479 0.21 MB 590 18
543,688 543,688 00000000000000000002271d03acd98d4a02c9b1865ca3f62c02dcbec57e9da8 0.02 MB 39 41
543,687 543,687 00000000000000000006d72b3708b49d4c4c901abb7c3dcfa0cb766dd5aeea02 1.07 MB 2,055 16
543,686 543,686 0000000000000000001a0404fa5ff75e8cce7484d9df8abd1a4de7b533a58053 0.10 MB 263 33
543,685 543,685 0000000000000000000cf2990648497ad697b82f98527c5aedaabec9d046ce2b 0.05 MB 132 23
543,684 543,684 0000000000000000000bca794234c21ac1ae540bc5c5b62669a83cf5800b1903 0.42 MB 832 22
543,683 543,683 00000000000000000021bbde0775a00931a2c4d798f821110abf085f128791af 0.35 MB 808 14
543,682 543,682 000000000000000000102ed770b9825fed3841519f13308d53fbc614db96d683 0.20 MB 390 13
543,681 543,681 00000000000000000009279ab69c34f027e30b7302c62106614a52c0387add4d 0.83 MB 1,636 15
543,680 543,680 00000000000000000007116cc87e9d4786fdaab9c99874bf1f2c5136345639b6 0.15 MB 327 43
543,679 543,679 000000000000000000212b303be9ebc84beb01412db1c86d55c7ee064969d200 0.95 MB 1,957 16
543,678 543,678 00000000000000000002026f8c3436f745ddf35c83834604b68418051c49df7d 0.71 MB 1,597 10
543,677 543,677 00000000000000000024c782f279f66594cdb5409effb77c841413e65004c0d7 1.26 MB 2,536 31
543,676 543,676 000000000000000000070e7a68dfa7fbfe026d9c6d711de8827ffbb6a213aca5 1.04 MB 1,625 20
543,675 543,675 0000000000000000001033000a4182c2063648d0926ba278a6ca2832cb85a84e 0.59 MB 1,442 17
543,674 543,674 000000000000000000070e7cfca4f3aded0cf64934eb1147c84cb95d578c28bc 0.57 MB 1,274 14
543,673 543,673 00000000000000000020ab82bf2daec2ecebb92bbb58b0f2200a8bc5b478683c 1.28 MB 2,768 9
543,672 543,672 000000000000000000000206254c56610d6bc9b64c141d7b1705ac9e8fa43b55 1.05 MB 2,934 28
543,671 543,671 0000000000000000001abcd475b4dc0f5414a753c72e2b06c1ac6f459b11c2c0 0.67 MB 1,317 13
543,670 543,670 00000000000000000000c4f0ddceada2a1871954feec9b48c2dc436719d7b6b8 0.09 MB 203 14
Previous 10 blocks ↓
Total Size: 660.96 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: 647.31 GB sent, 3.80 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.