Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

529 transactions (0.28 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,596 000000000000000000022cb30000000000000000000000000000000000000000 0.27 vMB 516 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,595 (828,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
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
Previous 10 blocks ↓
Total Size: 772.66 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,097.00 GB sent, 111.59 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.