Memory Pool Memory Pool Refreshing

66,780 transactions
33.79 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,743 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,618 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,742 (638,937 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
210,805 210,805 000000000000008f12ebc4e277211b58526dcdea9d3e0fab0824af56d80be001 0.02 MB 8 61
210,804 210,804 00000000000002681f97644e2a65d0dcfee92b93d3a16f25eed5080f254e4161 0.12 MB 271 188
210,803 210,803 0000000000000220f0233b7ad6c280f68ce58ffc0e0e458ff49abd68521021ae 0.00 MB 9 153
210,802 210,802 00000000000001be8878d1168bd80bac560bf6961a062190a8ae2c446c2b4a81 0.05 MB 132 202
210,801 210,801 000000000000021881b44cb8eeffcf3353b88dda6586a47b2b5bc0ffe03cdd80 0.01 MB 20 151
210,800 210,800 0000000000000030d456780296d4e42fa6589ff22dbe63c46722ee3c4d951c91 0.05 MB 78 176
210,799 210,799 000000000000017417c2338e69a0c460657e99feea5eab1608e81fad7e5bae94 0.00 MB 12 208
210,798 210,798 00000000000001535d4cbac9ff958de8bae35c94b2f1231970df65fe3f7868c7 0.04 MB 83 58
210,797 210,797 00000000000001300ce23c6c820323ff462e37784ac5b56d856bd3003d351e23 0.15 MB 272 134
210,796 210,796 00000000000002f54aad4974050368cac92e09fe18bf8d101739e28d1813995a 0.09 MB 218 226
210,795 210,795 00000000000000e31a9e0dabbf2491a7e38c37a13673200f6b88c48b3a7f7778 0.08 MB 154 309
210,794 210,794 00000000000003bca0516297f315a4a0571d19fd2b487ce2916e405c0a839fca 0.00 MB 10 5
210,793 210,793 00000000000001ddbe772d32dfabfea76379e62bb6904185a3b348e135191a72 0.03 MB 91 165
210,792 210,792 00000000000002b44e31aab82e4164fa5930335520b2ea94824128692d76bcb3 0.11 MB 168 83
210,791 210,791 0000000000000232ebcd54d530e54b785b8e330d4bd97053777a9b16b1ee3dc4 0.02 MB 19 14
210,790 210,790 00000000000003c27fd0fca6881c21d30c15e52c182ccec53b81b12895f261e4 0.05 MB 119 263
210,789 210,789 00000000000004b879609aaf82d18ffe84825603a157f52ac3f4233e7bc9f7dc 0.05 MB 155 84
210,788 210,788 0000000000000199ac92a1df44b2adeb5f16cf76c1bddd3bd9e8b28185f44f1b 0.12 MB 282 165
210,787 210,787 000000000000016d916e960cf10bd2bb2e679df36a4c65b94c9bd428cfa23a47 0.12 MB 244 149
210,786 210,786 000000000000024617b270d789264880a5ecb82306f7ab95cdc4f0408c94ea4b 0.12 MB 288 176
210,785 210,785 00000000000004c6d3481a0208ad27f2ea364a6c3e5af87e0f9711933108c068 0.12 MB 204 180
Previous 10 blocks ↓
Total Size: 661.02 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: 694.21 GB sent, 4.16 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.