Memory Pool Memory Pool Refreshing

97,282 transactions
34.28 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,561 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 6,643 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,560 (216,800 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,760 632,760 00000000000000000006e7af2c08a04d87c58e6e0fd7083f2a4cef57424856c4 1.21 MB 2,847 70
632,759 632,759 0000000000000000000949c1f2a29ef930204a63ee198f0f971dcee114f524b9 1.34 MB 2,693 91
632,758 632,758 0000000000000000000982387487300293882fe662f09a15f75e70c4b97691f5 1.35 MB 2,633 129
632,757 632,757 0000000000000000000349679ad865f9317dbd56ff83999ec7b99fa662bdc667 1.25 MB 2,391 96
632,756 632,756 0000000000000000000e0f953b20e84334927dbca579639169a845c744b43ead 1.25 MB 2,403 88
632,755 632,755 00000000000000000000b346c2eff8fcd8776c74b640d9614a3ea3e05abd548b 1.25 MB 2,438 93
632,754 632,754 00000000000000000000d8f091607a71220f50fa7bfb8daaf5c2b8596b005358 1.30 MB 2,667 106
632,753 632,753 0000000000000000000b523d2212894d2d8a712c1e50ad5a039220aad526eb9c 1.16 MB 2,769 61
632,752 632,752 00000000000000000010a06aaae76ea091b822858b4201b49f8c61350b7fc3bc 1.32 MB 2,475 65
632,751 632,751 0000000000000000000b5ec5213067e85d2a014a42164ccfd13de45636bc1c8e 1.38 MB 2,527 91
632,750 632,750 000000000000000000044baadcbb1fac1f9541d90b8ad67cd9d447303d39cfe8 1.10 MB 1,523 67
632,749 632,749 00000000000000000006e0e83ca8c77cf2c47f208a4ec7f408a8412c948402ac 1.26 MB 2,734 101
632,748 632,748 0000000000000000000072f9b22126ea0fc5aefdc0bb5f7150895fec4e094a8d 1.23 MB 2,453 76
632,747 632,747 00000000000000000008f34740037d05d29a567689febf6cd7669f8908b92dd1 1.34 MB 2,583 116
632,746 632,746 0000000000000000000b5a3f98ec5d411289d40fb4b06bc43c6e21579bd4d107 1.21 MB 2,562 74
632,745 632,745 000000000000000000045b5d460a734f08d1c6ccc577abe440167fdc90d682ff 1.24 MB 1,811 84
632,744 632,744 000000000000000000013b60767e87ada96f7679dfb78bb7db2817f16dbe9583 1.38 MB 2,281 114
632,743 632,743 0000000000000000000c1ed9277e72077d306b25e0b772c44c1142c44ccdcd25 1.26 MB 1,350 84
632,742 632,742 00000000000000000011522e7ae0c54548087dec47230d768b59e4395a80597a 1.37 MB 2,402 140
632,741 632,741 0000000000000000000f580a835ccfdfebf71e61e94b4839a392ad0a71e6bd2c 1.09 MB 1,300 93
632,740 632,740 0000000000000000000e1c01132e1407870dcf40cf5873f77c30bd0f6b22ecaa 1.11 MB 1,663 137
Previous 10 blocks ↓
Total Size: 660.67 GB

Node Information

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