Memory Pool Memory Pool Refreshing

79,767 transactions
35.60 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,617 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,492 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,616 (536,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
312,690 312,690 0000000000000000107fb5ebe4302b8589ffd29e0bcb03e626b4aa398fcafd61 0.16 MB 367 23
312,689 312,689 00000000000000002de23e0187b3945bd9f94fffa3c57dccec19b0bf23a2f322 0.59 MB 943 26
312,688 312,688 0000000000000000184f97900e885d91ee908274148604c1722cf8bb835c2f51 0.14 MB 206 27
312,687 312,687 0000000000000000382da5d0e40d3e6af954b84360f879b827dd47a37d310b1d 0.08 MB 189 32
312,686 312,686 000000000000000027b32623370eb14c72a29fdc950c693b8014c83de216964c 0.43 MB 192 11
312,685 312,685 00000000000000002e1f16151128896302341ff2f68f1e92e1abdcb4731feb3a 0.03 MB 55 23
312,684 312,684 0000000000000000246a8366995befc82344d843a95389565a27b94605e8d379 0.32 MB 528 25
312,683 312,683 00000000000000002da5c7470ae466bc4976c0788e951577db03285c9e8d8fd4 0.33 MB 405 23
312,682 312,682 00000000000000000a855ce5b1c5dcc3dff8863bcacd6fcd34dec2c9f2f35334 0.11 MB 187 26
312,681 312,681 00000000000000000feb06d298fe33f0acd6615897b721851d3c695ab1ec2063 0.39 MB 402 20
312,680 312,680 000000000000000017aa3be0714ba334dd5a8663eb1a605aa10b3b30da3303f9 0.74 MB 486 15
312,679 312,679 0000000000000000040cfba52cf6e771989b10455e6221b50c9902b9625ca95c 0.21 MB 512 39
312,678 312,678 000000000000000038e473fb135a242fd07b8512fae2f450d590df6f2f915951 0.20 MB 98 8
312,677 312,677 000000000000000039cbee583a6aa643c6c879385c3e7ff4d936994259de65bd 0.28 MB 569 29
312,676 312,676 00000000000000000b691875d1b8ac6ddf6485f63e1353427c68bf0cbec9e25c 0.05 MB 92 27
312,675 312,675 00000000000000000d70525932d927ee5b10ade6e62544c5f49a6e12d8cd843b 0.07 MB 97 19
312,674 312,674 0000000000000000150fd0206e044fc4f233ff356a51f7669ca943277aa1d708 0.04 MB 99 37
312,673 312,673 000000000000000031af9389092f688880dc735c9a882399432098708a3fb332 0.14 MB 133 12
312,672 312,672 00000000000000000f714c3243def6a6fa457414ef4cd1865661991c3c132fe4 0.06 MB 52 15
312,671 312,671 00000000000000001893462bcd10c23560242087857e2eaaab5bd92e0349aa03 0.41 MB 741 27
312,670 312,670 000000000000000028cf61b31e6a4a6de85d882e7deeddfb0cf90537c46dc58c 0.03 MB 72 27
Previous 10 blocks ↓
Total Size: 660.78 GB

Node Information

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