Memory Pool Memory Pool Refreshing

77,758 transactions
32.01 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,594 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,255 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,593 (329,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
520,031 520,031 0000000000000000000d3218756facf176f59dc58c3f8ffc3428b6345105d331 1.16 MB 2,782 117
520,030 520,030 0000000000000000003034e0b222c8e99251b2758398f0d7bfbd3ce806cb1c4d 1.19 MB 2,341 76
520,029 520,029 0000000000000000001ab4c3195e07c538c7919499189f363f0ca3945fbb3728 1.14 MB 1,853 86
520,028 520,028 0000000000000000001b007c6f23ef8efb9d7f6b9c47a000504ab99c83c33316 1.22 MB 2,359 88
Previous 10 blocks ↓
Total Size: 660.73 GB

Node Information

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