Memory Pool Memory Pool Refreshing

67,861 transactions
32.54 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,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,875 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (426,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,204 423,204 000000000000000004851e8d1ac69d8c6bb64da81df312ff61b36edd054b73f9 0.14 MB 313 60
423,203 423,203 0000000000000000032468b1d063211aacab73b504489aa1ed4a7f5506c8d54b 0.99 MB 398 9
423,202 423,202 00000000000000000233892011a6b455319c0becd5c4be7539a96bb1ba2617a2 0.03 MB 90 65
423,201 423,201 000000000000000002348d00fa26fd411cd85c5a10f97b52a779d835a4a7c09c 0.84 MB 1,714 55
423,200 423,200 000000000000000001246390bd97920fb972115d844b8c9db8bc142b5b225342 0.18 MB 325 47
423,199 423,199 0000000000000000038369b64e5c91a04054180f2ebc472f4cb9fcadfb332b14 0.56 MB 1,335 59
423,198 423,198 00000000000000000307b4b5c8ff49ef9bcd5b709ffc6f7d56045d7516cfad47 0.26 MB 372 41
423,197 423,197 00000000000000000253ca0c14b909a37f089c7ac65c76ae0a250010817c55a9 0.93 MB 1,740 62
423,196 423,196 0000000000000000030a3f67c938c4a51a24de3807e7eb9a7c053cc634ec21ba 1.00 MB 166 9
423,195 423,195 0000000000000000012101290b0bc2e1915c40616cb2b4e89af7b40b20a7c2fc 1.00 MB 823 25
423,194 423,194 000000000000000000bd17a982f8d9d561cefb33c06a797744ccfa0ae53d40cb 0.08 MB 115 37
423,193 423,193 0000000000000000011f980f7d236e4a9b6750b6a1b89b62bf161be0e915b00a 1.00 MB 1,674 37
423,192 423,192 000000000000000003df4bc548a979c5dbd1f60281e165489037a3c07f86c8e2 1.00 MB 3,007 83
423,191 423,191 00000000000000000383fa10f9cf775a86542f667aee99bb55b76fdb10a8a06a 1.00 MB 2,644 75
423,190 423,190 000000000000000002987eb3b9619b808221941e5cc5172aa4c235ca656d84fb 0.25 MB 561 65
423,189 423,189 00000000000000000338624329f3753b171e79919755c3cf75b4744856963094 1.00 MB 551 19
423,188 423,188 0000000000000000006875ed42433f8cb5b3eb3c4a48b7057c11be7fab26f3d0 1.00 MB 268 10
423,187 423,187 00000000000000000221f831b303f44a9ffb491f4a020542c5fd41b189b3170e 0.99 MB 2,287 50
423,186 423,186 0000000000000000033bd8f8343429325bafa404a747b4b0d642706d78bf861f 0.99 MB 2,790 91
423,185 423,185 0000000000000000037ebbddf2d403440e86f134bf72a4b92df86d232cb74b50 1.00 MB 1,818 49
423,184 423,184 0000000000000000044d6d3751358ebf585577610b4aebe739785dc420757784 1.00 MB 2,642 73
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

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