Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,624 transactions (1.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,592 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,469 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,591 (852,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,178 57,178 00000000152ec63fca393479c0240205a1b34a99c83934fe702c822245e861e2 0.00 MB 1 0
57,177 57,177 0000000000a5764ca9e23854fdff084cc73f90b2fc2e059966b473214b2a2d6b 0.00 MB 1 0
57,176 57,176 00000000089903dc9b283670e2f4c8bc7f22e1d276a4513faae53fef202941bc 0.00 MB 1 0
57,175 57,175 000000001113c4996d768e0ca36e0b5d77b0e97ff10ad2646ef150058e11f06f 0.00 MB 1 0
57,174 57,174 00000000018867d2ede559812fb70defa674c52dd3584fac5244c68cc0c6a502 0.00 MB 1 0
57,173 57,173 0000000003346dcbbfca23c68c23a390480c9cac5255ec8224b415c36d38387d 0.00 MB 1 0
57,172 57,172 00000000031f7a0ab8a1fe29815a367e88b9403695199e7d968027149c7f508f 0.00 MB 1 0
57,171 57,171 0000000006122d86f44ae2b58f70350f70dcb5d626ba44889e77bd43cdcfa590 0.00 MB 1 0
57,170 57,170 0000000011e278b87cec46ab8c501e388ac15d21298d0bc9dbd8be671fc38a6e 0.00 MB 1 0
57,169 57,169 000000000f9d91bacc09d0de7a83e2e32518f6e82bf15705f7b99db724133f01 0.00 MB 1 0
57,168 57,168 000000000592d5c08d545f62a670aa8839c91ece4e2c4f9973c9904cf8b028b6 0.00 MB 1 0
57,167 57,167 000000000f0ad315b08a48b6ba7665b55caa39ab8759945f68cb0eab3e280d9b 0.00 MB 6 0
57,166 57,166 000000000d6d0f4778afeb78f4ab080f514761b6e34b7763bd0b108b5bded591 0.00 MB 1 0
57,165 57,165 00000000064e2b17caf2770cd4c69517411c0956ca0508e58b201ff021db01ee 0.00 MB 1 0
57,164 57,164 0000000010de2fda2118ebe2270c42def99b98ffad2c3691cb33cf85a8735030 0.00 MB 1 0
57,163 57,163 0000000001e9749fc073f63075ca4276a8ab28c3b83c4c93e3a87098d2d15660 0.00 MB 1 0
57,162 57,162 00000000134e8f29c7e7b44f916e61859e7572cdb0177b3fe01965ce1b5c6386 0.00 MB 1 0
57,161 57,161 00000000034b658ca861c43385e14f90dda4b679337b6fbd2a58f5043e371684 0.00 MB 1 0
57,160 57,160 000000000244d488cf5e67b1c758fc195732dfcf9f5b5c609cb2aa0b5c2d2a64 0.00 MB 1 0
57,159 57,159 000000001561e59060743df2bc8e846c94e498b2b154b5523857ffb0c1666132 0.00 MB 1 0
57,158 57,158 000000000d920bbdbf3876e116864f7827a8f0037f41319728ed8c5fd4828291 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,095.90 GB sent, 111.56 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.