Memory Pool Memory Pool Refreshing

64,035 transactions
35.23 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,671 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,324 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,670 (83,378 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
766,292 766,292 000000000000000000064a795efac815ece3d0d21db51a4ed77660e0840fa617 0.80 MB 795 10
766,291 766,291 000000000000000000029039cbdcc6fd1b57ef6ad8964ecc95aeab4878710ed0 1.16 MB 949 15
766,290 766,290 000000000000000000064815ebb0579a56e24e2c6381b685124c0865b58c05ac 0.34 MB 799 16
766,289 766,289 000000000000000000082573c5240a100016b5440a3567be092dc9588846e6f6 0.57 MB 1,026 12
766,288 766,288 00000000000000000003b542933c06adbf2915942dae22192ded2f116116c087 0.04 MB 71 26
766,287 766,287 0000000000000000000661adc34a31c47f47bc1838b4259199e35a8f1f85b92f 0.81 MB 1,139 16
766,286 766,286 000000000000000000078e14a494b7e6d05c135b85eb9eed3ee305f97db939ad 0.08 MB 172 17
766,285 766,285 000000000000000000071e779cf6e0f9aa34149c6965329634977769559a9fc0 1.54 MB 2,042 9
766,284 766,284 00000000000000000006a6b032b8a2af7c7a32fe7c18e45aecfa143e955f42c4 1.65 MB 2,832 15
766,283 766,283 00000000000000000005ab351fc887fb276703b80224d5b70cdfa0d1073dee96 1.56 MB 3,253 18
766,282 766,282 000000000000000000053d7558c834eff86747db5e4efc6305259acc9e47b180 1.59 MB 3,084 14
766,281 766,281 0000000000000000000230411966c4f7c999ec66557b8d84663d07b76742fd4e 1.59 MB 2,930 16
766,280 766,280 00000000000000000004de91b4b134c144acebfa1228fd99b254109ee051f6bc 1.49 MB 3,583 31
766,279 766,279 0000000000000000000294c9834d24ece047438409b4280af4133fd9081c395e 0.77 MB 810 13
766,278 766,278 00000000000000000004a9482338f9e96cb24b627cb6a1d011fe54e48e38a811 1.27 MB 1,556 19
766,277 766,277 00000000000000000005ecc7c9529260691618df9b6cd604433a31fc79d8141f 0.12 MB 345 24
766,276 766,276 00000000000000000004d1b31ccc56f077cc13e67e18aeb2b60c3d64f2b951d1 1.13 MB 1,754 15
766,275 766,275 00000000000000000006d7fa8ea0a32edeb03f40c5be29ddb96a151e23a743f3 1.26 MB 2,410 17
766,274 766,274 00000000000000000003dffb5478f76c7e655d9716398b37102783a95bf13d4c 1.55 MB 3,049 19
766,273 766,273 00000000000000000004a4f03acac510a151675db9816c5b9b2ce26056e22564 1.02 MB 1,402 10
766,272 766,272 000000000000000000046aeaac6c526d923691e82e304ab778e9b2386b82b6f3 1.57 MB 3,214 23
Previous 10 blocks ↓
Total Size: 660.88 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: 620.85 GB sent, 3.60 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.