Memory Pool Memory Pool Refreshing

80,257 transactions
33.58 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,587 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,385 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,586 (498,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
350,745 350,745 00000000000000000c58573e4aa0ac9fca8a037f3bdfcb47f63d6038b7f5e1a2 0.21 MB 461 29
350,744 350,744 0000000000000000173e8831672c92310698ea1b385e8eaa25654717c564a7a4 0.52 MB 614 16
350,743 350,743 000000000000000006a8b4a30c3e1873af6173f928b21670399cc72feb08fd17 0.75 MB 1,241 28
350,742 350,742 000000000000000011b9c3e51799b28235555c2667189697fcf65c9e0fe02b37 0.17 MB 314 25
350,741 350,741 000000000000000001dd89d42625339c7337819236a0dded8379132ab503d8fb 0.16 MB 333 28
350,740 350,740 0000000000000000022614f4291ae88c24e7a932af5553cf2bfffcbc3b4e9ebd 0.01 MB 26 24
350,739 350,739 000000000000000004c825e27150c74fd7d40ac057f2e02c1fe751ca7d3e1aac 0.13 MB 283 22
350,738 350,738 0000000000000000012c815389a25d3a7cf952877c8183bc83727b5b2e257d02 0.00 MB 1 0
350,737 350,737 00000000000000000e2318391ba7dd78df6c9c48de5a61d76772ff818606b522 0.35 MB 737 26
350,736 350,736 0000000000000000035779ecb5e80a9b00e9467abdd40fe6085e7e634953b712 0.26 MB 571 21
350,735 350,735 000000000000000008326066a738b2875e9c53db670a5fb55aa114a2789f97fb 0.47 MB 1,048 28
350,734 350,734 00000000000000000f26bec970fa68e1e59f27f35526999ffe73dffc23ac5d8b 0.55 MB 1,139 25
350,733 350,733 00000000000000000a1d74d7445c857b072e51deaba623165bf9d27f3cb9fd7f 0.30 MB 591 28
350,732 350,732 000000000000000012e3169d9c9ada6d1747036af7ff47f8564a630a05242ddb 0.13 MB 233 20
350,731 350,731 0000000000000000172145fdcd55e6d56ccbb7543829b33748b298c6c0bcc7b0 0.33 MB 564 23
350,730 350,730 00000000000000000d0c131fe17596c0fa27bb8657d89577ce50681f7588ca7f 0.21 MB 391 22
350,729 350,729 000000000000000002db41a8136f0eab6632eb02434fdc015a0498883e5aac54 0.10 MB 86 9
350,728 350,728 00000000000000000d35084fbfaa5c27489cd03c889892cf334185343e7c516f 0.12 MB 177 21
350,727 350,727 00000000000000000d00e02dbbd7487714f07cc746aaa5365d68049cf66f5cc6 0.34 MB 495 24
350,726 350,726 000000000000000001d0b17ddeed30dd8f1ce0072d4879e637d1083fce1ac687 0.75 MB 1,546 26
350,725 350,725 00000000000000000d99fe356898c572e3dd7116dc7fd03a6a07e2441e20818b 0.23 MB 428 11
Previous 10 blocks ↓
Total Size: 660.72 GB

Node Information

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