Memory Pool Memory Pool Refreshing

74,538 transactions
30.81 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,550 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,468 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,549 (326,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
523,116 523,116 000000000000000000097cf667d6b8a312cbce2d04a13ca39305175f2e22146c 0.50 MB 629 21
523,115 523,115 00000000000000000020fd359c7c5cbf66b1568e9362cf045a2efa69230c7726 1.11 MB 2,072 79
523,114 523,114 00000000000000000038223faf85b656cd00a34324e17130c3b8c387aac6abd1 0.93 MB 1,160 23
523,113 523,113 0000000000000000003e6c0106031ee9d9e4095f5c2134278f6fa75e141710f3 1.15 MB 2,002 21
523,112 523,112 000000000000000000038925f13da677285a5d1a09660dc821088a151c326113 1.20 MB 1,844 31
523,111 523,111 0000000000000000001ced6f2519ff5bfaada0c397801f5cd033b0d314ecb622 1.12 MB 2,331 53
Previous 10 blocks ↓
Total Size: 660.65 GB

Node Information

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