Memory Pool Memory Pool Refreshing

84,521 transactions
34.21 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,928 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,405 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,927 (519,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
330,837 330,837 00000000000000000a1995cdf02a0e8350523bb0d07b8ab8bbdfc13f84ed0fd1 0.02 MB 68 28
330,836 330,836 000000000000000015f9c779e6e451bc2040e458df515ab963a60eb752b7ede2 0.74 MB 1,519 29
330,835 330,835 0000000000000000176b3d00d66a4612fd40634ff30d87ccc7e4fd68fa95a19d 0.16 MB 297 26
330,834 330,834 0000000000000000194dd76c219a6b5740f2f0ba1d2f7c76836e2c9adc22caac 0.05 MB 45 20
330,833 330,833 0000000000000000075a5008ad5f68043c2203d4772cb05d4c42fc9800209f9b 0.02 MB 68 38
330,832 330,832 00000000000000001269ad4528526a3803f447aa6f4ef6b77f510813866636a5 0.17 MB 315 22
330,831 330,831 0000000000000000175af17261d7560da358ec1d09ad1ad27c173824559f7f63 0.75 MB 1,331 25
330,830 330,830 00000000000000001a75784fac4e42c526f223648e710fea06f1eb583ca276cd 0.22 MB 408 27
330,829 330,829 000000000000000018ff2a33c4b8062e3b5a54339b2dca135c044ccd17eccad1 0.13 MB 262 32
330,828 330,828 00000000000000000fa5a73efe17dccdacd0c59448ffd170ed8a023c166482b0 0.28 MB 537 29
330,827 330,827 00000000000000000566dc395f3a7e51ea264807094756ff5844af505f3b4e7a 0.13 MB 280 24
330,826 330,826 00000000000000001328251c55c2049df6ac78298e5f137af45b79d3a6fda0fc 0.01 MB 18 17
330,825 330,825 0000000000000000187882e58c9aefe956e7deefbf9b70822f60ad1a18e5038a 0.15 MB 293 30
330,824 330,824 000000000000000017abf1e02cd61ccf5f84f4aee2d67c0663c27bacede834f0 0.21 MB 402 27
330,823 330,823 00000000000000000f60bdacba691f6e71cc7a4bc25e9c9a93e46a210df869fc 0.40 MB 623 25
330,822 330,822 000000000000000003a1900819b937069783142488fdd7614aad25647f96cdd7 0.30 MB 624 29
330,821 330,821 00000000000000000addd15c4a2865620bcad41c2a30f5226d504699b5b22f70 0.05 MB 66 17
330,820 330,820 00000000000000000a5a02d0d0ddcbdb574c0653d3556a9a197f8533456f0d75 0.37 MB 630 26
330,819 330,819 00000000000000000e213b21caf723f60a0c3fec5d854bb3b4602efa0db8bec4 0.09 MB 209 32
330,818 330,818 00000000000000000800dd6abee88e3319e8ee05e34766e9933efe334b861ddf 0.23 MB 435 25
330,817 330,817 0000000000000000012202e215ed8e1185e6c6ab48e4e1fe5821adeede37d4d8 0.11 MB 292 33
Previous 10 blocks ↓
Total Size: 661.37 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: 859.88 GB sent, 5.93 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.