Memory Pool Memory Pool Refreshing

66,167 transactions
30.74 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 849,692 (581,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
268,158 268,158 00000000000000035846854b3a9fedba4649652fe29b2b9b4cedc0b5f77ad981 0.25 MB 388 23
268,157 268,157 00000000000000031f623337e9ec2d05ee2e0f63ed20fc1fcce1488dd7a793c5 0.25 MB 547 105
268,156 268,156 0000000000000004a9f33d853c30c79ec2ba1a8b45b8a122953b39e29ade0a8b 0.19 MB 316 110
268,155 268,155 0000000000000006fa381f9c0568bf6d299f4bf38e1925462188790c60201ee5 0.10 MB 206 71
268,154 268,154 0000000000000008293afc65050a545fca620a37a27fe0861797927cfd896973 0.05 MB 84 35
268,153 268,153 0000000000000002632aa1483bae5a6e1adf9bf1facb2150a89cce62a8172813 0.10 MB 170 56
268,152 268,152 00000000000000009e490802ff012a96626781d7a9ba29e452f51d8a0868e434 0.41 MB 571 60
268,151 268,151 00000000000000047f563e1857960d79d84ae2371367346cd80691d2937e048b 0.11 MB 240 58
268,150 268,150 00000000000000033447a379775becbbdb58b93452de6062508de0abd1514c85 0.16 MB 337 74
268,149 268,149 0000000000000001b30ac18c945c6185df72875f9363bf1d34aa9fd9237eed3d 0.12 MB 216 10
268,148 268,148 000000000000000832bf402dec69dd3dfc0c9becaa5f1ba35658ca9edc4a88dc 0.13 MB 244 63
268,147 268,147 0000000000000000a1a2753c68317fc9c0766e725b84ec9f3841123961c7723a 0.15 MB 318 36
268,146 268,146 00000000000000006bd75d28e9ab846400b887ba6780bf83d578783b9272db5d 0.29 MB 257 21
268,145 268,145 0000000000000002911fc4257ecd9c5ccb74fa1585ea701e7ebc85a1bfe5a450 0.35 MB 890 94
268,144 268,144 0000000000000001acc6dd6ea2d18d7b99cdb1b3f64483b0b04155b42df02926 0.25 MB 203 34
268,143 268,143 0000000000000003d2c90a7ad79eaa7f42c98129ebe0068635743c204f96ad24 0.25 MB 409 87
268,142 268,142 0000000000000003fac9ae5a84ddfec5c947213e7058c64bf97c7d259b419d93 0.00 MB 5 54
268,141 268,141 0000000000000000f57ea2c2a0a994655966fcf7d9b53989abd2437a76ded3ab 0.50 MB 618 89
268,140 268,140 000000000000000762e0bef1609adcb6a7eaf56b23bd72e358d1d534117339e3 0.18 MB 303 75
268,139 268,139 0000000000000001ca2d3ed5c44616620a375f3dccab2cc981f0d1482f06409e 0.28 MB 407 49
268,138 268,138 0000000000000006a4d330709a4cf9d5837aa2fc34ca1abd2511759095c1a346 0.25 MB 465 65
Previous 10 blocks ↓
Total Size: 660.93 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: 635.30 GB sent, 3.72 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.