Memory Pool Memory Pool Refreshing

62,092 transactions
34.87 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,883 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,309 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,882 (507,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
341,940 341,940 0000000000000000113b8211bac2d0ddbdff45e89dfe1e897e64415ac7e8b6b2 0.73 MB 1,571 29
341,939 341,939 00000000000000000f8e6b67e99c1a82d481e6d4ee7a27e83ffcf9b476a0f7d7 0.10 MB 98 10
341,938 341,938 0000000000000000010e165f17e31eb98b85a04c293e6039d48a04aab26bb887 0.40 MB 944 29
341,937 341,937 00000000000000000dec93691266ed80d00a4686ef1df4029ac05488a242e8fd 0.65 MB 1,106 24
341,936 341,936 000000000000000015f0e4c8c1283808c3f7a89de1d3501bbe5fcb2d49553470 0.18 MB 324 21
341,935 341,935 000000000000000004a2a77eb1089cbbfda03ce84fc75cad5514249c16a4c006 0.75 MB 1,421 27
341,934 341,934 00000000000000000d56dfc9ed85fd6fb3ef74e13c4268dc817b1fbe78daf24f 0.21 MB 402 31
341,933 341,933 0000000000000000006480345031b2bf197cb4916173590d6e69595bffa9b2e2 0.31 MB 592 24
341,932 341,932 000000000000000012a8e54156b28b4b12edd4de6f38a785bfe6f9d70a77df8b 0.19 MB 329 23
341,931 341,931 00000000000000000961c504f7333d04ac69eb714dbe5bfa72f1bb434732659c 0.20 MB 234 15
341,930 341,930 00000000000000000b3704883832224bd19650305025a22b51b189509fec00c9 0.18 MB 512 33
341,929 341,929 000000000000000006067dae38a32515f4104253b49cb4f78f08a5b4b60c20c6 0.05 MB 79 26
341,928 341,928 000000000000000012f6c77ed27d7357757990bd25a2e44cddf17809c14784aa 0.53 MB 971 25
341,927 341,927 000000000000000008d1d590d4a766a82bc712dd377bd421d160186f19a213fc 0.18 MB 382 27
341,926 341,926 0000000000000000174a7d3e647d53fbe522d34662c4b2c600ae91003d0cd4bf 0.06 MB 121 23
341,925 341,925 000000000000000017f1b540ea47f1f9eb4ea7d4b57d8455559caf2f648f1e9a 0.26 MB 394 20
341,924 341,924 00000000000000000a1adf0fc834f8af11421a7d0e2e341ebe4451a12edea074 0.11 MB 256 33
341,923 341,923 000000000000000005df354b4ab347cbada665a92b6c932cd6513917c7f36b75 0.15 MB 286 24
341,922 341,922 00000000000000001444fd5871663b0eb7f9d2bb646832d72b6e8c2f46f42157 0.14 MB 173 20
341,921 341,921 00000000000000001199abcc86fb33d53862c17c5c39e66e45504736cc2198f6 0.25 MB 438 25
341,920 341,920 0000000000000000016bbd5e4e60ae2e7550bb6b6ea31b4f71071b26209c639f 0.02 MB 55 48
Previous 10 blocks ↓
Total Size: 661.29 GB

Node Information

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