Memory Pool Memory Pool Refreshing

78,370 transactions
33.16 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,472 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,384 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,471 (175,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,739 673,739 00000000000000000007babbe960ef5cd0af1965a069f043d621a71dc7565911 1.40 MB 2,941 124
673,738 673,738 000000000000000000003cd955f5f160748d26b1d884c47c41d56d943b65760a 1.40 MB 3,025 116
673,737 673,737 00000000000000000009623d5e9467102c26ea93c2b3a8a5d71dd9a9123a0aba 1.29 MB 1,729 89
673,736 673,736 0000000000000000000b8eda8eb2955c63bd3ae5b9a9ace8797068f68d598724 1.23 MB 1,824 109
673,735 673,735 0000000000000000000b71635011808a18c1a38d9689dbb1308db69d6365f610 1.28 MB 3,034 120
673,734 673,734 00000000000000000003c82b8accb2b3f3364b030f1aad3ca6a737000e55ca73 2.07 MB 535 17
673,733 673,733 00000000000000000004c0100af8cae73a3623a8a0306e3edc4bf5a8f191d031 1.44 MB 1,874 30
673,732 673,732 000000000000000000080a83a8c63dfd7da7225be9de9da3c523f499a30f7654 1.44 MB 2,146 52
673,731 673,731 0000000000000000000436d856198eef7215926be9a2a4245398183976b53d0f 1.24 MB 2,690 24
673,730 673,730 000000000000000000026f61806e5330f9f9a8aac6e5db92c435e6bb7799ec5c 1.51 MB 2,225 74
673,729 673,729 0000000000000000000ccb583b5770cd070892f6c2477c8e3bbfd4f977ab23d5 1.50 MB 1,848 71
673,728 673,728 00000000000000000004fd93ab2713bc04b01aef0ea8d9256c5a4dacffd0a299 1.37 MB 2,316 108
673,727 673,727 00000000000000000005d087aea00efb593bfddd9af07a731e4b430047055731 1.42 MB 2,525 93
673,726 673,726 00000000000000000005dcac26da9b7ec3b25e9aa54dff7f604e0c64ba9f2032 1.44 MB 833 17
673,725 673,725 0000000000000000000a7502e20033c06f195662e3345c1a4b9b6446d2a6b3ce 1.99 MB 403 36
673,724 673,724 00000000000000000006d833aabded6804d87d1602c7f90dddb483cd24b172dd 1.25 MB 1,476 78
673,723 673,723 0000000000000000000333ecfe1182fa02521fd50b160b187ef67440507b12b1 1.32 MB 1,376 65
673,722 673,722 000000000000000000017c0c6adae0129f37bbff782a232dd9d6a04bf47ffddf 1.51 MB 2,210 46
673,721 673,721 0000000000000000000a45bb89e83336cd119e848e3871a9b7ae9779851648ae 2.01 MB 472 15
673,720 673,720 0000000000000000000a5998c8bbb38b77c85d9e0ad00fb9aee621d98890b704 1.70 MB 1,032 29
673,719 673,719 000000000000000000084ab5c78d8dab9b8e6a443d9b546518476c1fb3aafe38 1.28 MB 2,226 22
Previous 10 blocks ↓
Total Size: 660.50 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 97 incoming
  • Data Transfer: 398.02 GB sent, 1.81 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.