Memory Pool Memory Pool Refreshing

89,467 transactions
29.34 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,503 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,482 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,502 (636,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
212,573 212,573 0000000000000142690f93b0adb9f0540da13de499f54b43d0a4a392c5ee2c6d 0.09 MB 233 202
212,572 212,572 0000000000000069861bc365475c7b2ab480064a4f3ff76c7c476ba5d04bedfd 0.04 MB 90 83
212,571 212,571 0000000000000060f1c3943db24c76aa2c8e80e543a51728e7edf3aba23a928c 0.13 MB 260 306
212,570 212,570 00000000000003f0031eec7b9a5a117bf9e0919da991abef6677ea034d8aa527 0.18 MB 486 202
212,569 212,569 000000000000022c99604cbaf046b546e8556819950faba642f6a1bf2967fa68 0.25 MB 559 180
212,568 212,568 00000000000003d46d4ca194ea1a8854a7f49a4ffbe769858e8ba5415a895291 0.00 MB 9 303
212,567 212,567 00000000000001df382dd07094c68ec3f88352a1a04f9fd91b5c63ef6d667a26 0.03 MB 63 152
212,566 212,566 00000000000003328130e6c99d698db93d92dff3c1e19544fed9c10c603a5375 0.12 MB 274 164
212,565 212,565 0000000000000399aff558d8eea930c709edf795e6537e49dcc52be582dd6e0c 0.19 MB 457 170
212,564 212,564 000000000000005245bf330e73fff3bcc8f8bc3d0043df18bec979530e7473d5 0.01 MB 45 556
212,563 212,563 00000000000000fcbb1ce84be7785d090b0185b8a2feb700995a30ce12f55277 0.18 MB 342 149
212,562 212,562 0000000000000099d7bec27be28979c5f16a07a9c24f3cf4f74ea19e25a9cc2d 0.03 MB 116 99
212,561 212,561 0000000000000165dc721be8a9e425baa641c4ecca50e4f1a28848e6f783cf0b 0.26 MB 521 183
212,560 212,560 00000000000002e141c5dfecf1c6e6d259e804c20137f2c39c6f17ddb01f52fd 0.34 MB 491 60
212,559 212,559 000000000000006189ff8b5be297124bb28632fd401b5d54a9efdeb71fa38a05 0.20 MB 654 284
212,558 212,558 000000000000024af31c5317db2df5fb37186040b7c1cb9ef4b31ba25c60a87a 0.03 MB 55 146
212,557 212,557 00000000000000c0fff269a4532fa39d17bbc9e39efea506056c6685a8c2684a 0.02 MB 45 157
212,556 212,556 0000000000000147b1e4ec57e3a16047d851b034031ea13b230bf121b63f5600 0.10 MB 267 178
212,555 212,555 000000000000002c55f724f9d0066043dfb144e76b10c559f0a3a5660a343e8d 0.07 MB 147 87
212,554 212,554 0000000000000042cd1ac1e392ed6ee69b591872aae2c4a1009b3172b85d2d9e 0.08 MB 140 102
212,553 212,553 00000000000002414cf3587225911dcf8b668cd59a3c30900b9ccc18dab549e2 0.25 MB 519 167
Previous 10 blocks ↓
Total Size: 660.56 GB

Node Information

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