Explorer IconExplorer

Memory Pool Memory Pool Refreshing

14,151 transactions (3.72 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (8 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,241 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,691 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,240 (46 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
909,194 909,194 0000000000000000000144f518b1aa98fefe81ad16c88a647d78c0e933778a47 1.60 MB 2,721 3
909,193 909,193 000000000000000000018a46743517bda319766f6cb5d30cd03c3c6429130616 1.47 MB 3,782 6
909,192 909,192 00000000000000000001fd39c74ef321f75ace119147f1d7c08c6c6b7929df38 1.53 MB 4,389 8
909,191 909,191 00000000000000000001cd36a419efc32be605a9a8dc661f5e4e2d91a7607cd8 1.55 MB 4,424 3
909,190 909,190 0000000000000000000136b1637c484148da071fcef508240571b15c66bacb40 1.60 MB 3,751 4
909,189 909,189 00000000000000000001dc800badbbf0710c9557ff66380c11c4d27a8ca08be1 1.52 MB 3,805 4
909,188 909,188 00000000000000000001c1c5dd158649b0ebd03f6ff17a50f524d43d9e36ead9 1.44 MB 4,528 7
909,187 909,187 00000000000000000001ac91e8ce025c4d6e445b0ad982ae68d13f715c93499f 1.55 MB 4,160 6
909,186 909,186 00000000000000000001749292109072572c2b0737488646622841d329ce15be 1.51 MB 4,193 7
909,185 909,185 00000000000000000001fd1b5791c326f6aedff71596bdbb65613206472ef025 1.53 MB 4,968 5
909,184 909,184 0000000000000000000059af1d840ceb287630b4eb26edd31a6161191eb91762 1.52 MB 4,461 7
909,183 909,183 00000000000000000001db477af73829456a49824b4385864f81500b7d5ddfff 1.53 MB 4,186 3
909,182 909,182 00000000000000000001d3d5ac32bd9adb8fb24caf586170e8ac7d3b2b9b1483 1.47 MB 3,996 3
909,181 909,181 00000000000000000001e4e28f55b953cbdf481c5d2701d4fb543d438edd16ef 1.52 MB 5,105 1
909,180 909,180 00000000000000000001320163f3854bfd8033ac6b985c188aaad3d2552e3176 1.69 MB 4,313 2
909,179 909,179 00000000000000000001a9921d01f56804596053b74cf73d13321a3939e56c79 1.48 MB 4,183 3
909,178 909,178 00000000000000000000465b41c6b7403d220288ff7d48591f952b6c1496949d 1.68 MB 3,744 4
909,177 909,177 0000000000000000000043239280f0e614147d42bab10b7b403652c053dec494 1.55 MB 4,556 2
909,176 909,176 000000000000000000010e969520668271ff9b2b885833fb6f50a51d58975355 1.31 MB 3,285 2
909,175 909,175 00000000000000000001a3f74aa5901877a34cf57f4b8036de061d38ed87aed1 1.61 MB 4,632 5
909,174 909,174 000000000000000000010441b8cb9d9ce5e2725c2bfe4694010cd88db4c7e948 1.61 MB 4,009 3
Previous 10 blocks ↓
Total Size: 771.98 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,016.04 GB sent, 107.88 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.