Memory Pool Memory Pool Refreshing

89,053 transactions
29.21 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,503 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,366 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,502 (176,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,115 673,115 000000000000000000007391ee330a59f33ead2f122973b41fd66241e308f741 1.33 MB 2,520 107
673,114 673,114 0000000000000000000256f1ace605ded7edab137c529ad0b8f4d1cc39c60a3a 1.33 MB 2,072 108
673,113 673,113 00000000000000000009feb60efb33a8a7e79e55e71756e86f3ddab45feab861 1.24 MB 2,903 140
673,112 673,112 000000000000000000043b34c801fe2fa545814ca38693d561367e5c97dc31a7 1.19 MB 1,721 111
673,111 673,111 00000000000000000000ab519a8c519fd05b14415c9b8d95be9a46c88bcd9a70 1.47 MB 2,101 104
673,110 673,110 0000000000000000000b988ce303a837082d1222fde625d713514931ba1a036b 1.29 MB 2,257 109
673,109 673,109 00000000000000000005979657b291d9110ea12ab8317955e3f6293595de4f88 1.15 MB 992 105
673,108 673,108 0000000000000000000cc64f6153ee40bb41918dd84da4abf749912a5cc5018e 1.39 MB 2,432 114
673,107 673,107 0000000000000000000a1608e958ffd76b1454a19f4f6d38aea33af82c0a86dd 1.24 MB 2,840 126
673,106 673,106 0000000000000000000b928fb6ad4377798a9e142e6d8f10a0791a297bc4ff57 1.22 MB 2,631 155
673,105 673,105 0000000000000000000b94157cc297b39ef9de7dae8cbb47c863c75f956e6e12 1.27 MB 2,398 104
673,104 673,104 000000000000000000016482dea0aeef4624cd112fd33aef3c10457d3fa5189c 1.35 MB 2,546 74
673,103 673,103 00000000000000000005fb9e489358602c302580bf1440c75ed48de7ea5410ea 1.40 MB 939 17
673,102 673,102 0000000000000000000ad5e1fe0342bac0da39a1c16327b4dcd42e5093405662 1.33 MB 1,502 21
673,101 673,101 00000000000000000006f69c0690866c6848556b2b2f1a0c3ea47ac1a40f56c0 1.24 MB 2,407 43
673,100 673,100 0000000000000000000c4f5696d9d6a91590d3c9c43d6d10c03eb54d7f5e61fa 1.13 MB 1,500 34
673,099 673,099 000000000000000000083795d686f1296f61dab2b7a84f623338087ce00ef31e 1.32 MB 2,814 76
673,098 673,098 0000000000000000000223e93773ca0635f7f2c7543e06f77198890e3e6ab899 1.21 MB 1,887 24
673,097 673,097 00000000000000000004b86cbf36129a7236e089bdf5dfc20ca26b05b5b4d8ab 1.24 MB 2,827 73
673,096 673,096 00000000000000000003a799ff31c1e8a255d2a13ed46cf588d1b57576c12574 1.15 MB 2,251 44
673,095 673,095 00000000000000000009c810ca53cfd3daec5139fc56751e6b82ea7971f66f85 1.47 MB 2,691 88
Previous 10 blocks ↓
Total Size: 660.56 GB

Node Information

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