Memory Pool Memory Pool Refreshing

78,189 transactions
32.40 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,592 (568,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,196 281,196 0000000000000001741139fddf9e6eb3b9c729e116856ff0e561a0fd8917ca1d 0.50 MB 1,226 45
281,195 281,195 000000000000000144f68f97c48557f29acb51fc81acb87bf0a603bf8db2a891 0.05 MB 153 168
281,194 281,194 0000000000000000616aaded639b7d4875dba3c7229ecd9be466bef0995d5841 0.11 MB 217 44
281,193 281,193 00000000000000021dc64ff9f048a5bcfe30dc121c16a9e854f300696d6333de 0.13 MB 206 34
281,192 281,192 00000000000000000adee86f61d9dd63a20117f3c27b5513f5e40199a2dcaa04 0.25 MB 561 111
281,191 281,191 000000000000000005a4e0125be2a7166dd56767e30b99cb5ed84e209d26ed9d 0.04 MB 87 32
281,190 281,190 000000000000000146e5398927a01d405882fa563fc310833686baa836bd2265 0.10 MB 107 7
281,189 281,189 00000000000000014f59d61337835740de903c7cccf8b14e30cb7e283759676d 0.10 MB 173 27
281,188 281,188 0000000000000001199b594ab4a24468a4432720c9ced52da8eed55fc170c222 0.25 MB 678 54
281,187 281,187 0000000000000002023461ad25b009e05b2d8601f5eb703304ac7848211e6c2a 0.21 MB 333 33
281,186 281,186 000000000000000066da785a653ac9087b57ba326608090958dde29b1e2ad166 0.25 MB 703 61
281,185 281,185 000000000000000048e9f177cb60aea6631b717444712a1e3ef54e37aac99767 0.05 MB 148 41
281,184 281,184 00000000000000024153b8607df15c76ce262761a385f402edcb49dfad2c6486 0.11 MB 237 58
281,183 281,183 0000000000000001fae0eebbecfa1c4bd08654093e43389c6b90ec46425c5819 0.10 MB 222 36
281,182 281,182 00000000000000001456d65d31f52f23f006a823690623d3295322d6f17716ff 0.26 MB 578 54
281,181 281,181 00000000000000003f4aa9b2138cf3d2ca4e3aac54c12c01e7f709d26903f2eb 0.04 MB 43 5
281,180 281,180 000000000000000255f20fb235b16224d1925390ae7f1d9cc53208f8f3ca213f 0.10 MB 221 33
281,179 281,179 0000000000000000013580deb3539681d76a91b5d7f1c5bafc85c4ad213041f7 0.05 MB 116 47
281,178 281,178 00000000000000008b1d9bb7cf5c818192307a540d63ddf052e5185e39ca92ec 0.13 MB 83 15
281,177 281,177 000000000000000088a880285b39149bdd311bc7f26c0dd4f7acfe06eb7d2a90 0.25 MB 178 15
281,176 281,176 0000000000000000ddab1edc7731565bc4233e746a4002e0790bc9669eb6c397 0.25 MB 446 38
Previous 10 blocks ↓
Total Size: 660.73 GB

Node Information

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