Memory Pool Memory Pool Refreshing

81,836 transactions
36.52 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,648 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,527 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,647 (480,505 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
369,142 369,142 000000000000000007c51bbf2e7ad6612f511d4222cb50a6f6951da809a3dee6 0.57 MB 997 39
369,141 369,141 0000000000000000010befb6c7902915f6a9829d64bf9acf1a4cf9c4c71ba001 0.18 MB 198 27
369,140 369,140 00000000000000000ae7b16f8ce2909760d5b8a15b21c379808b0b61f20ea568 0.32 MB 618 38
369,139 369,139 00000000000000000ab9c2af024d326365c61e7e7c6352869b397d53c531f72f 0.00 MB 1 0
369,138 369,138 00000000000000000e931a493d83e02338f3b86bd3b51327cfc8b495df40fe09 0.54 MB 1,024 38
369,137 369,137 00000000000000000eaa48cce49e3f04b03e513b1a5773f5fb5b552cc5948c34 0.56 MB 1,150 41
369,136 369,136 000000000000000002ff19685a57f1e5a2d999964f538e517ce7a7356fe03354 0.00 MB 1 0
369,135 369,135 0000000000000000044bf96a8c0f4ecdc5f5a7a3054030935f8799d3aa4d8c57 0.25 MB 448 38
369,134 369,134 00000000000000000cb438453371b0ff9d6fb597576c19718c88622af55a71d1 0.26 MB 448 29
369,133 369,133 000000000000000011eb2604fdbd0c48e50feeb8e5968e840119762912fe7d1a 0.68 MB 1,300 40
369,132 369,132 0000000000000000071fc1e11ccd9ac3c58f44cc25d5a900709bc00837b8686b 0.26 MB 502 35
369,131 369,131 00000000000000000e2f64a8a2047b4b5b5f483bac88ed1a427421daf77a2494 0.11 MB 206 29
369,130 369,130 0000000000000000117a24b7765058486ff569c9db743c3ba262fa3d47719159 0.70 MB 1,290 38
369,129 369,129 0000000000000000040a2e42c51d9313c6d54cae06a7e3802cdf70b93ed459c9 0.11 MB 255 41
369,128 369,128 0000000000000000137c39c5740612a10d959ec36d057d83d1a0f172d35022b4 0.04 MB 47 10
369,127 369,127 00000000000000000d0c9196c9b905911e574225d0a62bbf623c4b0dd3ea63a3 0.18 MB 349 38
369,126 369,126 00000000000000000c6f71fd58ffbffb6eb647e361a9fc2392850a737d5fe618 0.20 MB 417 43
369,125 369,125 0000000000000000015244db52391fae5bf782eb017a6c206b237edc50e28a8d 0.20 MB 436 38
369,124 369,124 00000000000000000124ee8c1b7c2b8d4f25b6733b3c2440b920610fe847c8d2 0.57 MB 1,152 39
369,123 369,123 0000000000000000009136359b8f795af423891dade0bd1b369e796abca5650c 0.33 MB 444 29
369,122 369,122 0000000000000000128c541257f01924b465bd8440fe0c2b4f5c7ec168dba94b 0.16 MB 244 20
Previous 10 blocks ↓
Total Size: 660.84 GB

Node Information

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