Memory Pool Memory Pool Refreshing

81,727 transactions
33.45 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,576 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,248 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,575 (329,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,052 520,052 00000000000000000004bbd739498289f0b0de16458cefb79724269b1a69d115 1.11 MB 2,780 45
520,051 520,051 0000000000000000000a07c6b59cae0af4b28dd914bfc895c85ddca996fc20ec 0.62 MB 1,013 10
520,050 520,050 0000000000000000002b794d9d9ceacb3c72c01ac9099f4268b2a847b9760e7f 1.21 MB 1,842 66
520,049 520,049 0000000000000000001c4c34e0ddf69e8ffb7dd52fef6670431a315d0c0f7ee6 1.19 MB 2,735 104
520,048 520,048 00000000000000000041c28c3e4b9d884750c2a503bbcbf5fad57f451e5e617c 1.20 MB 2,889 94
520,047 520,047 00000000000000000022eb4b61c7b4f9a9eb9dfe937a07534d388a67ead0aa7b 0.48 MB 678 43
520,046 520,046 0000000000000000001df8c038b3d47286d1adcb0f0cd5437dc6e867e810fb51 1.09 MB 1,783 39
520,045 520,045 0000000000000000001e69f1aa444bf4f9068d2ca9e0b52dce0bae8150a613c2 1.15 MB 2,139 33
520,044 520,044 0000000000000000003f44891dc3290810c007c4e466e5db92f5f231edcd5473 1.17 MB 3,029 110
520,043 520,043 00000000000000000029b980be7776791667bc7a4393d39c293661b5e3099d3e 1.16 MB 2,392 50
520,042 520,042 0000000000000000003a44dec1b274a8ab32643b9a9e5fe159bba207763b867c 1.28 MB 1,249 34
520,041 520,041 0000000000000000001f2fb21383df887c030a563124788950cbd36f4650c453 1.29 MB 689 14
520,040 520,040 00000000000000000020a15b37a1e83fc269c96e0098193e5d6b282d91d23ca9 1.16 MB 2,610 65
520,039 520,039 0000000000000000003b2d3a4aa64e71123ef0346f97b6c8784fb04b89e990ee 1.29 MB 319 5
520,038 520,038 00000000000000000007b95767acf6458d8b9205a9932878c3fac807f4e9c9d8 1.11 MB 2,450 46
520,037 520,037 0000000000000000000522062b62fc8c77c6cf067855799ac7b760d99b231959 1.20 MB 2,580 72
520,036 520,036 00000000000000000018ad7729afd16972f4472d0aa9edc5d6a99782f4c90121 1.17 MB 2,138 73
520,035 520,035 0000000000000000000170df970a6df19b5bcc170496076e9fa34d45cb5eb55c 1.13 MB 2,660 55
520,034 520,034 000000000000000000297d6a0870ed16d358d3344924d0b26c04b7a6211b13c8 1.04 MB 2,311 19
520,033 520,033 000000000000000000213d9661809e1b486c2ba6fd9d38bdc97c48a6c5bb0c2a 1.14 MB 2,044 53
520,032 520,032 000000000000000000033daf503b1f9063a21bb981bebddd0a6eff1636b1fc8a 1.25 MB 1,955 45
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, 100 incoming
  • Data Transfer: 518.84 GB sent, 2.82 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.