Memory Pool Memory Pool Refreshing

70,284 transactions
33.33 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,766 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (68,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,690 781,690 0000000000000000000283da1f8789159843c73d7f3e0f072d0cc8a01f76a2dc 1.99 MB 1,890 17
781,689 781,689 000000000000000000053b96a4190b390281aed40b95b0f7033ac1cf3f26a8ce 1.73 MB 3,415 20
781,688 781,688 00000000000000000004f832c50c53e10005cf5b98c73d6573cfacfe88981103 1.53 MB 3,614 36
781,687 781,687 00000000000000000002f7ca00c8e8cf0772b856503837d0b315a8b0f780d6c2 1.62 MB 3,224 32
781,686 781,686 000000000000000000030e23b598a976c9d8c1f3f58586ca7f4493a764f6839c 1.60 MB 2,285 21
781,685 781,685 0000000000000000000441781188c229ff3e6db32a423e22d884b2a5aba3eb38 1.32 MB 2,249 21
781,684 781,684 000000000000000000022ec8c3b2dda8a797836d3abcfe3238d91b552697b816 1.65 MB 2,868 21
781,683 781,683 0000000000000000000326cd17c493df1737c1e2d4dbc35881da107408e51daa 1.47 MB 3,015 23
781,682 781,682 00000000000000000001d27cd25de53c9083d95c541ae945e4ccdbd45263d299 1.53 MB 2,514 25
781,681 781,681 00000000000000000002c0d685500629b4dfbbe1bcf89270770384d6807fac03 1.37 MB 2,195 27
781,680 781,680 000000000000000000009db218c11e6301c747840426edc392de6de525440b6f 1.61 MB 2,867 25
781,679 781,679 000000000000000000062faba786b31328fff2386c757ba3f2c00726e0092ac9 1.64 MB 3,764 25
781,678 781,678 00000000000000000004aa3d54c2e268cc7d692cdfa43d1af21702ef75f1e96c 1.51 MB 3,417 41
781,677 781,677 00000000000000000002d8376f93813518be7246578cf930538ef2c18ee83249 1.54 MB 3,539 33
781,676 781,676 0000000000000000000315b42d88830ed989bead190417d5d62e9655c16f0422 1.67 MB 2,585 19
781,675 781,675 000000000000000000016fbf12cfa24257f80619e6e6f6631d4a48c955e8f4c2 1.55 MB 2,963 20
781,674 781,674 000000000000000000013b2e035f14dc43882cc84c83d95da2188d3616834aa2 1.59 MB 3,062 34
781,673 781,673 000000000000000000013103eaaba90834f2510abb3de3665ce51e121c63bcf6 1.37 MB 2,005 22
781,672 781,672 000000000000000000056fdc740724b28baef775cd4f6fe8038f49b705447e35 1.30 MB 2,057 28
781,671 781,671 0000000000000000000367e823155a230b11790e0d8c699bd3569adcd2f489c3 1.36 MB 1,592 15
781,670 781,670 00000000000000000005aebf59baa13f960f97fc9d886466645b0633b3793199 1.59 MB 3,476 29
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

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