Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,674 transactions (1.20 vMB)

Priority:

  • 1 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
910,480 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,088 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,479 (885,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
25,187 25,187 0000000033a1e329e03cbd60ab3857442277936fba092e3c4e9162d3f4d11e48 0.00 MB 1 0
25,186 25,186 000000008fa8f8e222923e26791dcf662e8ac7800316b7b68fccb9d396cbc62f 0.00 MB 1 0
25,185 25,185 00000000a541f92191641f07464d8f9ae48380397daed13fe4fb3c50704ac310 0.00 MB 1 0
25,184 25,184 000000008a07912331371839585ba5d5bd89b83f60454c29cf683abf790aa5a7 0.00 MB 1 0
25,183 25,183 00000000b5f25e58cb0882a9350a318b8c6b9386a440ce027ed9ac1aeed5295e 0.00 MB 1 0
25,182 25,182 00000000918b3715e4a732364ca7ada4f8e1ef208992c4cfbff88a58fa9d9628 0.00 MB 1 0
25,181 25,181 00000000e971352065d32a9f41da434a847bd84f2df8ca35fd04569fcf671831 0.00 MB 1 0
25,180 25,180 00000000805b35fafc552942e3dcd76f84f77da93216c2fed6ec6fb1380ccee9 0.00 MB 1 0
25,179 25,179 00000000e950cedc806e56e5bbde345051043c7224abe1bb9f2535d67466e372 0.00 MB 1 0
25,178 25,178 00000000d15dcf1d60c5a5f21c7465ce2449483af32bc105162d2a00770c17f8 0.00 MB 1 0
25,177 25,177 00000000e8c8bfcd1bc114f0a70526b3358f0acc3ca069ce32d3f1ea27057507 0.00 MB 1 0
25,176 25,176 00000000cef82439d8580bf5b56090d7e4f2ad42654a3b6b1f6cb4110ceb7703 0.00 MB 1 0
25,175 25,175 000000008d6a2d21190507408b0ed18f584911ecc71e967611cc62fca8fbe8d0 0.00 MB 1 0
25,174 25,174 00000000386adb326d2f43b026f2fe7e322cdcbebb6e253c8328c3a5d4934c1c 0.00 MB 1 0
25,173 25,173 0000000050561e3c454735bd8f1bc813097ff68bff3ab005c023fea65062f774 0.00 MB 1 0
25,172 25,172 000000005e6191119b378bf22a7b6c1a123579efdb2d2c6422425b8c481f7bed 0.00 MB 1 0
25,171 25,171 00000000f89203602b85f98d64efea18166dae72b510ab3613b596a3a5c25f46 0.00 MB 1 0
25,170 25,170 00000000cd35852ae86221782864cbcd92bf7db7eb6452ee866129b2f9d3e81a 0.00 MB 1 0
25,169 25,169 000000009df71fd5d6c3c49c236020038d8bed2fefeeabf97fd92df1bfa006ec 0.00 MB 1 0
25,168 25,168 00000000cbdc1ac56a72e993ebe6e7f5a1f7e378832191a6eb3fc995d9d7df50 0.00 MB 1 0
25,167 25,167 00000000b5cb5c4e32e90cfc6e35cdc73943121d353abb9e5944ebbeac55201e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.28 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,242.76 GB sent, 119.94 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.