Memory Pool Memory Pool Refreshing

83,301 transactions
36.62 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,650 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,810 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,649 (576,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
273,384 273,384 0000000000000004c9871dfdc61b7c47ff9f4c0591864e9eedc57e20602c1be6 0.00 MB 10 44
273,383 273,383 0000000000000000cdbf66fe47177069fa04901875809c265d3ee99ffc803ec6 0.12 MB 236 48
273,382 273,382 000000000000000126048cd1f61afbc8e4b31ce9362d9f572bd0db640e36d89d 0.11 MB 200 41
273,381 273,381 000000000000000580c06eb5a219965a8581b93bbe6e69cfaaa69164ad59e1a9 0.06 MB 114 43
273,380 273,380 00000000000000005c51df2bf827ea16eaea29bdbe7c7e38dd3386754a4846bc 0.02 MB 47 39
273,379 273,379 0000000000000005210c0e354981f80b1beeaceb75caa1f4504366222673de29 0.07 MB 175 56
273,378 273,378 0000000000000005c2352e1a063b8db37bfa703eae744969f5fd193f6a210925 0.07 MB 142 13
273,377 273,377 00000000000000038b3c331cc18c1be47fca361356b39a16c81fae72373da8d5 0.42 MB 840 48
273,376 273,376 00000000000000031c86fffb5bc05add277a59cd768220d8431813cb8e076cda 0.05 MB 81 26
273,375 273,375 000000000000000349fb906335b09b9036854f8c76f5695ef401db11b1a3aac6 0.15 MB 361 61
273,374 273,374 0000000000000004a703f57b60804beef1cb27eac099dda2e5073d42a4b193d0 0.02 MB 17 21
273,373 273,373 0000000000000003b278153ecfa80a85c6226bd2b30068b16e448665a0489d56 0.21 MB 377 44
273,372 273,372 000000000000000363f824f47997c7db94c20bf067985e101d5633bbfd87fff5 0.03 MB 89 30
273,371 273,371 000000000000000326aea83097fb1d3507502328bba03162796e0293e0766b8f 0.22 MB 437 41
273,370 273,370 0000000000000001d9113be2b2d1a1c6824f3f11a87943e2346afb68223c1543 0.00 MB 1 0
273,369 273,369 000000000000000449cc352a821a6d0b9f591e7aa823d551c44924d98913381a 0.03 MB 72 44
273,368 273,368 000000000000000330b6044425b6de575b5388eca5f104f4cfd0b0697efcddf5 0.17 MB 393 46
273,367 273,367 00000000000000016041d42d75b51456daff89c58003cc4b4070304315398766 0.13 MB 311 45
273,366 273,366 0000000000000002e9fa5d55f69a8d6d76b59765463add5b7649629528af259f 0.09 MB 252 47
273,365 273,365 0000000000000002e2d70099085bdc3fd275db1960bc69339c6fe8facc7ec96e 0.06 MB 160 43
273,364 273,364 0000000000000004dbe7552cd90157350694831357a8260101aad7aae948bc44 0.14 MB 220 20
Previous 10 blocks ↓
Total Size: 660.84 GB

Node Information

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