Memory Pool Memory Pool Refreshing

88,042 transactions
28.86 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,503 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,707 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,502 (677,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
172,245 172,245 00000000000001a344d0db17387310fb74c7895a7b0a18daf9f5d44d5894e26e 0.03 MB 104 164
172,244 172,244 000000000000094833f659e38b34c49f1e38a53b442482eee63581263112399c 0.00 MB 9 61
172,243 172,243 00000000000003a3543e0a9ee364b6d3939750c82c04b50435503f11078171b8 0.00 MB 1 0
172,242 172,242 00000000000009995d5982241c96e8b550cba35f0e587218f3d4be47712c00bf 0.00 MB 6 139
172,241 172,241 00000000000005f857ad81c039b87315cad7baad48127788b45a6e1a42e39055 0.02 MB 16 35
172,240 172,240 00000000000000d6f865f1f9bc23b6b9dea2cb2911fb5c93ac03be336b9ee17e 0.05 MB 138 189
172,239 172,239 0000000000000461140fa4c7a28912cfd71d00b68aee33dd7fee2707c8cc4259 0.02 MB 20 27
172,238 172,238 00000000000004772894972199221f67cb48b3fcd58938f973c9ee972e10d7ca 0.03 MB 99 40
172,237 172,237 00000000000007634307711b7114d37781c8929332a147bdf6b474280bc5944c 0.03 MB 61 219
172,236 172,236 00000000000003aa2655b0b97b7c2048233b0d84b59f9c55eb7c926d86d471d6 0.02 MB 38 32
172,235 172,235 00000000000000a5f9c1c20c7f55eb70baba1d37ef332802bd35c5a3b2897de9 0.00 MB 6 97
172,234 172,234 000000000000097156e39182e9f20f34cd98ed8f5d2b996bd82a1d01dd49e249 0.00 MB 11 16
172,233 172,233 00000000000009f67f8c03f6a05eefd12114914d9ce706ab8adcc8e1d575d4ee 0.01 MB 36 5
172,232 172,232 00000000000008c78169ccef7bf27f72dfc2fbad79f8b3f9a6b235666bb83b11 0.05 MB 80 282
172,231 172,231 0000000000000077e10faf731101d731251516630e06849f181a8b5bdd19830e 0.02 MB 37 108
172,230 172,230 00000000000003759b89a2c68737ee7987977b0a8c5bc4add0218efc495f56dc 0.00 MB 4 1,353
172,229 172,229 0000000000000a2ea25b7b11983695d964e1f280669fd49bf461a4d684adbf36 0.01 MB 14 142
172,228 172,228 0000000000000a881a1582473895e0faa5daaa38b24080a6c6452e169a587693 0.00 MB 11 119
172,227 172,227 00000000000002dd34a1fe244ddc0b280e490dd418685cfdffadd4abb3514d20 0.05 MB 129 137
172,226 172,226 000000000000084a6303cd388c61f599155fffd4184fa15f5de8db809c639bad 0.03 MB 110 1
172,225 172,225 00000000000009d32551a02f797eefe2eedc6c470c8299108ce240b2d734c46e 0.03 MB 98 46
Previous 10 blocks ↓
Total Size: 660.56 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 96 incoming
  • Data Transfer: 442.45 GB sent, 2.15 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.