Memory Pool Memory Pool Refreshing

76,204 transactions
31.97 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,596 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,688 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,595 (360,919 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
488,676 488,676 0000000000000000009c0ff8123e76620ac4ff3a8a00d0e8ae8800952b84f0cf 1.06 MB 1,942 81
488,675 488,675 000000000000000000b9faef32861ab1674c675919c8d83c8723f917591cfebb 1.03 MB 2,021 43
488,674 488,674 000000000000000000b1d236710600e7b5cee2889937bfa8e73eadba511f6873 1.00 MB 2,120 63
488,673 488,673 0000000000000000007adf95e3d116e4e47e78a66f1e709153a655e7d2430a02 0.00 MB 1 0
488,672 488,672 0000000000000000006dbdae1ed4b9e86ba3691001e247a6de1f6a16d81348d8 1.10 MB 2,274 52
488,671 488,671 000000000000000000f90554b7ddc25de274138b98af230e95a2f918fcf299d2 1.00 MB 2,190 138
488,670 488,670 000000000000000000c5f8c91848458bbbd618d4f70505e31ee474095f940d3f 0.45 MB 967 78
488,669 488,669 0000000000000000000470285e0a0fa27011ac18ea12905665c90cb55824d8aa 0.27 MB 637 172
488,668 488,668 000000000000000000f9b2f0d7445ab79fed7cc82ee9a1ec1dc9aa3174316a69 1.05 MB 1,933 95
488,667 488,667 0000000000000000005d14c31f1ba76528ead796cb542e5a0ea28df0eab07c7d 1.02 MB 2,488 177
488,666 488,666 000000000000000000c5aa5f6556ab8fe2864963ddcbfc8b290bdf15bd722173 1.00 MB 1,817 101
488,665 488,665 000000000000000000d1d8793b593c498c34cac6a220b100241f0a5796f1191c 0.97 MB 1,657 52
488,664 488,664 000000000000000000db76a08cf8cdc6e7ea61fe382c863f72fe734db0ea9059 1.00 MB 2,036 118
488,663 488,663 0000000000000000008aa15e832eb0c862cc09dc8c2376f4ee8e6346805b11a8 0.13 MB 213 147
488,662 488,662 00000000000000000057255609b57a6d693984a20ad186c4e26b1dc9f393422f 0.63 MB 992 74
488,661 488,661 00000000000000000029960be6e774ff37e09c14b35b630e192eabfe84e8d007 1.04 MB 2,062 149
488,660 488,660 000000000000000000d9d2e5cb02df43c5ab0d47f245fdb09965626539b59130 1.05 MB 2,409 17
488,659 488,659 00000000000000000061db1a440497c9a006502e3e3bbacd02f96a89a88a7182 1.06 MB 2,043 72
488,658 488,658 00000000000000000052fcb75809a60c28b868d51a1663cf444ab9ed48e022cf 1.00 MB 2,223 137
488,657 488,657 0000000000000000000cfa75e9c6b190aebef883866ed594d1d8ef82ad4ebf74 1.00 MB 2,531 67
488,656 488,656 000000000000000000522349aa918d1cca4c90304b0d9a5c4f87a3acd5228d27 0.10 MB 274 132
Previous 10 blocks ↓
Total Size: 660.74 GB

Node Information

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