Memory Pool Memory Pool Refreshing

71,608 transactions
39.09 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,408 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,147 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,407 (107,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
742,373 742,373 0000000000000000000453ef5d26d27c3a627eb8ec0c080d5dbc80cf850778cd 1.15 MB 902 7
742,372 742,372 00000000000000000008b0c24c2d8b0c63a43304acde6c5bde7602ada8a54417 1.14 MB 995 9
742,371 742,371 0000000000000000000786d48dd70a18fcfffcff990a4816a4b1dab8a9050d42 1.28 MB 1,806 14
742,370 742,370 000000000000000000048c3ba00d64935cc96bb50a031aa92df9734876d88ce6 1.01 MB 182 3
742,369 742,369 0000000000000000000547e5f58c7f577fbaa2e080f2e388104e51dad45bd458 1.24 MB 1,509 12
742,368 742,368 0000000000000000000556ca45e31802e16a01e9f8d12f00007688549cb81e7a 1.18 MB 1,128 3
742,367 742,367 000000000000000000085912ff5406bdd31280c75a239324117a77f581816725 1.23 MB 1,496 12
742,366 742,366 000000000000000000086e20e860539dc1633d0ba835a37ad4dc328fa6b198c2 1.29 MB 1,807 20
742,365 742,365 00000000000000000001c867f6fee5446f085c6ff2ad99e463ada7cda564755f 1.24 MB 1,486 4
742,364 742,364 00000000000000000004602ed138a11146ab4e6052a26c1a8a1ee3963c0fbf33 1.20 MB 794 8
742,363 742,363 00000000000000000008f4b53a01c6e3bdfc7b2348fbff59b2a5c0df9da62e83 1.07 MB 619 8
742,362 742,362 000000000000000000021f8e910738dcd8588ddac826a51b0b9dc9e3e0f83af4 1.11 MB 773 5
742,361 742,361 0000000000000000000657f79cd4bd46d9ff8c723a912edcb5b774152f8d638b 1.10 MB 670 5
742,360 742,360 0000000000000000000237cac2b02dc2a4f07f3fe9bc6c51ebd7e7b44150e62d 1.04 MB 462 4
742,359 742,359 000000000000000000057e0134e686bfeaf6160c6fe7f2d238ab4adf61e317e6 1.15 MB 676 5
742,358 742,358 000000000000000000028b5fcf2178a2fd82b8dbdf1b1f6f34c91287fb8d829c 1.37 MB 2,387 17
742,357 742,357 000000000000000000001cb9f80b306cbcc3961857ee41ca6e185fb8c52b2d50 1.36 MB 2,048 24
742,356 742,356 00000000000000000000fcee82d8b4a65c215aa1af87561670453591c669e143 1.38 MB 2,319 16
742,355 742,355 000000000000000000032151eded4980b064f6bb6f0126a9ced43d2ed7cf15b5 1.16 MB 1,331 9
742,354 742,354 0000000000000000000848dfc8ffb7ddee0d87a771937d794ea9b4fb03cade85 1.40 MB 2,391 26
742,353 742,353 00000000000000000002ecb2d15aed60644aa45629e741905cddc6c2993a2b77 1.01 MB 267 1
Previous 10 blocks ↓
Total Size: 660.38 GB

Node Information

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