Memory Pool Memory Pool Refreshing

82,416 transactions
34.75 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 1,136 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (69,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
779,737 779,737 00000000000000000003f298c10b5239770ccd190dace021df85ed7ffbb30913 2.60 MB 1,997 11
779,736 779,736 000000000000000000002406e0554a282237a381eedb938d0d0d08cd33762e16 3.67 MB 674 3
779,735 779,735 00000000000000000002ce7a427c085ccb0b83a5c838fbb4c3b55b78dd9117c1 3.13 MB 748 7
779,734 779,734 00000000000000000002805b09735a00979b265cae4db1720f70c8f53b962f5c 2.17 MB 1,750 14
779,733 779,733 00000000000000000005ee76472b64ec0bb7f49a60883145305cbb3f96429251 2.14 MB 2,200 8
779,732 779,732 00000000000000000000837fa1850b3f336595d2b2aaa67294c097ada78e17df 2.32 MB 2,232 7
779,731 779,731 000000000000000000000c42dedb6aed8910ade0ebae7237d4b378a6431beeb8 2.14 MB 2,104 14
779,730 779,730 00000000000000000001812b19c3a20bb458d1e5d773e83413203b4ed4155775 1.57 MB 3,674 25
779,729 779,729 0000000000000000000039c576eeef0b71e5b6d1f27017806ee1d266438fc79b 1.54 MB 2,768 21
779,728 779,728 0000000000000000000617429fbfd4b9fa88d036e839c0d3a6b5d1cd7abf2ec2 1.23 MB 1,518 16
779,727 779,727 00000000000000000000de28e2defcee82d53c438ae9d9eef183ea76d8aaeaca 1.35 MB 2,652 28
779,726 779,726 00000000000000000005b1c9d5cad4228c40fe8a6ad836f5b052f9280a22232a 2.56 MB 1,746 4
779,725 779,725 00000000000000000005bed9c0323e20acedc709247f1cbf77e7415a98465cfe 2.07 MB 2,744 11
779,724 779,724 00000000000000000005872c82ea49e9752df29e6aa45eadcf84fff8a6af1e2a 1.58 MB 3,898 24
779,723 779,723 00000000000000000004628fb5258215350f427e1d9a91f68d54e668a61da01e 1.53 MB 3,675 29
779,722 779,722 0000000000000000000108fc8978a18f6e5a5f206be36adc02db5728e410ecd7 2.89 MB 1,561 9
779,721 779,721 0000000000000000000332ce616292b222abafaee29f5f05e54b4360e52f314f 2.87 MB 1,392 5
779,720 779,720 0000000000000000000154ca3ec92c2d4dec46c5a925417b32ccddbd8e88cce1 2.27 MB 2,319 8
779,719 779,719 00000000000000000005da895f00637cc77c1bc7d624d4fa170a6b09689d05cc 1.48 MB 3,750 22
779,718 779,718 000000000000000000040f4cb6733963f578efa021216f6664bfa097d93d9b27 1.37 MB 2,862 29
779,717 779,717 00000000000000000006653c67ef22d63e2e6665b84b0d06c5988155ac8b467c 1.55 MB 1,570 16
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, 101 incoming
  • Data Transfer: 519.00 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.