Memory Pool Memory Pool Refreshing

85,133 transactions
24.44 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,326 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,554 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,325 (530,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
320,307 320,307 0000000000000000036718604de2d614e941c0569cd481972418316811826de2 0.75 MB 877 18
320,306 320,306 00000000000000000d925c7829b48e6f1952bba483a94fbc63dac06860a9a2a7 0.35 MB 1,211 49
320,305 320,305 00000000000000000c1d006a85dbcdfb2e444543529ac0b6ffc13f765752a8f0 0.06 MB 155 30
320,304 320,304 0000000000000000136604cae45f8b3f34b7aeae74ffd6fc1ce5dd79013c6647 0.02 MB 33 13
320,303 320,303 000000000000000011cdf5d3d02118fa8b3176a35ee5913d0ae20ad06ac7cb0a 0.30 MB 398 21
320,302 320,302 00000000000000001ef424cd2b9e6d1f42713c7dd56cd1df0e33790937233627 0.25 MB 468 27
320,301 320,301 000000000000000003047d46847876331bb5fd21cf65e000be7ed3eacf8ca602 0.37 MB 603 26
320,300 320,300 00000000000000001fc8e2c55ff150ef14839a3688619a5c36206fd58257912e 0.10 MB 158 26
320,299 320,299 00000000000000001c5093ef8d977b93e5ae80c1125543d304000ced03f49fff 0.01 MB 25 30
320,298 320,298 000000000000000026b97e3e1eb4c009437f21183b3ac84b6b11332e392c0406 0.04 MB 108 32
320,297 320,297 0000000000000000174b1366e919ab187e231c0f9bf996875fd66838fb160770 0.07 MB 171 23
320,296 320,296 0000000000000000267dc4747a796db092ebafd0ff6901ac02140880b1129b3d 0.37 MB 731 28
320,295 320,295 00000000000000001482e1f1343471b4fb62e28d9099c1abfa9fc71554dd49f6 0.10 MB 120 18
320,294 320,294 000000000000000023bb4ae464530c961c8d8ea529ddbcadc5ea8fb79a20131c 0.30 MB 412 21
320,293 320,293 0000000000000000275bcc6354f2fd20ed86c61865a050b4386573f88ce3e925 0.14 MB 115 16
320,292 320,292 0000000000000000167259608559d9d7518e90909e8b6ccf630655135c75631d 0.09 MB 153 30
320,291 320,291 0000000000000000017817957289646ed423f5580c64e891d9197d70375b223a 0.22 MB 285 21
320,290 320,290 00000000000000000162f03e07d08e31c993c89bc8b67f821156148d918bd1ea 0.31 MB 547 24
320,289 320,289 00000000000000000b5418f702b917c38714b3700304c76bb741fd8ae8fc3edf 0.22 MB 153 16
320,288 320,288 0000000000000000051f060baf2ecfa21a109cae1fcb8aaab626c88a863bd6da 0.25 MB 532 32
320,287 320,287 000000000000000027bd0c97f33dd68fb7a725905b9c8761bd18cc25e232df16 0.31 MB 667 30
Previous 10 blocks ↓
Total Size: 662.12 GB

Node Information

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