Memory Pool Memory Pool Refreshing

79,102 transactions
32.36 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,574 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,977 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,573 (181,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
667,902 667,902 00000000000000000009ee2acef89e92c0fc0ed5c9d47b1a0ce6a2e71840e885 1.27 MB 2,861 43
667,901 667,901 0000000000000000000b334e2118ff4be2d5d38580547577f10ec8b3107bd6f8 1.33 MB 2,966 86
667,900 667,900 00000000000000000004b58dd780bfee57ef7a36be687d7a1b41cd47d97fc37d 1.20 MB 2,497 39
667,899 667,899 0000000000000000000ab15b9e60ed46d48a415cc61f4583ee8b68e474b5d1bf 1.36 MB 2,873 66
667,898 667,898 0000000000000000000d0e213633ff37a6bbdd4f045e89316234164ceec294b3 1.32 MB 1,778 66
667,897 667,897 00000000000000000006ddb5e854505f8b792122b0ac9469c07eb26db414f6fb 1.24 MB 2,479 43
667,896 667,896 00000000000000000001219d149ecd4d6bfe7bcfb1082bc08e8a030f34d75402 1.13 MB 2,073 24
667,895 667,895 00000000000000000007a0a39a7059df69076cb9a87148f890950b43b408cfa2 1.26 MB 2,144 66
667,894 667,894 0000000000000000000878a27cdcb10b252a361ddfdeef0ab793acd6c550f550 1.23 MB 1,803 61
667,893 667,893 00000000000000000002de4c004935817244d0d246cdbd344b395c469f89ce94 1.16 MB 1,641 33
667,892 667,892 000000000000000000019c2df0ae2417d34be73c042145311c1d753fca21dcca 1.34 MB 2,651 80
667,891 667,891 000000000000000000096e3637ee388cf908aa54c6c5b0660eea0dcc9fdbe0d1 1.37 MB 2,790 50
667,890 667,890 0000000000000000000371788bb6beea7b57bdd872911f1c93ec1c7e2da1377c 1.21 MB 1,019 68
667,889 667,889 00000000000000000002d76a0b5f9c6439bfb0f10f78056207c64ee868d87215 1.31 MB 3,047 79
667,888 667,888 0000000000000000000d0502ae9c2bb1b2cfd58288093f5613f8a41fc87a1b09 1.22 MB 2,851 96
667,887 667,887 00000000000000000001202d34db677d76e28cc79b882a3cc4806fd7dd7ed2c4 1.24 MB 1,614 19
667,886 667,886 000000000000000000067ebdeca0b5628b83a08752f95d1c14881674328ee73e 1.28 MB 2,316 36
667,885 667,885 0000000000000000000b6327d63cd6cff5fddabc6bd9ebe462579eff8ccebeb0 1.30 MB 2,319 31
667,884 667,884 00000000000000000005187af9ad4ec5567b474efa93395de0d43bd3271bf827 1.22 MB 1,920 11
667,883 667,883 0000000000000000000b64f073232d7b4a41b6fd294cac429bb8be4b2987a573 1.21 MB 2,362 25
667,882 667,882 0000000000000000000676c931cb32a358a9c7bcd862738a972f670355ee6fa4 1.19 MB 2,326 24
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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