Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

345 transactions (0.09 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,738 000000000000000000022b910000000000000000000000000000000000000000 0.09 vMB 343 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,737 (831,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
80,235 80,235 000000000042c1b07b521f025e8b1ab636084e080f7871f734beb046e1719929 0.00 MB 1 0
80,234 80,234 00000000002862a0885ec35cd86b8d95b1e1c0ba182845198b2a5b904d1dfb3e 0.00 MB 2 0
80,233 80,233 00000000001825a0f04df075db5196666d33c725c84723b00176221fc745c3e9 0.00 MB 1 0
80,232 80,232 000000000052b86d93f93b151b28c0518d58c7f7e7c578c8111580a8e5c027ff 0.00 MB 1 0
80,231 80,231 00000000003c1ef9bd718b7bc89abd652f33279ed86113858ec6a006ad6f2a71 0.00 MB 1 0
80,230 80,230 00000000001e0741097bcababe3f20c071dd19d1adffac7e229a442cd334d8b5 0.00 MB 1 0
80,229 80,229 0000000000432490e933604873ec9e5fd8e6af25143e446d3b21becd242da1aa 0.00 MB 1 0
80,228 80,228 000000000022af264a1156f671875599235fa27d45bb0946dc54d9f503b591b5 0.00 MB 1 0
80,227 80,227 000000000025add30a8ad3982c9692f37d928d0ad45b94a9257323c06f7d27dc 0.00 MB 1 0
80,226 80,226 000000000056bb8ed6199d27520b66b737319e6a641f0a270dfbc99836498711 0.00 MB 1 0
80,225 80,225 00000000003940c3fb0d09394f4f2616e60bf9e6264a6e824f81ef2f4528020f 0.00 MB 1 0
80,224 80,224 00000000003ffdac19a8c29105559b2da83ee3c09b842cc5586b08d3d1b89c28 0.00 MB 1 0
80,223 80,223 000000000043d1e0864a617f0a5a18f457aadc3faeeed8161de958fc4b0037e4 0.00 MB 1 0
80,222 80,222 00000000004843f220801436ec4b697b1e2b9d01be038a4d8c055bb64e22adcc 0.00 MB 1 0
80,221 80,221 0000000000484cbaeb76d943e26ff9c3aa27a3ceed5eb2f90c5ece694e3aa001 0.00 MB 3 0
80,220 80,220 000000000024e88cab2ddc2189b5e079ddf763a755340134c782e24f5ec183cc 0.00 MB 2 0
80,219 80,219 0000000000145f2534b61925a807b724ca62481532cd29b10e16e981679246a2 0.00 MB 1 0
80,218 80,218 000000000037da265591b3c0d9f619ddf21d52647fc67a83fa483b50417f6bf7 0.00 MB 1 0
80,217 80,217 00000000004b4ca752ff45aae9f0001919dc502669f75765a1730a51174c9742 0.00 MB 3 0
80,216 80,216 000000000002e2e08d84297c124fb62df6bf9fedd0b10ba705be1080001c4a5e 0.00 MB 1 0
80,215 80,215 00000000001939b38b666a79ca027ecce25f3de5841c12422e9c8eb19d2fbc10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.60 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,427.77 GB sent, 131.57 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.