Memory Pool Memory Pool Refreshing

85,292 transactions
35.90 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,215 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,100 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,214 (103,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,362 746,362 00000000000000000003a4585fda199573a717d1c733b8961dec8f2716fb0d30 1.04 MB 2,031 10
746,361 746,361 0000000000000000000310b199d99e05ed5f457fdc4938b1a9ebe5790f7daefa 0.27 MB 448 9
746,360 746,360 00000000000000000007b65c38c0a94fb60b6886b0a96909d1829e27263af1a2 0.56 MB 870 9
746,359 746,359 00000000000000000003d71ebd0a40eda33bf27d8fae1df80b30731b0e1c3706 0.21 MB 236 6
746,358 746,358 0000000000000000000a16adbf5810a2c78d04110b43648c1a1d504ea9000e9f 0.60 MB 1,133 11
746,357 746,357 00000000000000000005a5b61708a2038b0f422b0f5c253d75ad130aebe95112 0.02 MB 46 16
746,356 746,356 00000000000000000004ad3d26f9e367445068425cef831fbac122aad204899e 0.09 MB 211 10
746,355 746,355 000000000000000000074bab933a8e93c3d42e5350aeaab15b51e0b18118820c 1.25 MB 2,587 11
746,354 746,354 000000000000000000040baef3fe5e27f0bd89084802093524bf1ad1f9a50c83 0.04 MB 105 10
746,353 746,353 000000000000000000075c80421468b411e36121fddcb0b456aedbd2f826c90e 0.50 MB 876 9
746,352 746,352 00000000000000000008d17e33840e71fbdc46b9106d6f0f7620ffc396e82cda 1.72 MB 1,609 6
746,351 746,351 0000000000000000000442e8b488df77d73b6981e1b641bb2de666bfc786e072 0.39 MB 802 12
746,350 746,350 0000000000000000000a22b1de43cc003d38b0c92950af3d2d2abff33873576b 1.56 MB 1,130 5
746,349 746,349 000000000000000000070bff5fa54c8172b0454bb9e22f805196e14c871a04e7 1.24 MB 777 16
746,348 746,348 000000000000000000020cbf1e51e199bd8fee6977e937ba034d88123c40d4d8 0.29 MB 498 8
746,347 746,347 00000000000000000006a1d2e7d248db19528028d7c53fb8f0b9c7f1a31c3770 0.41 MB 806 11
746,346 746,346 0000000000000000000495f47ddc86a12b1412ec6bcb38324963ee70f0227be2 0.99 MB 1,932 9
746,345 746,345 000000000000000000088d7d7aee20d1399ae1505788c4298407720ed79a5088 1.57 MB 2,877 12
746,344 746,344 000000000000000000018853c0df0e1c6d6a9972da120bd51ce14d9cd45253bb 1.02 MB 1,933 10
746,343 746,343 0000000000000000000237c465f1ab124c29cb5e91e5a8af72c323a84b5bc5e4 1.26 MB 1,343 6
746,342 746,342 00000000000000000000ee6aeb5d7a0131da0b14ce47584e1fbfc41411913583 1.51 MB 1,872 7
Previous 10 blocks ↓
Total Size: 661.91 GB

Node Information

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