Memory Pool Memory Pool Refreshing

63,564 transactions
35.09 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,671 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,042 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,670 (436,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
413,294 413,294 000000000000000001ff04cf59d0d2f6b7a7fdab814f0943056ea681c6e83c2f 0.65 MB 1,386 43
413,293 413,293 000000000000000004c062c4acb1881c13d694ecda4c7fa3fe352984d3c21226 0.99 MB 2,196 27
413,292 413,292 00000000000000000318e23a3ff39c331880f65787c896ec47fe2ffdc6fcda97 0.99 MB 2,540 39
413,291 413,291 000000000000000002c7fb92c049c16561836f327536d01e92a6768550cecebd 1.00 MB 2,827 64
413,290 413,290 000000000000000003b05017a3bb9d4c598045b8d5d14f0867fd3442f3441144 0.99 MB 2,908 65
413,289 413,289 000000000000000001bc2f46d1cc568cd8b5f1843b3829a77fa79b45ee804a0f 1.00 MB 2,339 48
413,288 413,288 000000000000000004c4e9bd2f1ca373ae2e855b75ab752f78211b444b92a40b 1.00 MB 2,259 46
413,287 413,287 0000000000000000053653901ae339a1f2f6f03e7343f2e49b056a7d8b6da371 1.00 MB 2,566 56
413,286 413,286 00000000000000000106173f0f216d91071fe1a2da2b33fe5d68a95b5722bbe1 0.29 MB 665 59
413,285 413,285 0000000000000000010bd8dee6fcfaa57bc2271ab156932a1ff7d27c43affb55 0.60 MB 805 28
413,284 413,284 000000000000000001760ca148d344fffd5b4ce0d38187dc59f06a922956b803 0.99 MB 1,871 50
413,283 413,283 000000000000000000c0ac707374ae533069a40ea4141f3070aafe3f789a500c 1.00 MB 466 15
413,282 413,282 0000000000000000002b79f27f06f23d83945621078e2502787efa58cc7eda92 1.00 MB 1,569 33
413,281 413,281 0000000000000000056a553a8d4fae1436bd2da0ae9a2838f18d204aabf186be 1.00 MB 2,024 61
413,280 413,280 00000000000000000546843240d1ddc1d6f3b1fd85c4b0f4ad2123708bb669cc 0.32 MB 444 26
413,279 413,279 0000000000000000046f56e59b9b1293b5e7c1587aa6d29c4f3f79b98cf22ee6 0.60 MB 1,185 45
413,278 413,278 000000000000000001b5d1c227ce3ebfd6a436be63210d291993052acd0f6153 0.51 MB 1,078 49
413,277 413,277 0000000000000000043bdd7def02a38a4b10d0977b7174af702ce79fd250bb5f 1.00 MB 1,835 28
413,276 413,276 00000000000000000467ff83b0489a6fa2ffc907dc52fb4362ca05db26272e92 1.00 MB 849 23
413,275 413,275 00000000000000000458a3a873ab0826e7971f00463bf813f000e140e4d6038f 0.99 MB 1,501 32
413,274 413,274 000000000000000002479167bec9774e837847b0b8ac3ba5e66b59e42c393295 1.00 MB 1,881 40
Previous 10 blocks ↓
Total Size: 660.88 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: 620.61 GB sent, 3.60 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.