Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,906 transactions (2.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,631 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,426 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,630 (828,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,722 80,722 0000000000060b3204c55bf289617c4aeb8783fa59c019cbd21a86512a14606f 0.00 MB 1 0
80,721 80,721 000000000015fc1b61356c34a881f40312db0b930aa72621741ff709db8a7b16 0.00 MB 1 0
80,720 80,720 00000000002bf22c561caca0c988a0abe145bdfdd6199b4ee9c85d34fab12a90 0.00 MB 1 0
80,719 80,719 00000000001b5b05abe97380f91b7af4e007c5ab277fd996fa3b298e06c8b0ff 0.00 MB 1 0
80,718 80,718 00000000003fec4119c5db5abb6659cb69bd1c65340ab21de721f4f0cd4f6a2c 0.00 MB 5 0
80,717 80,717 00000000002d191abbeee7cdaf3587426a8ae4409e1cc53fbfcab8585dcb0c49 0.00 MB 2 0
80,716 80,716 00000000000fbf239d878b43e99b49e358b484a189cb392b0b2cda1e22898f5c 0.00 MB 1 0
80,715 80,715 00000000000d0d89c9a712ee841f85295ff23e204b00daba726a1d7ee5067ba6 0.00 MB 3 0
80,714 80,714 00000000000509daa11f0a6c287158e9563dbec85ff159f6a6e91096d0d838c2 0.00 MB 2 0
80,713 80,713 00000000000d086eb22574e51d8a1b34e33accc791e2695cd58be7256c83d221 0.00 MB 3 0
80,712 80,712 000000000004a571dda5a4dc7d03fba2e3860dd578446dc85b820ab927f75856 0.00 MB 1 0
80,711 80,711 000000000026aa09cce08341bfb374c63ca28de8b1dbedabf24b8b8832de1840 0.00 MB 1 0
80,710 80,710 000000000006797a9ed7286b841d37ae2e2a76ad398dad02c83c7c240c96ed76 0.00 MB 2 0
80,709 80,709 0000000000386b486a8b6ac9cd02fafcd1ab5b5c22f18ca8047f4075d386d503 0.00 MB 1 0
80,708 80,708 00000000000aab506b13bb537c476439eb8b4aa768b252ddeb96421757271eb5 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.73 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,111.69 GB sent, 111.95 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.