Memory Pool Memory Pool Refreshing

82,153 transactions
34.25 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,577 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,464 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,576 (68,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,149 781,149 000000000000000000055062849b7dff0fbfd356f453c1184c4a5a3fbb709362 2.00 MB 1,539 22
781,148 781,148 00000000000000000000e85cf136d5a45e16d8286a14be0a429c4f2876425329 1.60 MB 987 26
781,147 781,147 0000000000000000000314a714e0ec405f2413b4c3bbf2e3c8f1e7258f553160 2.13 MB 155 3
781,146 781,146 0000000000000000000042206ea5e0e7576c3ea1772b1ab89c33a3ff679f41f4 2.50 MB 1,287 14
781,145 781,145 000000000000000000028c8846a98aeae469a7d018b50d8a0556d30baf2adfb0 2.92 MB 990 10
781,144 781,144 000000000000000000058bec7d0d267cf15c9629930fbc43242fd5a9c16b29bc 3.60 MB 448 9
781,143 781,143 00000000000000000002c46784dee06651626fe71aaae48540c7d6f9eedfb9fc 3.69 MB 234 7
781,142 781,142 0000000000000000000476b77edaacd3e4ee73e4e8892cbc013a96e60c74c7df 2.54 MB 1,690 17
781,141 781,141 00000000000000000004eff2f4b4af97e31bb23eaa37ff86629b103b0597c612 2.05 MB 2,493 13
781,140 781,140 0000000000000000000375ca29ac920b5f8d0d5c7ef11bf09c8ff2a09c866016 1.55 MB 2,936 32
781,139 781,139 0000000000000000000405e682d9f5522b9f4377a6bc34a0e762a3655c9b3746 1.39 MB 3,043 32
781,138 781,138 00000000000000000005858b1a4abd0c45479e1918a6ff7ce2b661991dac81eb 1.42 MB 2,449 43
781,137 781,137 00000000000000000004dbd0459a78431a21b7c973fa81c5a7b4676f7046638a 1.60 MB 1,795 19
781,136 781,136 00000000000000000001363548cb3f105d319ff69245412aae494eb390797e58 1.53 MB 3,319 35
781,135 781,135 00000000000000000003a1ae1bccc76f364944b036e46abbaa16cf1413eff022 1.30 MB 2,189 48
781,134 781,134 00000000000000000000670c8933850157f2c7d0e7e40cd79bf63ff65a1f0cb6 1.90 MB 2,556 24
781,133 781,133 000000000000000000030bae964c7e45d7448f97fdd40c557d1b71bc5e516f4b 2.99 MB 1,253 9
781,132 781,132 00000000000000000003c6ac4cdf1998700065a861da50305b88516e2bc1a0e2 3.43 MB 1,028 10
781,131 781,131 000000000000000000029a9f163c78a97e016b65e63c2bf9863f8f2279c6ef4e 2.17 MB 915 12
781,130 781,130 000000000000000000028569f0de1f69ee26d839119f54d1f41753a107aad972 2.44 MB 2,012 17
781,129 781,129 0000000000000000000055032502e88955a9b57926aac5a20a423f8bc5ac74db 1.98 MB 3,085 23
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, 102 incoming
  • Data Transfer: 519.46 GB sent, 2.83 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.