Memory Pool Memory Pool Refreshing

80,064 transactions
34.99 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,607 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,246 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,606 (465,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
384,401 384,401 000000000000000002a9de828681400f8c4f08621cd682282efc925aeba61dd4 0.29 MB 602 29
384,400 384,400 000000000000000000985b548d5b4e08bfe46ffc1dcec325e0551dac0d35d5ef 0.24 MB 370 19
384,399 384,399 00000000000000000d17c5e41225f71a2318a00f7d10659eb581866470f0dbf0 0.40 MB 875 35
384,398 384,398 00000000000000000c17fc6863f94cb6f248ddf2327bc4114adc5653bc203567 0.11 MB 181 27
384,397 384,397 00000000000000000e06a104fdeb607b6868c1e42e8ac6790f6df623ee1ae472 0.70 MB 1,425 32
384,396 384,396 00000000000000000faeaae0baef95e7036ad40c4138d0f32258c0154812fe2c 0.26 MB 527 37
384,395 384,395 00000000000000000e134ca1d5fb4487fd9be7d374ce527e7d5ae21fe30db706 0.08 MB 101 14
384,394 384,394 00000000000000000e7f6d2cf6a77c368c5724e498f6c0923a6d48586f71e561 0.51 MB 1,125 37
384,393 384,393 00000000000000000ee8b68c53ba3ea89e3eab28aa61dd3ab068a1c4fd8969f8 0.25 MB 334 21
384,392 384,392 000000000000000007782617cb38ca1aa136ac31698eb965dfdc4e291c94498b 0.87 MB 1,623 42
384,391 384,391 0000000000000000090e842060f62cfed311b30178779ae1b8b7526a0e041a58 0.16 MB 333 30
384,390 384,390 0000000000000000053470be0e8ff9f73f4c03d80f45a2ea01459bdd00337305 0.29 MB 554 47
384,389 384,389 00000000000000000766a440cdffa0c99045b58ba8534afc526153ba26b732fd 0.30 MB 552 23
384,388 384,388 00000000000000000228e23229c69f142b7d744866a49d6f9e754a5edc6e0a5b 0.66 MB 1,054 22
384,387 384,387 000000000000000003f2431c2efdde127fe9eab03b4956f1ef6e808a3e1577c8 1.00 MB 2,463 38
384,386 384,386 000000000000000005a11d5dba6864723e3682f2c334485d108416727ffe400f 0.00 MB 2 0
384,385 384,385 00000000000000000330475e19637e704382231575792d167a3028b6570deeb9 0.25 MB 545 39
384,384 384,384 000000000000000004f0f658cbaff9c593ca9fc7c76fceb9129c7d18c94e2e19 0.14 MB 325 25
384,383 384,383 000000000000000000b4055961992ec1bda458966114ef3465e739d1b7b78bab 0.48 MB 808 21
384,382 384,382 00000000000000000555f25918dce3922a769aec650890f09c141a5f550c0298 0.42 MB 1,227 47
384,381 384,381 000000000000000007f11bd2e571a7b2fde2459ac944a05d929de8806161d8e5 0.11 MB 180 32
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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