Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

21,677 transactions (5.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,068 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,342 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,067 (884,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,696 25,696 00000000b774dbf9b583b479ba34f4290528f79677bd2dd5f3f83208b804a4e6 0.00 MB 1 0
25,695 25,695 00000000a3abb8ea67f9195497d47c406367afc5a025755e36f427a08bd2cd3a 0.00 MB 1 0
25,694 25,694 00000000f189a245a625546df6b5c39ab4b193d9d73deb12fa4b91e28271a43c 0.00 MB 1 0
25,693 25,693 00000000ac84e8376c56a06dd6e7c12b885bf91c0cb1d96560a15d75b1a2e759 0.00 MB 1 0
25,692 25,692 000000001dec53fe7d3848a27748eefd7e84bf88162096121be758e79b602856 0.00 MB 1 0
25,691 25,691 00000000d6fb6f1f62d4e7f6ae3d46aa9c7afe29a1a43024e98588136355f346 0.00 MB 1 0
25,690 25,690 000000005ae15976593a121ca8f6cc36e27f5064f44d9400fb8e6f65664e2508 0.00 MB 1 0
25,689 25,689 00000000ec698af32f03d862c0b3b1ffdea02d2a1cd55269b55454b1b26af781 0.00 MB 1 0
25,688 25,688 00000000b5096e593171b62005c4e4d61633d1e9de8be579196cd77b72b338e8 0.00 MB 1 0
25,687 25,687 000000006d1021938688266e81e505989b547caf967d04768cfa956d41824dde 0.00 MB 1 0
25,686 25,686 000000009860a465da6e3883deefc56e3145e7d1cee0b28ce89f7d01779aede8 0.00 MB 1 0
25,685 25,685 000000000315078ea65b8f7b03934743e772f2e1568729d4126bfc1de19f5bea 0.00 MB 1 0
25,684 25,684 0000000006b911bfaecfe6e82c8be3f1b357cdadede00f8fa53464eb90cf51ec 0.00 MB 1 0
25,683 25,683 00000000d50022865a6a54fa8fdc2b5b9dd00d72528ef8c441a98aa6a2ff12ee 0.00 MB 1 0
25,682 25,682 00000000a07b30e4465e2e0f3d480fc3a09826364d007b428333f363394d969d 0.00 MB 1 0
25,681 25,681 00000000d55dfbd92c11a1e81420d8c8543ca90b842146c63555b92fe9d00909 0.00 MB 1 0
25,680 25,680 00000000d76d8ad760baf308608558d614fdbbff1d7e74a6c9d1c8ff200fa632 0.00 MB 1 0
25,679 25,679 000000003277f5cf1200f0a05cf083eeeabcc502245e7632cd8740e451bfa086 0.00 MB 1 0
25,678 25,678 00000000cf627558e9382f4ef29c04abd1d6a079ce2a7c8589c2612e833f5e2e 0.00 MB 1 0
25,677 25,677 0000000094a2f7fb63e65ea2db0999377b9923b4187a7131bd3a9c12a1f02e53 0.00 MB 1 0
25,676 25,676 00000000add512a93a45ba1947ae5a90a4c0c19b367d293d57b47ea1ec849979 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.52 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,186.63 GB sent, 116.08 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.