Memory Pool Memory Pool Refreshing

84,825 transactions
35.08 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,321 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (241,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
608,209 608,209 00000000000000000010a3ec7213c5c4e73f4d56be94a8a2c803503d94ebaa3c 0.94 MB 2,367 14
608,208 608,208 00000000000000000011b14a64c26d48db77b270116a5088844b99d6eb947a14 0.54 MB 1,213 35
608,207 608,207 000000000000000000032cddb71cc57fe387456ce88ac28675456d37fa8c3fad 1.11 MB 2,512 15
608,206 608,206 0000000000000000000c9c81d4298f51281bfc7a70d4cd1c87ded816c6becba1 0.78 MB 1,932 5
608,205 608,205 0000000000000000000153f7bcb1263b70a20a63657512c9f9c27b6f414b6091 1.25 MB 2,859 25
608,204 608,204 0000000000000000000fc278ddfda18ede542a5fd98af0a1fafadb452a4879dd 1.23 MB 2,630 2
608,203 608,203 0000000000000000000cee11e09b42105ff36ad236e77f8a3ac6f71f840a2eb8 1.28 MB 2,985 34
608,202 608,202 00000000000000000013d9552d8b20466a1c538df043cef6affb2f8b42680dbb 0.76 MB 1,751 11
608,201 608,201 0000000000000000001141ab2bad4d0bf918fb91a5b34efc93a5745867d93056 1.02 MB 2,509 17
608,200 608,200 00000000000000000011872dbf6e1006f95c6d2751953617478b96ec8ed1f9c3 0.29 MB 703 12
608,199 608,199 00000000000000000005cb1589eb10749dac10178732456338e00689eeac6215 0.46 MB 1,148 15
608,198 608,198 000000000000000000052251d32d7a38a8ca8a8ce4b815f72ce32b2122f3e08f 1.13 MB 2,683 14
608,197 608,197 0000000000000000000cf8b32e3bec31874b97fdb25d9e8c1bbe96b0b82104f7 1.01 MB 2,562 7
608,196 608,196 00000000000000000013ce7c878a2ffab3c3bdfeb8581cf7bf01fb3cc24ab190 1.29 MB 2,603 13
608,195 608,195 000000000000000000073c8891917277a1414ed632921f6f56e2b0874bb84319 1.32 MB 2,917 18
608,194 608,194 0000000000000000000202c4c5db1c92392e7a1933bace1014c883f8ae4dc159 1.26 MB 2,991 16
608,193 608,193 0000000000000000000b8fabf6fea85eb53f63737430357ba735667be8f4c65e 1.26 MB 2,646 12
608,192 608,192 0000000000000000000a2ec7d4e6e6274a3cade65dbdf3a028a5e593d77babb6 1.03 MB 2,433 7
608,191 608,191 0000000000000000000d5d3b558f080e53a5a115b96c89fedb865c3c3cfb42d8 1.31 MB 2,911 21
608,190 608,190 000000000000000000033a005c0ad964e953d8ce45b12c47aa4aa2e3a39ecd94 0.59 MB 1,690 13
608,189 608,189 000000000000000000089f23a4d16475b0321ef339b2dd5c7a440b138fefea45 0.42 MB 1,089 11
Previous 10 blocks ↓
Total Size: 660.70 GB

Node Information

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