Memory Pool Memory Pool Refreshing

56,446 transactions
38.25 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
850,650 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,487 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,649 (194,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,035 656,035 0000000000000000000b3a84583767561d9e6ada8e8b8a057b22d0e7c42f1d3e 1.32 MB 2,526 67
656,034 656,034 00000000000000000001a4f6b04083728fc30f6c47b5b614f76507465898c650 1.17 MB 2,388 32
656,033 656,033 000000000000000000017539cd4cdf729c22653a98003e62b916ccd502d3b3fd 1.13 MB 2,534 25
656,032 656,032 0000000000000000000c72d943f5b407b494e3e944e839a5dba8ffd12e455c52 1.37 MB 2,840 111
656,031 656,031 0000000000000000000844c2594b4dcd78b8ac2b7b59efda05f54c3898ba6ee8 1.45 MB 1,440 34
656,030 656,030 00000000000000000004c31049931c21919e9564bf7f4e47c334b05b83243935 1.44 MB 2,348 155
656,029 656,029 00000000000000000006ed3aed063fb959a383c43ad62a5a7fad9b073703e4db 1.33 MB 2,642 157
656,028 656,028 00000000000000000005d0dd32bc4bd814c41a4d04284590b6ccea1d5c2ea363 1.25 MB 1,579 141
656,027 656,027 0000000000000000000cd6c1268e6a7833c65a530af5204544b2069db3da02d2 1.19 MB 2,566 55
656,026 656,026 00000000000000000000a0cec961b56b04d7a237ab5636e74296c36c47ccc07a 1.09 MB 2,698 22
656,025 656,025 0000000000000000000470eef62c4796717165e47401fdfe8fc1e9996a6da7f3 1.29 MB 2,784 92
656,024 656,024 00000000000000000010540ed2011df07b9d529d74397bbb6aabe08678937bd8 1.38 MB 2,107 81
656,023 656,023 0000000000000000000c63b4a88dd99d219d2e229053ac9104fb12f8d677a25e 1.25 MB 2,696 28
656,022 656,022 0000000000000000000d922746a471fb12a8483a29dca1f368aef7c65cd4a2d1 1.34 MB 2,732 117
656,021 656,021 00000000000000000007a8d98a7973db8db3255b338dc825fbb460c0306b9d5f 1.31 MB 2,525 91
656,020 656,020 0000000000000000000fb143a612f1152cf7488903328c3a5e0831a8a7f75ec7 1.50 MB 2,124 57
656,019 656,019 000000000000000000089d06625413e0b49c52ed6cb630bd06f35366e1836562 1.45 MB 2,082 94
656,018 656,018 0000000000000000000e52d2a738a95132f3808d0ad3356f896a52c14531e11e 1.41 MB 2,827 138
656,017 656,017 0000000000000000000aecce5fb1c9b422524b48c89895407893295d4403f65d 1.96 MB 1,237 75
656,016 656,016 00000000000000000000643e6f3828b2679b8feb7963b7e7eec7cb424b3f6e1b 1.34 MB 1,976 203
656,015 656,015 0000000000000000000ccb17382d8daf5685bddcb492f9738f0fa34a81295d70 1.48 MB 2,708 130
Previous 10 blocks ↓
Total Size: 662.74 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: 1,549.48 GB sent, 12.39 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.