Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,698 transactions (2.06 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,969 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,100 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,968 (611,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,194 299,194 00000000000000002d908508e761d62e86d9cf7e31cf420b441ac3b668ca7df0 0.35 MB 909 45
299,193 299,193 00000000000000006cfcd5041007e1e7bca52699f696f993d4c39204aae854ef 0.25 MB 795 57
299,192 299,192 00000000000000007c87bf288759f77efd03db1c22983b58bb97451785529054 0.04 MB 128 320
299,191 299,191 00000000000000006832be286a982b209b54788671ff3c550cfa9b6a8cd2dbec 0.21 MB 345 30
299,190 299,190 00000000000000004523db70f340cbc2f72d7b2022d17af51c2ee3fcd45f36b2 0.70 MB 1,261 29
299,189 299,189 00000000000000001237535293c120a0b9d4d4ac7bac9911c48357bf0f694d26 0.21 MB 256 22
299,188 299,188 00000000000000000564c99c2ed47574a404adf73916a9dec7aae1dac047f56e 0.75 MB 812 23
299,187 299,187 000000000000000086167c974cfcfcf032620dd8834d784741010a0ff6700164 0.35 MB 874 57
299,186 299,186 00000000000000002eb1d8deb8d1dd6f7822cc952513b0112bdf1faf994d5e8e 0.56 MB 1,012 36
299,185 299,185 0000000000000000193bf2c66869c47c52c03834a8802cad7537916553f1aae1 0.49 MB 798 28
299,184 299,184 00000000000000002a66b54bba5d93b46cf30b107525426c33e54cf09230723a 0.22 MB 395 46
299,183 299,183 00000000000000005cc77b8729c6c433dd9a3b8fb363fc0760e821c5db56b7b9 0.24 MB 379 26
299,182 299,182 00000000000000005ee64e8321c3c428a91f5acc60b3ee02eaf1159c68e7e95b 0.00 MB 1 0
299,181 299,181 000000000000000076c6e0f9e7b69d8f7412004b2e505fb205e0a76ae9d38d3c 0.18 MB 308 29
299,180 299,180 00000000000000006a2933ff1dc66cc18d186c8c4354d8425ef5e561900fe491 0.29 MB 444 30
299,179 299,179 00000000000000003bab0cec5d3897476811e5cd671f87d664b2fe2482f80125 0.34 MB 645 92
299,178 299,178 0000000000000000097896ab097a3ad981a0dbfd0ef26832a68490f72b9cd2e8 0.20 MB 462 34
299,177 299,177 000000000000000079007b37f9370ab9a73ae41e2029a9a0932a444c4c3ad3af 0.52 MB 661 21
299,176 299,176 00000000000000002a38acaafc4c327f87e03ac5b9d81d21a6cb52a5e44cf6cb 0.25 MB 717 44
299,175 299,175 0000000000000000305609112292e5b19feb79eadaf85eef8ef33e1667c1d5e9 0.32 MB 500 35
299,174 299,174 00000000000000002d3ee6f3272115ecbb92bf5d06b1bc3856bcd214b9a98ebb 0.13 MB 236 34
Previous 10 blocks ↓
Total Size: 775.18 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,359.36 GB sent, 124.66 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.