Memory Pool Memory Pool Refreshing

58,604 transactions
30.91 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,681 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 785 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,680 (288,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
560,710 560,710 00000000000000000003132112cbddfb8afbcaacdffcd8d6067831a58d1932a2 0.30 MB 714 11
560,709 560,709 0000000000000000000742b6703997bcc52a94c1c776f2f7ed03e52800c9cb92 0.29 MB 698 6
560,708 560,708 0000000000000000002667652f3e1d11194ad6ece15efd1c4fe9db987cfd5369 1.06 MB 2,051 4
560,707 560,707 0000000000000000001dd27baa6b7651921b8d3ea241eb95bc2b8b2a234141af 1.15 MB 3,054 10
560,706 560,706 00000000000000000017798409df32c49c7d8b5c93ea9868ba59f301b96d4c5c 1.30 MB 3,255 37
560,705 560,705 0000000000000000000d9dda46cd0fa5e8560570087a8a24e20d019e47202678 1.16 MB 2,992 19
560,704 560,704 0000000000000000000ceea93726214dc0a1d6cf9ea659533a1460f8b852ff78 1.09 MB 3,285 13
560,703 560,703 0000000000000000000add52f8632de8bb405dc5a1c418d3ad7a30bc86d6456b 0.75 MB 1,920 19
560,702 560,702 0000000000000000002a5c30f52d7a83429c39fb28e41e9ce5254250dd47c179 1.18 MB 2,776 13
560,701 560,701 000000000000000000052eb16c0f325db1d4b763e560d2e3cceed40f23caf9ad 0.52 MB 1,496 14
560,700 560,700 00000000000000000005145955b4ac7d9b4281eb34804f508bdd809f735f5e88 1.06 MB 3,445 3
560,699 560,699 0000000000000000002c58b428f26173085d55e10922254ff8fe36c30960a4d2 1.15 MB 1,547 16
560,698 560,698 00000000000000000024a0303bb5e46bfcee93fb352b177136b04b7d618c8a4b 1.29 MB 3,477 24
560,697 560,697 00000000000000000001ec32e8af5ad4e90a32b228e7682d0161eea4f11284bb 0.83 MB 2,124 16
560,696 560,696 0000000000000000001c602092ac93c740efde3790523a5c2474cb5214ce1a1a 0.38 MB 952 14
560,695 560,695 00000000000000000001186b32673abd3a0484ab8c8abee9ec79a28ec9afc5f3 0.75 MB 1,928 8
560,694 560,694 0000000000000000000564f840e5fffed7b0826e97be3b09e7d702a95a792513 0.97 MB 1,090 10
560,693 560,693 00000000000000000019a974facfb28dd8abea2ad08a48a4a1d2e211da4d847e 0.68 MB 1,929 6
560,692 560,692 0000000000000000001d2b4c2d932aba8aa925d98c1566e7cb5a2e52beb25622 1.26 MB 3,406 17
560,691 560,691 00000000000000000022d750ecb0c684cd6e858c006fa76b04f323267f600692 0.32 MB 840 14
560,690 560,690 0000000000000000001311d682f6ff022c040a026880b25a830e35f910a6964d 1.17 MB 3,502 14
Previous 10 blocks ↓
Total Size: 660.90 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: 627.16 GB sent, 3.64 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.