Memory Pool Memory Pool Refreshing

77,687 transactions
35.58 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,440 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (326,465 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
523,137 523,137 00000000000000000005eb9db9adf2ef627b18ff4a5d550a1857870076bb522a 1.12 MB 2,068 32
523,136 523,136 00000000000000000002efc031e954c0e8f379535db2ee0bf6c0aa099e232736 1.14 MB 2,221 51
523,135 523,135 0000000000000000001170c2ce14f0a741ba334668e5824b7140d2f1ab1cc03f 1.18 MB 2,529 97
523,134 523,134 00000000000000000000525a5c6006850aaf101ed6ab37fe5bd061dae1ccea47 1.19 MB 1,522 42
523,133 523,133 000000000000000000155c608fffe8f0109cab0c739a039f0e97b67588a003e2 1.28 MB 2,058 23
523,132 523,132 00000000000000000020a63d99b0b1912c039410b28a358ac645d82c6d483cf9 1.10 MB 1,904 24
523,131 523,131 00000000000000000036818a14759da02bf3e59e8173cbc21ab3e9848ac89490 1.07 MB 1,945 16
523,130 523,130 0000000000000000003fe89681d401acb1331960e4397ce2128666269858896c 1.08 MB 2,504 35
523,129 523,129 0000000000000000002de746179bc98f7a60f9f9474cc6473649f27c75348e33 1.11 MB 2,408 35
523,128 523,128 0000000000000000000e28395c95511e05c4cdc9c7669a116948941a431d36a9 1.19 MB 2,543 74
523,127 523,127 0000000000000000002ddb72f6e10d48b6a9b40c7ad218ef4e31506114bc5390 1.16 MB 2,613 92
523,126 523,126 0000000000000000000993cf1cd8bcab7846aff0c228a09c7d6d89ab418aae18 1.19 MB 2,441 119
523,125 523,125 0000000000000000000ef99de6f58db694f66e6198a266b67779fabdbefd0746 1.07 MB 1,687 48
523,124 523,124 00000000000000000013a77eb4a86371e7647b5251b550b61d854abf1f2ec135 1.18 MB 2,096 56
523,123 523,123 0000000000000000004386b8c5de56b713805b39752c54b0f3c5cb0f42b1741d 1.16 MB 2,214 108
523,122 523,122 000000000000000000378e195c3ca9205e93e184a6e9d0e0b01b76081e4509ab 1.00 MB 474 46
523,121 523,121 00000000000000000028e589e727d5771dc71abcb337d1a2e30f1bf08a4bad89 1.10 MB 1,422 85
523,120 523,120 00000000000000000002881f709977d93c801c9da708d81f440b917657315865 1.18 MB 2,102 86
523,119 523,119 0000000000000000003dcd47e80c85af350cb42afee482b02f9d55acbaf38c09 0.42 MB 899 78
523,118 523,118 00000000000000000015d36ffab7e0b691675c3083d200ef1cbb4dd30a97b467 0.64 MB 1,294 64
523,117 523,117 0000000000000000000be4c7e8f3ad31daf8757c4acd0ccac564b0df76a61d40 0.98 MB 1,985 61
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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