Memory Pool Memory Pool Refreshing

58,447 transactions
33.63 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,676 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,007 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,675 (217,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,239 632,239 0000000000000000000bc34db56ee8d3486b04ed399e9c07a4e02b6ba22a2345 1.20 MB 3,017 29
632,238 632,238 000000000000000000022dd2a27471269d9fd38d2c86a86f9ca4df2a6df4c0da 1.34 MB 2,649 56
632,237 632,237 0000000000000000000733de44d445e706d71546d2b13c1f4f3b95f973797bc6 1.34 MB 2,609 62
632,236 632,236 000000000000000000112745e93add34967496516870c1ad574b04a591504022 1.32 MB 2,599 109
632,235 632,235 000000000000000000122d63e004f968758dd0e4048170c629266c3016250c62 1.34 MB 2,895 90
632,234 632,234 00000000000000000001214f28b7c48cf3a60ed49116491cefc51b505d03416a 1.30 MB 2,391 112
632,233 632,233 00000000000000000006f443cb81310f52a07f1d2b4437ef9fcd757f5744c881 1.41 MB 2,981 107
632,232 632,232 0000000000000000000a00c631f7d95dc099119d0afe741a364c725229fd7802 1.39 MB 2,994 152
632,231 632,231 0000000000000000000ab099901dc14b9337c1a8b8ceb343ba9b9d7e3d5e25b3 1.28 MB 2,644 86
632,230 632,230 000000000000000000107e5dc115ca95691c71bf55bc8b141bbc1664fe368f78 1.36 MB 2,107 109
632,229 632,229 0000000000000000000b858f91f97eaa099339285aaf9896baac0c0665e3a0f5 1.43 MB 2,075 107
632,228 632,228 00000000000000000004c6212394c61a4a906f8d8cb88d6e4f58800f3d03c1a4 1.37 MB 3,489 159
632,227 632,227 00000000000000000004cabc9ddd220a05abaaa1fcdff65a2105abaa2d06a921 1.44 MB 2,603 123
632,226 632,226 00000000000000000008b81586423f045f85d78cf6275109021793cfac3fb91c 1.25 MB 1,719 105
632,225 632,225 0000000000000000000ea5d1b9a8b97c9d2562a4bfb29d3b7731d3ed7cc019dc 1.38 MB 3,019 145
632,224 632,224 0000000000000000000f5d7483df5d1e8f9dbcef8837d60662b0b003d9a3a669 1.27 MB 2,865 85
632,223 632,223 0000000000000000000fc6a11062f75c4de80c97490dacfdad852c611fdce5dd 1.24 MB 2,816 80
632,222 632,222 000000000000000000016c11091d68b176709be124666c933778cf3b11b6c515 1.58 MB 1,206 30
632,221 632,221 00000000000000000004b54fab9fbe30ec9a3f200a0204de6e5db6775f4f560a 1.17 MB 1,234 22
632,220 632,220 000000000000000000058f654cd5ff8e440d3290581414abbb60f3bbc43d5ac7 1.33 MB 1,621 22
632,219 632,219 0000000000000000000ce1ad85fcde970874473021db18687f30c46c0aaf4ac6 1.51 MB 922 13
Previous 10 blocks ↓
Total Size: 660.89 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: 624.57 GB sent, 3.63 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.