Memory Pool Memory Pool Refreshing

64,332 transactions
35.61 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,668 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,462 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,667 (92,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
756,747 756,747 00000000000000000006701f4fb06a38fe9e187a155e74431521bfb91d018c19 1.63 MB 2,037 6
756,746 756,746 00000000000000000006b74f0def5c152624c2d15391a15169fa8a427a03050a 1.52 MB 2,952 10
756,745 756,745 0000000000000000000269ebd89dbbc8a0999675decdf85e96c2bf05f40b92e0 1.55 MB 3,102 10
756,744 756,744 00000000000000000006dd4dc06c4714a7717f050ebf2bd1750602cac6ab7ee5 1.70 MB 2,192 7
756,743 756,743 000000000000000000054206e335d6638759a1e05c094df898625608c147166e 1.50 MB 2,056 2
756,742 756,742 00000000000000000001dc082e682637bd7d583d41bcc0202aab6b5ee032cf08 1.62 MB 1,997 5
756,741 756,741 0000000000000000000533add631cf5feea4978830ce42454524daa3173b3a65 1.48 MB 3,090 13
756,740 756,740 00000000000000000005ee76d52a3f61a976a1e4be785eec8941cd440d676ee0 1.43 MB 2,681 5
756,739 756,739 00000000000000000003b087300223ffaf3e0894f34b433a8f44f44a7cab6384 1.63 MB 1,888 13
756,738 756,738 0000000000000000000846ab416ce20d5ea47a4efba1070929ac956d329a5c3f 1.74 MB 2,057 19
756,737 756,737 000000000000000000049ddda472402d30332a47aab352451407d133f736a166 1.57 MB 3,015 7
756,736 756,736 00000000000000000001274079a6181940e47607725210c15a2a1482ae659e04 1.85 MB 1,513 16
756,735 756,735 00000000000000000007f19de34475745d22a4e3e022c077d11384b0644bfffb 0.78 MB 991 3
756,734 756,734 00000000000000000006c0d9624e56fb1c6cdb0643598d6f72b13792fad60066 1.60 MB 2,726 11
756,733 756,733 000000000000000000058a528b53604615144ce61f08c982ddb26f564c23b069 0.11 MB 162 10
756,732 756,732 000000000000000000050c8e33cead1a341275278ea155cbbb687ee21a21beb5 0.18 MB 400 8
756,731 756,731 0000000000000000000800fcc0dd65f592d905cb995b70f4ba41fa602e650db3 0.55 MB 812 8
756,730 756,730 00000000000000000008457eb76f0afaf172f8872cf4143f18f2322c62bde565 0.25 MB 406 5
756,729 756,729 00000000000000000007ad9d56a2b0b3c2d5f97dc59436ea289fbdf00a331f27 1.74 MB 862 6
756,728 756,728 000000000000000000054bb658fe586a0694d6929f30d8587a9e042402bc20f9 1.16 MB 1,900 9
756,727 756,727 000000000000000000056d41515ed955420cc81e8db16235f4964afebb8e5093 0.20 MB 319 6
Previous 10 blocks ↓
Total Size: 660.88 GB

Node Information

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