Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,058 transactions (1.34 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,742 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (836,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,231 74,231 000000000067c431479f2ef1a738d0ab88c4754ef6a0d8a64cea8d175af74560 0.00 MB 2 0
74,230 74,230 0000000000269b2dddc2da5022be0feca752c47caf24e49ab32400c509eb966d 0.00 MB 1 0
74,229 74,229 00000000005f8a4433bcd71125f60bed286c38d45164539450b8422dcb2aa331 0.00 MB 1 0
74,228 74,228 000000000073c7225208069f36500fb0e06eae069c24db49ed5aaa59012866e8 0.00 MB 1 0
74,227 74,227 00000000001721992c839157efca441060c7f215bac3a537a0a3b94033c5245c 0.00 MB 1 0
74,226 74,226 000000000063bbc122fd843d4415b7906d1a9d293ef0793c14a7f8eebd2122a3 0.00 MB 1 0
74,225 74,225 000000000092cf0e966805318e185aaeb96be0af8b6cd4b698ea2fae7b0974af 0.00 MB 2 0
74,224 74,224 00000000001e87554af3fb9940c9b0fb22c6e05465dc090411ca07e9b9362738 0.00 MB 1 0
74,223 74,223 0000000000059c21dfe249dfb918fbbd7289a87e10abc2f86fd85be8d94e620a 0.00 MB 1 0
74,222 74,222 0000000000130172588617cec36594922f8a3a2115d99b5a1519a13d572f9bdb 0.00 MB 1 0
74,221 74,221 0000000000401a2e0e38154cf6c6ac0d037d3ba14b37d6001ddf4a0921e1237d 0.00 MB 1 0
74,220 74,220 00000000006c169ed4f4d6f79e761c77f106975b25880f0b5beaf3cad4279c36 0.00 MB 2 0
74,219 74,219 00000000000d66b371f1f61ad17cfec11df5ff79370421c131055f102b7e65c0 0.00 MB 1 0
74,218 74,218 00000000007a8d9e1f2722c93321e05e4759b65ea6c8a2aab9f2385884a1e513 0.00 MB 1 0
74,217 74,217 00000000000c0c761ec5cbc64cd063788d4fd033e0b8d442be35a773bdc2e482 0.00 MB 1 0
74,216 74,216 000000000063ce8a227508fd677d2386e34e5355aa3e78cb435f9981f908668b 0.00 MB 1 0
74,215 74,215 000000000092e387d4a62eee427aa2be394fe419b093f83dc3904daf0946df9a 0.00 MB 1 0
74,214 74,214 00000000008731fbb88192feb3404df457a0c4ed09a7d243b7a219efbee73991 0.00 MB 1 0
74,213 74,213 0000000000a981a4d8af35fc6abd393ad090c9c80a1e262ee65726d39cdb8a7f 0.00 MB 1 0
74,212 74,212 0000000000a7d2fe09f406a6969bf0ba0a93ccb88750c487ab851c60b68434a2 0.00 MB 2 0
74,211 74,211 000000000002eaae527896ab3f2bfd6447626bdd3753aaeb67cf7097462081ff 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.32 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,362.97 GB sent, 125.42 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.