Explorer IconExplorer

Memory Pool Memory Pool Refreshing

524 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,382 000000000000000000022cb30000000000000000000000000000000000000000 0.22 vMB 522 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,381 (828,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,707 80,707 00000000003197baad18cf274373471270a999042181e3712b1cadb315c0bd17 0.00 MB 1 0
80,706 80,706 000000000034b070cb98dd8877cab54184badbe8f4fb01bfe339dd1201987e3d 0.01 MB 3 0
80,705 80,705 00000000003c901924fff78ef0e0645a8289027d49fc02e71099b68a90607d0b 0.00 MB 3 0
80,704 80,704 0000000000068514508442da68236c55882a812a198bf3c36daff979784bf1c5 0.00 MB 1 0
80,703 80,703 000000000031988fc2aab8642f6ddf3d94c67146acfeb2cc067df230d4f28947 0.00 MB 2 0
80,702 80,702 000000000034522c86684560a11c75e915577728f178fec9ad67941048cf46bf 0.00 MB 1 0
80,701 80,701 00000000003fab258e24963d2edffb4a3d107dc89eab6b5465d27a230b36940a 0.00 MB 2 0
80,700 80,700 0000000000048e744c5be2e7c572a6a9fc8487d32d15a23268388e1ca9a31e6e 0.00 MB 1 0
80,699 80,699 00000000003106bdecec1a6e34357c13b39a51d99eba9277c4b3bc501ee859be 0.00 MB 1 0
80,698 80,698 0000000000367dfaef40fc31d69c7b5570a5f430b224248a0fb30b1e2442cb12 0.00 MB 1 0
80,697 80,697 0000000000394e67bd806829b9991286636055d50eb88c03c7798d63738cec09 0.00 MB 1 0
80,696 80,696 00000000000c66c732d3e7126e16ab9e057ba6b60ecd8e690056ddeae589cdbb 0.00 MB 1 0
80,695 80,695 00000000000771ee3dc5e1f40ef123fc818c4cf9c93d61f83ba0a0dfc1c1b720 0.00 MB 1 0
80,694 80,694 00000000003eac1f346d467de80e8be915c609d3a3d5a2dc171673b87179f21b 0.01 MB 2 0
80,693 80,693 000000000013e6137ba708b0dd521229c76121c0e94ad97deaec16f9c1888cef 0.00 MB 1 0
80,692 80,692 000000000015f0c4503e284531330b2b5c3d35dc87418e14c0e19159e3c99940 0.00 MB 1 0
80,691 80,691 00000000001049b37a04da0b55e6ef6c063cd955ffc5efcf0a8455c8122324f3 0.00 MB 1 0
80,690 80,690 000000000032d214f164134723a8a24ff865ddbd2c26bbcb7f1818a886d9bcf1 0.00 MB 1 0
80,689 80,689 00000000003d0a9d6862b9e74904b233504d72719da40b8e5cc780598dfa1102 0.00 MB 2 0
80,688 80,688 000000000030f5af4f879117006d900315bffa6c6c0a9babab39a78405fc2ab0 0.00 MB 1 0
80,687 80,687 00000000000dab095d4f1cc84d7d94f4695d75c45accb3efa888b4765a8ba78e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.25 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: 2,069.36 GB sent, 109.38 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.