Memory Pool Memory Pool Refreshing

898 transactions (0.32 vMB)
  • 1 sats/vbyte = (18 blocks)
  • 4 sats/vbyte = (8 blocks)
  • 5 sats/vbyte = (6 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,942 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 898 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,941 (891,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,791 17,791 00000000a90f305bea322597fa8ef8e0349c1b9b61b63c7a9e25781edd6ce710 0.00 MB 1 0
17,790 17,790 00000000715a9a1f20c8d6dd2c295342ffff34fdd6af6618f3b9d75ce9af6174 0.00 MB 1 0
17,789 17,789 00000000a03c50c05034d9b587e99892fcd3dc03bbc0004074436615c39f96b6 0.00 MB 1 0
17,788 17,788 000000002874789b0354a7b0515a407bc8d8202c54231fce7d81de821c3fa76d 0.00 MB 1 0
17,787 17,787 00000000d27252a69cc99370dc4d0c8726bc080d7072c85453b4237c28a00119 0.00 MB 1 0
17,786 17,786 00000000f21e7b767ec0e1b600d41cc08a11ff099d780b513e5732c89d8223ef 0.00 MB 1 0
17,785 17,785 00000000772a055c520a571f8891b47748f46a6733e30382c4a18558472dd171 0.00 MB 1 0
17,784 17,784 00000000e3a098944d49d2464ffb2faba79a2500f11bee4f98d1a0c12bc21b69 0.00 MB 1 0
17,783 17,783 000000006296aad1cc4a2f7181800397fa498dffc0a0851245f27714efa80918 0.00 MB 1 0
17,782 17,782 00000000dffe66572152774390b27b1eb801432a2a70573e38b0ed85eca4715a 0.00 MB 1 0
17,781 17,781 0000000009aa9d6348fc8b8aeaac69d4a14478514a356775da8239b70d30bf3e 0.00 MB 1 0
17,780 17,780 00000000f72a038a6f2d5fc2d2b0a7a4174040937f8cdc4f77dbd18c05704b82 0.00 MB 1 0
17,779 17,779 00000000fa16d11275b8d805f8e08aa652b7f7c538500a70250ce76015d28001 0.00 MB 1 0
17,778 17,778 00000000e8f23d46aa5e7d4d2401d79d733010a7e3944c9199fe02ad40663f59 0.00 MB 1 0
17,777 17,777 00000000f61d74caced02f4095d4d7900406aff142004c16b171deff243e9a84 0.00 MB 1 0
17,776 17,776 00000000f9bdac675c76d6bb184a968d97bc179db29044a109fa9f5b2a3e512f 0.00 MB 1 0
17,775 17,775 000000002973d43374465605500249c3b6e7675010a3d96a8059c40a2affcf19 0.00 MB 1 0
17,774 17,774 00000000c554a559c7b3c53a33e87bd8a8330f857ced45f5ba18175097149e5a 0.00 MB 1 0
17,773 17,773 00000000266d0563b3fa3810f7df6b20d0f92e9f8e6826e2d1917c1300172332 0.00 MB 1 0
17,772 17,772 000000007054ebdf83d1a27830921bd00c13986f884b20a9ddd1fb154bd5677f 0.00 MB 1 0
17,771 17,771 00000000c2b4d679ae0463aacac6c6b62926e5684180f65a753a5f4e133adf7c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.44 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,865.38 GB sent, 104.55 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. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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.