Memory Pool Memory Pool Refreshing

58,941 transactions
29.75 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,685 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 750 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,684 (504,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,044 345,044 0000000000000000059ea20c4ce9b3a2ad5d9290e841c1b29665d7b6812695c2 0.41 MB 701 24
345,043 345,043 000000000000000004cba5fc23b084284a51f8167ba84cdb653ec5ea58c8d365 0.10 MB 119 16
345,042 345,042 000000000000000011aba03fb16dfc130882b838cda1b27ebd3945acabaf6a55 0.18 MB 309 23
345,041 345,041 00000000000000000bdfc8811a3aa0270815b87109ae4db490f604f659ab9de3 0.08 MB 132 17
345,040 345,040 000000000000000013124f8087a3944ec5d02637433599d6a95871a906ee53b0 0.71 MB 1,341 23
345,039 345,039 0000000000000000073981d5489de776ce9dae33f4af782ed9a8fe7b7cadb586 0.22 MB 356 21
345,038 345,038 000000000000000003f6c0a5553f788adce99d5ba86e60dd79e89aab285d976b 0.20 MB 314 20
345,037 345,037 0000000000000000050929a20d910d32229a8d413ed504d9c9a41a266ac79172 0.03 MB 64 29
345,036 345,036 00000000000000001253b9f716518730f5077468f9a9bd60869a6ef17a90dc14 0.21 MB 307 16
345,035 345,035 00000000000000001207120a7e132168eaa116825acd3ebf75aa11e910b88f7b 0.77 MB 1,245 24
345,034 345,034 000000000000000007325e035cb91207cb03069cdd9ab540395ae9ecb5b001cf 0.13 MB 224 21
345,033 345,033 0000000000000000174c26253d511268fc826dd98514e6f14fe068bfc73f0372 0.17 MB 362 27
345,032 345,032 00000000000000000f23d2c57c663a673629a86190c3b193f2714058ab010d0f 0.08 MB 104 10
345,031 345,031 00000000000000000b9647e726bc97c2eb042e752c79aa8df5bcf1a6a83d98e5 0.20 MB 361 22
345,030 345,030 00000000000000000cb4c22c9d9d466e8bcbd75cf498c147673519d528fe010c 0.40 MB 803 31
345,029 345,029 000000000000000008f6573b01a453152daf3cccaae4887b7924aab477515b0c 0.74 MB 1,244 29
345,028 345,028 00000000000000001351ba2ee0f97b39e391ea75ba3b4e29957eab20bfe1ee3f 0.44 MB 949 38
345,027 345,027 00000000000000000efe3bcea1bd190e36e839ca3e9afeefdb7f126a50d28443 0.61 MB 1,080 23
345,026 345,026 0000000000000000120de8243f496ec6ef2bc8bcc5817a17ba7774fb2fe23fce 0.68 MB 1,228 25
345,025 345,025 000000000000000016da7380031d0144452f62ee12f847750ba4d968a5742f4a 0.47 MB 655 21
345,024 345,024 000000000000000015f5d9e310ddeecea805da8f9fa4ed8193f842b30cfb77b6 0.27 MB 508 25
Previous 10 blocks ↓
Total Size: 660.91 GB

Node Information

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