Memory Pool Memory Pool Refreshing

75,343 transactions
31.02 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,548 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,385 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,547 (222,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
627,295 627,295 000000000000000000100f34a6d3c75b63970253e03202f6cf4dcde3f2b1aa95 1.13 MB 1,748 18
627,294 627,294 0000000000000000000977a857e563103ef4ca76c60b02863325b19f96071e79 1.06 MB 1,802 18
627,293 627,293 0000000000000000000817bd53f84400a28b7504110a8c5906dd2750dcae535e 1.36 MB 2,493 30
627,292 627,292 000000000000000000018a0f185bdca7a8fb1c421421cdfc08db8f39e8571ae7 1.23 MB 2,538 32
627,291 627,291 00000000000000000004b286eb7456851b7bfe789268591d37e6f04bd23057da 1.07 MB 1,248 80
627,290 627,290 000000000000000000006787b3cda93f2f924db1391775e303b0f297a9b8882f 1.21 MB 2,557 5
627,289 627,289 0000000000000000000b49bf80c038280124bdf60d3c67016cf50df00bce0deb 1.37 MB 2,466 34
627,288 627,288 0000000000000000000ffabf20101445a9c7e676ee864242308f1633cb5796ea 1.18 MB 2,676 13
627,287 627,287 00000000000000000010ac1f451525d4b54b0e2a0f678e33adecbf0bb93d4f95 1.22 MB 2,976 13
627,286 627,286 0000000000000000000178c9a4249e7109732ac895861d56e89e668a32d1f91e 1.34 MB 2,235 34
627,285 627,285 00000000000000000001a08570fea024d8f540764a55cc1495fb774f419edc5f 1.07 MB 2,590 6
627,284 627,284 0000000000000000000c0f938ef466cc516891ac17b3525297c834178912a310 1.21 MB 2,754 19
627,283 627,283 0000000000000000000e84faae883f9f392fcc410f6c46383c29a8ccad9a37e3 1.33 MB 2,694 24
627,282 627,282 00000000000000000011822fea1d7e4da5f8930b80544bc471a4562ccbe900c2 1.35 MB 2,475 32
627,281 627,281 0000000000000000000ff687a65ca3ff6bbe1005771fecd4a261a12d8cffe497 1.26 MB 3,131 44
627,280 627,280 0000000000000000000ccfd38a6bb033175112d5238f0d0c043dc285f73ab3f1 1.14 MB 2,519 12
627,279 627,279 00000000000000000007b2876ac26a996091200ef15c665a4c706f4bf2e52697 1.17 MB 2,982 17
627,278 627,278 00000000000000000002edea14cfbbcde1cdb6a14275d9ad36491aa5d8862747 1.33 MB 2,375 29
627,277 627,277 000000000000000000028dbd5c398fa064b00e07805af0a8806e6f3b6ffce2c0 1.26 MB 2,934 23
627,276 627,276 0000000000000000000b765fcf7f744ed0ac934f5f4c38f6da16af22febb248c 1.46 MB 1,807 26
627,275 627,275 0000000000000000000861d9fe17db30d1e58e3b1424f64053b339b42ad07e38 1.40 MB 2,917 36
Previous 10 blocks ↓
Total Size: 660.64 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 96 incoming
  • Data Transfer: 495.09 GB sent, 2.52 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.