Memory Pool Memory Pool Refreshing

63,281 transactions
39.92 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,408 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,428 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,407 (216,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
632,790 632,790 000000000000000000126f9d609597a2314c89a55b7038a10bbacf1a75ce61e7 0.00 MB 1 0
632,789 632,789 00000000000000000007fcaa4e9d33e6ae1cb4dec547e14465438f076bdfff16 1.39 MB 2,489 112
632,788 632,788 0000000000000000000beaa2da7540846fb034d67fbc54dac6232268945d8db4 1.30 MB 2,662 76
632,787 632,787 00000000000000000004453e766f8e6ed5a85851bd10b0cb7db86d11655c4783 1.08 MB 2,722 44
632,786 632,786 0000000000000000000759199e1f1709482730ae3f36bffec11bba12c93eb439 1.27 MB 2,911 86
632,785 632,785 00000000000000000005ed73fd4eb0f1e838de31aee5636d43507e04b91c86f7 1.38 MB 2,654 112
632,784 632,784 00000000000000000001a66fd4a72fad7f4aa9ced19dbc29faa5179a57804f3c 1.26 MB 2,911 88
632,783 632,783 000000000000000000068c696dee1260b5c0eabd92ae48e99c2f3658dd062b81 1.15 MB 2,598 62
632,782 632,782 000000000000000000120dcd3a2998715f48d16e6a9f980e2c607202fea6b559 1.30 MB 2,673 107
632,781 632,781 00000000000000000006d0a40b3a5ef736ab956897efc9e7b0cf156aed49d4c8 1.34 MB 2,955 97
632,780 632,780 00000000000000000006b5e920d121a6c30ce7f88be586c02ceaf6492be79d7a 1.28 MB 2,327 79
632,779 632,779 0000000000000000000d250f98e601e666a04d2774ffdbabda8deea038a44928 1.21 MB 2,954 81
632,778 632,778 0000000000000000000a34e6c8ec2bcdcefde2b1a277c646014c99f07bf2fd94 1.37 MB 2,584 110
632,777 632,777 00000000000000000005510fb5a68575683d37caaf11c48338f7427408698d32 1.32 MB 2,690 86
632,776 632,776 00000000000000000001e6a1e74d0143975b1edb524a5f72150852f257c306cd 1.45 MB 2,125 85
632,775 632,775 000000000000000000036a75d9f6d9f33279067a5cfdd3b176da6c9195522755 1.28 MB 2,460 123
632,774 632,774 00000000000000000002bab5394390bca550095a68ed1b5022a5619cd49fe1a2 1.19 MB 2,995 47
632,773 632,773 00000000000000000008b5b8a17def81efafaf4af717c35bac11aba569651f90 1.26 MB 2,926 81
632,772 632,772 000000000000000000102ab10a691a25853c80cdc60fdb6a33cfba9503507d07 1.26 MB 2,530 97
632,771 632,771 0000000000000000000ed0fc432220796dadaabd7d9bf936916fe05a6a996d83 1.20 MB 2,993 83
632,770 632,770 00000000000000000012973ddf9a304febdd6585e27beb9c329709e89a456f16 1.31 MB 2,988 125
Previous 10 blocks ↓
Total Size: 660.38 GB

Node Information

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