Memory Pool Memory Pool Refreshing

58,215 transactions
30.77 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,960 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,498 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,959 (101,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
748,182 748,182 000000000000000000031f7dce639f670ff3751323bf25fd96fd2d7d03d65a5f 1.32 MB 1,471 12
748,181 748,181 00000000000000000006923e40029a9459f1d877f962838cb35a603e37ce9d35 1.31 MB 2,135 22
748,180 748,180 0000000000000000000744d69b82ef2060ecc63e9786c5d295ed6f6d5724eae7 0.05 MB 96 13
748,179 748,179 000000000000000000088dcb958004cbd82dc43a31b561769fbaba44658fb15a 1.30 MB 389 4
748,178 748,178 00000000000000000003985866462ebb6757002668d515e83ead2be4a83cd784 1.57 MB 1,509 11
748,177 748,177 00000000000000000004a65956b7e99b3fcdfb1c01a9dfe5d6d43618427116be 1.48 MB 2,695 16
748,176 748,176 00000000000000000001edd23ac330b24ef541376aa9f08e00c96e5a56a7ff4b 0.06 MB 138 16
748,175 748,175 000000000000000000057358ee46350964b055926fea7e2ee48e58f845db261b 0.11 MB 113 9
748,174 748,174 00000000000000000000ca9ed1ca572b0f198861d52de9bfe1c3c9e9bfa419df 1.64 MB 1,792 6
748,173 748,173 00000000000000000003eb94011b079e3091b1d8e2639cf3de1f741baee8f508 1.28 MB 1,673 14
748,172 748,172 00000000000000000007d65aee1702ce345cd79bff70cce3cf08ba3b053e1a16 1.38 MB 2,714 23
748,171 748,171 0000000000000000000560cc41bc672dd8b40ee1b9748f8ad0803a79321951b1 0.50 MB 875 13
748,170 748,170 00000000000000000003bfa720855cee626ed12e74b800677674c0ece85c6409 0.15 MB 291 12
748,169 748,169 00000000000000000008341491317f56f8959348e6e10dd5091ce3ee084334a1 0.90 MB 1,278 12
748,168 748,168 00000000000000000003b5033ca7f4c943be666f4b25f20dfc039a1f5e13f6e0 0.47 MB 866 14
748,167 748,167 00000000000000000003645d052bfadc39ed9333b16af9f825dc0ed659776479 0.74 MB 848 8
748,166 748,166 00000000000000000004f215bcbbc20a41b5a1db4d05a6fb4dea0148d883efb4 1.61 MB 2,353 12
748,165 748,165 0000000000000000000418c4cc71836323b8c573e7e52f4add34748b4bc71f08 1.62 MB 1,350 6
748,164 748,164 000000000000000000089a6b1472720ad237ad7568f23b3cfd041f688ac3e1d1 1.58 MB 2,882 16
748,163 748,163 00000000000000000006493f17be2a6b23aadb8195033a5fdf80650f88f0236d 1.81 MB 1,285 8
748,162 748,162 000000000000000000067cf4a9a1c07b5de25d844c3d6975b7d2601c7e9ea4df 1.64 MB 992 18
Previous 10 blocks ↓
Total Size: 661.43 GB

Node Information

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