Memory Pool Memory Pool Refreshing

77,430 transactions
35.52 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,604 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,804 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,603 (146,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,902 702,902 0000000000000000000615d499dde2156586221c981af77d42c98bbfeb778b0f 1.43 MB 2,325 24
702,901 702,901 0000000000000000000beb5c09d8c2ef691ad4b5d84ac6ab5decb09cb665bc23 1.48 MB 3,429 4
702,900 702,900 0000000000000000000772be86a41e4867832f081afb65e39914494f7533611f 1.56 MB 3,267 8
702,899 702,899 000000000000000000030dbe64ab7f9f2427bee99ad7a5ce42a4b383dad21a30 1.55 MB 2,480 46
702,898 702,898 00000000000000000007ec6c22986b044783b085bf69295c8a661ecb5a246ada 0.11 MB 217 8
702,897 702,897 000000000000000000098309301115e6caab0fd6f692cefe7ab2fbbba2782a11 0.11 MB 326 16
702,896 702,896 00000000000000000002f92be0f14f6c3a00c7887c4a70b0626aea947f89becc 1.51 MB 2,864 9
702,895 702,895 00000000000000000001a54df3f5ff71451e45a94cf7429cc799c7dddd5cf5f9 0.32 MB 684 27
702,894 702,894 000000000000000000008eedf5d765781adf8e0df4c9611d16870a90e5df552d 1.00 MB 1,766 6
702,893 702,893 000000000000000000034f175e4c3b99cc64e387778e8ca8be6f0f0bc33a9543 1.31 MB 1,713 9
702,892 702,892 000000000000000000088bfb33efdb023387e59ee8f313abbea4403a4382c0da 1.38 MB 2,334 10
702,891 702,891 0000000000000000000a7383d332b5524b498de30c56a33f7bbcb6fb4dbee6d1 1.49 MB 2,972 22
702,890 702,890 000000000000000000060b95b8f617037db88c678911278bc0bf096fb1a26b1a 0.49 MB 844 9
702,889 702,889 0000000000000000000df1b7ed41fb8cb4b86d2e1de69770e8a52dc440389b19 1.40 MB 2,764 4
702,888 702,888 00000000000000000004eef76d807234dfc30fa53a9478f515b9a6b583b6edc9 1.48 MB 2,849 5
702,887 702,887 00000000000000000000f84f7c0f7aa7abfa1e072ed9b019ee76212ea3c38623 1.48 MB 2,809 22
702,886 702,886 0000000000000000000ad32e40269064b827a1d4c88cffc8e8728cf724bf5598 1.42 MB 2,806 15
702,885 702,885 00000000000000000000a2b4b90c18425df6939a1fe403bcecdf66fb5ca34076 1.49 MB 2,829 10
702,884 702,884 000000000000000000078c96fc520cd4f6ceb1ca50752463122870aa709398a4 1.54 MB 2,577 2
702,883 702,883 00000000000000000007e24d2e0587bbcd8a189e76b9396bff01467c8ea659ad 1.22 MB 946 7
702,882 702,882 0000000000000000000af83173e996f8aef6d6ed8f947422ea8febbd51c36b1e 1.38 MB 1,928 13
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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