Memory Pool Memory Pool Refreshing

79,478 transactions
35.99 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,604 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,757 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,603 (638,222 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
211,381 211,381 0000000000000366ffde2cb02fe80e1e9b3cc2540ddd473ed7617a6c3cdfd721 0.08 MB 154 136
211,380 211,380 00000000000001a229ebd36218a3999276e852de30f7146b6e9a224c4c8494a2 0.03 MB 69 101
211,379 211,379 000000000000040d5cbd3d4f291ff7f6a0c3f533782520322fe53707da093c30 0.13 MB 333 191
211,378 211,378 000000000000040acfbcde8789bb67a5cfeabc12370126c56883d016e1e8f93f 0.03 MB 81 137
211,377 211,377 00000000000003569b6b7a941d9460d8186f292f9e0996cd1dd688af2639eff9 0.01 MB 25 4,790
211,376 211,376 0000000000000322376a6b43f3c9ed836f76ae5920c61ac0cb42a361a7836721 0.16 MB 331 90
211,375 211,375 00000000000000bf5530aed25b08f422673e525dc027735bcf68f4954fd55e3f 0.16 MB 382 202
211,374 211,374 000000000000015319ac03953879b269c11978e63e9b1572c2ea021c386cb7c0 0.05 MB 109 158
211,373 211,373 000000000000000f80973f6704cb86fafa51852b66e073be716652627500b37c 0.10 MB 274 194
211,372 211,372 00000000000001360bdd653e1855d61e46a1e3934c7508c78b332e1d95e2f7d0 0.06 MB 111 122
211,371 211,371 000000000000002cc6dc4424a37caa6547c05afbef992508ec97c79f289145c5 0.09 MB 224 171
211,370 211,370 0000000000000473d4cad30018c36c0cd1953b5cdc39847eb2825c9de97f2844 0.12 MB 319 161
211,369 211,369 000000000000043149dd37d4b95ba3ccad35f54d367928b5b0e2c1dc18a01519 0.22 MB 332 130
211,368 211,368 000000000000029f4bc71ecd64f13068876ee910cafe4bca8d46d1c38a5bb6bb 0.03 MB 46 72
211,367 211,367 00000000000001b4d8f0c8647ef7d494de3883ee06d9dac32001493cdc213455 0.13 MB 292 214
211,366 211,366 00000000000000aee7becdc2fb8cc6363f8aa6dada970f3f67984e8885b90561 0.01 MB 16 142
211,365 211,365 0000000000000245ff35b6a6124a8b00c306301704c89f602de38703929eaec0 0.15 MB 262 138
211,364 211,364 000000000000038098a4d3ccf9df6558441b4602b418951347ec91daacda9bf6 0.05 MB 124 56
211,363 211,363 00000000000004a33b9ea998e9e1afc185001aacdf5b8edb8c2ab01ebc9db534 0.20 MB 662 229
211,362 211,362 000000000000012f67f883846bc2fd68cabd602e24304db73d89471d940e22b3 0.06 MB 136 172
211,361 211,361 00000000000001624c9b3c2568717b2c0cdaf4c1f07e8085c24ede1a8840de59 0.15 MB 308 165
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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