Memory Pool Memory Pool Refreshing

64,063 transactions
27.60 vMB
Show Random Selection Loading Transactions
Max Size: 150/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,737 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,368 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,736 (271,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
577,773 577,773 0000000000000000000beca825024254ffa65ee692d16365a87d9f33062b13b1 0.78 MB 1,642 49
577,772 577,772 0000000000000000001d6fd503de76d73349a7af7a74ae6aca92e5ef3f4f3f87 0.43 MB 1,251 8
577,771 577,771 0000000000000000001b0ea27df123b4fcd6681998c5cfc93d6ab9bcfeada06f 1.18 MB 2,599 92
577,770 577,770 00000000000000000022f28d8a5a2bede4fa4869ea7be7a36c3789bf460ba1fb 0.92 MB 2,644 56
577,769 577,769 0000000000000000002129a6da1ddaa421d7c8db05747e16f9b1214cc3f3686f 0.73 MB 2,129 36
577,768 577,768 0000000000000000000571e044811e9db2dfe6f584ff7034a55d68b9424a6c8f 1.17 MB 3,057 60
577,767 577,767 00000000000000000019a31f6edeb064c2f11190c3f30eb0122714ddc4f462e1 0.99 MB 1,418 26
577,766 577,766 0000000000000000000aee883de97f355c8d1c41d391b52fcd8b9a70d87709a6 1.29 MB 1,248 10
577,765 577,765 0000000000000000000db4f4066dbf50857eda0f8634e749c8485cee29524ca2 1.47 MB 1,352 16
577,764 577,764 0000000000000000001336396ee0c44f855a10ab249827f1e16ab403930321b2 1.20 MB 2,254 90
577,763 577,763 00000000000000000012eb471a37d67fd5ec103b373690b8c34cc624246430b6 1.34 MB 2,072 73
577,762 577,762 0000000000000000000962b5f9af5edb212cdf46b0f382fe01ebd7f0b108c10a 1.30 MB 2,003 19
577,761 577,761 00000000000000000015b0898e6b130b35c6a167fab5815a9006170d7c1d4dda 1.06 MB 2,289 20
577,760 577,760 0000000000000000000e59267b701dd8132dc9ceaca0d2f9ac848652a8f0bcfd 1.16 MB 2,935 63
577,759 577,759 0000000000000000002377817324b4744e7d86f9d1eba924246d8ebcdab3cfdb 1.06 MB 2,539 26
577,758 577,758 00000000000000000025cc13bd1c92643af749932f74c2da0e44753d108e364a 1.10 MB 2,437 32
577,757 577,757 0000000000000000002011e60c76746d9225d588ea3b19cf03ba37fa74815b4f 1.16 MB 2,704 33
577,756 577,756 00000000000000000016afa71b04f86fa4f0b3e2841453af70cc26ac4ae746ec 1.27 MB 2,743 32
577,755 577,755 0000000000000000002239d5356e75ce84168c0702ac98e6c3b13e61ea928dfa 1.11 MB 2,455 47
577,754 577,754 000000000000000000281f6bd14e3ebb8811af1502556da247e0b3118053e706 1.25 MB 2,659 97
577,753 577,753 0000000000000000001040cab526c6ad4c6533b323d6788dc67bfc097825bf08 1.25 MB 2,501 141
Previous 10 blocks ↓
Total Size: 661.01 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: 684.99 GB sent, 4.07 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.