Memory Pool Memory Pool Refreshing

51,715 transactions
36.27 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,375 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,761 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,374 (758,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
90,710 90,710 00000000000a1e1c20f14b8343ea04c03eb3cb714342e0218d613dccacf9eb72 0.00 MB 1 0
90,709 90,709 00000000000bb19708d5990ae54a5b132338da448589a3f007bd63b6beb5742f 0.00 MB 2 0
90,708 90,708 000000000013b067054b092b89e5f4e1fea92cea19151532ca64e82d93736878 0.00 MB 2 0
90,707 90,707 000000000003e233ae14ae39418946df1b81dd797a04b753243857d49c5dd5df 0.00 MB 1 0
90,706 90,706 00000000000857639f2999ef282520ecb443017e4bcf82db108bf44005196b6e 0.00 MB 4 0
90,705 90,705 000000000011b41e68266c7d03d41fe7f89c02c83245d3d86da503ece3bc675e 0.00 MB 2 0
90,704 90,704 00000000000feb39507bde528c9e9c86e0af8b5c546e32252aedcf9643d704c7 0.00 MB 1 0
90,703 90,703 0000000000004aa6f2c17b89cb353e2f4a5b47d67380718c7961283fd5fc8b80 0.00 MB 1 0
90,702 90,702 000000000000096ae63f983afd20e1728769b7035dc5edbed4dc3175234a553e 0.00 MB 1 0
90,701 90,701 000000000014751ae3534ece15c67d140fc031c6445ec2da6dbe651a33d4ffff 0.00 MB 3 0
90,700 90,700 000000000006ef0393d6685305b0649a5d30b5032367db7b6a1cc3f8c7be332b 0.00 MB 1 0
90,699 90,699 00000000000eef2391ce8b2e72f4171bf5c1f39ba504b03faf384d27598109a8 0.00 MB 1 0
90,698 90,698 000000000010e4037872138a1bd5bf93dccdc2ff9d8c20c1d950370777e12c15 0.00 MB 1 0
90,697 90,697 00000000001153efc05807eddd912d2f51702573aebcad34c58b97bb9dd668c1 0.00 MB 7 0
90,696 90,696 00000000000600fa9284df0059445962a3b14f7d157e5bdec527fc412382cc43 0.00 MB 3 0
90,695 90,695 00000000000def96cddee1ee7f0f9a72f566d8130f544be2ba74e988b52216c9 0.00 MB 1 0
90,694 90,694 000000000007fcda57fbc55469fca49715b8283e1277d704e358a836e4dff1ed 0.00 MB 1 0
90,693 90,693 00000000000599b146d02369a9fd499c9acd3810f7a43adac3f7fcff03e80573 0.00 MB 3 0
90,692 90,692 00000000000c5f0dfbc3bc8bec529bbbaf28efd40e612a4c7cf7b94e6ef08207 0.00 MB 2 0
90,691 90,691 0000000000001506de671e306ab781c8df9b479f53a4f87ec33bb03b1cd30511 0.00 MB 2 0
90,690 90,690 00000000000184bbb7fe54da0f0222a2f6285fa7e3372edff9920f68ffe41f55 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 660.33 GB

Node Information

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