Memory Pool Memory Pool Refreshing

64,248 transactions
35.56 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,668 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,560 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,667 (465,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
384,448 384,448 000000000000000002180f86c0f803e0743818847b63e0fd8799773f221187cf 0.66 MB 1,405 29
384,447 384,447 00000000000000000244ef95e7b2ebf00b9956b8c246f88d69d8b840e9d4f425 0.95 MB 192 5
384,446 384,446 00000000000000000ea40dfaa6909eeab26698460aaf14f08ee39729c16ed31a 0.48 MB 1,055 34
384,445 384,445 000000000000000003c44dabb26c975ced7e573783241711c622bd517eb3c236 0.15 MB 199 17
384,444 384,444 00000000000000000c7229ee46b576b3abb8ff26a718f131f8fbbfc56fa6f9af 0.42 MB 899 32
384,443 384,443 000000000000000002b1c3fc74db3edfd8c3653990f4a268870cba60a1836118 0.56 MB 1,100 30
384,442 384,442 00000000000000000f556935d6b68924d769b2bfd5f3b6d6955759654e2141ea 0.78 MB 1,574 34
384,441 384,441 00000000000000000125542fd17ca63d60f3f301d38b77c548c29ae9c5a2fa7f 0.87 MB 583 11
384,440 384,440 00000000000000000a17125c3fc880b5574c4d13f4c2948f6a6e197efd28d1ab 0.93 MB 2,162 37
384,439 384,439 000000000000000004e6e7f611c026b3aaa7e088da4010c5c975de3612e8dd0a 0.95 MB 26 1
384,438 384,438 00000000000000000949547dc8da5eb21bd7211d6b7a1f3fd132aeabe2c5ba18 0.10 MB 233 37
384,437 384,437 000000000000000008ccae67db1e8639baffe3cd92b81e74d1bd7de0ca6e2612 0.25 MB 428 29
384,436 384,436 00000000000000000626682ce9130863c6fb58ef303743a0744edd8e0eb2570d 0.18 MB 320 82
384,435 384,435 0000000000000000098be3f2fd92e10aa20cb2e8459a08c1217f1755629b2c1e 0.26 MB 580 28
384,434 384,434 00000000000000000963272ecb98d0d1fa6923de061321938e6fcd6a556878eb 1.00 MB 2,305 34
384,433 384,433 0000000000000000029aaff8ee6d77c475a0b01adaace8e4d2f8ef4c081fffd3 0.06 MB 73 9
384,432 384,432 00000000000000000cde8cab8d7471d123e3ea4f0d2ce7bc574d2d6e930d5e90 0.32 MB 617 35
384,431 384,431 000000000000000003b3ce35d9be3a79d0dd49bc62e057bd31414b0d6c96d2fc 0.25 MB 599 31
384,430 384,430 000000000000000003c12d8fce11de953b4c792a2f1cadf8530f881e090570cd 0.30 MB 554 22
384,429 384,429 0000000000000000098c67b90201d969226ac3bb00e2237b63b2af3b6b36f725 1.00 MB 2,279 35
384,428 384,428 00000000000000000af120e89b647071c62fc09382365a54450824b54c297907 0.72 MB 1,467 33
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: 617.36 GB sent, 3.59 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.