Memory Pool Memory Pool Refreshing

64,234 transactions
29.72 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,444 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,019 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,443 (418,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,601 430,601 0000000000000000009046fbae43f62025d829f815188153b8caa539c4e6c644 0.52 MB 1,190 63
430,600 430,600 0000000000000000025b6298743b11cbf60792197dc8f3e8707ddfc7543dbf1f 0.07 MB 120 43
430,599 430,599 000000000000000002b10c0608091cc2127ff7cb52267adafdacf15f7d64d317 0.84 MB 1,912 59
430,598 430,598 000000000000000002620051098e04412e964dd7a5761655dc677c3be59fdf45 1.00 MB 1,102 23
430,597 430,597 00000000000000000498a92fc3dce1b23dba587ff13e63c22c10de167d5d5272 1.00 MB 2,388 80
430,596 430,596 0000000000000000037783a81a28af1afc0ef1cc19d25994676aac174b822a47 0.85 MB 1,915 48
430,595 430,595 00000000000000000184bcadcf6a623da809553453c49f489187af775859fcb2 1.00 MB 2,889 78
430,594 430,594 000000000000000002b2c51a101588ab24a3443702199295e0f66320feca4f39 0.10 MB 239 68
430,593 430,593 00000000000000000296596d32977d88e8c6ab1cae48a7711d87251adfed5748 0.98 MB 794 21
430,592 430,592 00000000000000000089ae4f706e2e2da8f6a541e0e1eae494ac92be1b26219f 0.07 MB 167 60
430,591 430,591 00000000000000000137c29cc9492495378a65446f8605a5bbac92ec857b3818 1.00 MB 426 11
430,590 430,590 000000000000000002942a4676a59fad21fee2a2ddef3c0b366f37b6a75f5c08 1.00 MB 1,565 42
430,589 430,589 00000000000000000333bcc9b8980fd918f3ac9c57f22cbc9c0b121a9fe1ceaf 1.00 MB 1,267 34
430,588 430,588 000000000000000003a0633426021758df245ff1215d5d81387bdb5bb85ba3c0 0.62 MB 1,074 39
430,587 430,587 000000000000000004c79b563ebd765fa279edb66b238c178023b02956951af3 1.00 MB 2,191 52
430,586 430,586 000000000000000004d3bb3764c95a5c3274059455c5baaaa79400af523b9742 1.00 MB 2,796 91
430,585 430,585 00000000000000000253cf3ecbea560a20d0a559d1ee9d72b9c311471899db5b 1.00 MB 1,727 46
430,584 430,584 00000000000000000071484d5889870711542d8507b2f762303cb07d4de9e34d 1.00 MB 1,757 47
430,583 430,583 0000000000000000040b507214e0fdd7b5c9bce49771f71e80b5a95559df6c57 1.00 MB 816 12
430,582 430,582 0000000000000000026c9b69ecdba5ac3307f51bcab44c21651b1529ce95b484 1.00 MB 1,747 25
430,581 430,581 0000000000000000014b235e84371d484d690548eed923716ec5a6e8eec7da39 1.00 MB 2,654 65
Previous 10 blocks ↓
Total Size: 660.45 GB

Node Information

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