Loading Tool

Explorer IconExplorer

Memory Pool

18,906 transactions
8.89 vMB
0.06274362 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.70/200 MB

Candidate Block

Mining Attempt 0440550e17cdccc644c882bf1457f44162ea2672a2cb205cd3a1783aa0e4acfc
Version 20000000
Previous Block 0000000000000000000003c7cbcc0246969b12a8c6b834f333c2ac327690af3c
Merkle Root 36a6becda4ac78bebf96e3243a6f6c437b25a5c2b1d33f8881c744acead0f6e9
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,087
Size: 1.00 vMB
Total Fees: 0.04183235 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,389 (747,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
166,197 166,197 0000000000000a18f8283163bed4d50067baff8b4336ede454d364745ce97713 62 0.02 vMB 59
166,196 166,196 0000000000000c0d095a85e177b039442239b5d5118d19819f4b350ddc155fe6 18 0.01 vMB 15
166,195 166,195 000000000000037114882a68c286ff4ea472e081f21492d65f6f572cf1c3481f 100 0.06 vMB 79
166,194 166,194 00000000000009c241f55c5dfcb0a075d853fe0ebd03707cb9a64f1f86637d9a 118 0.04 vMB 88
166,193 166,193 000000000000002fa2eb767b857cefa06de4f449a8903824a6724ccc366c99d1 14 0.01 vMB 60
166,192 166,192 000000000000069689e402455ae0df5c71362d3453d5483d3c8be990153ac703 51 0.03 vMB 140
166,191 166,191 00000000000003176d47511fa540b5744e3b620755cbf89b5e735dfde761d003 29 0.01 vMB 291
166,190 166,190 00000000000001cee75bd1fe383d635a88b9009da8e64759447ce91edb58ca56 87 0.05 vMB 78
166,189 166,189 000000000000030db4cd0ddfa0f53261903e45989401363daa2194cc7badd283 48 0.01 vMB 7
166,188 166,188 000000000000087ba84503198b335c06ecd6da2983aefd11c70b3db9a802b0e6 45 0.02 vMB 226
166,187 166,187 00000000000007f91a73159108dd25b911ca0db858f869b9f7fbb4c73512930e 36 0.02 vMB 115
166,186 166,186 00000000000005047cb07ed13889e4de7baef4387a2eb1c74c8dd7337888f8de 44 0.02 vMB 219
166,185 166,185 0000000000000939aa3ed5236848a2375e1246c7b6d1f03f3e30b6846fddc23f 92 0.05 vMB 167
166,184 166,184 0000000000000b97e64d2cfb202b736f5a1a73ecac2ecd422643195a034a642f 80 0.03 vMB 91
166,183 166,183 00000000000008e8ec4f947c6eacee48e821dbc9764f688cf5601a37061246ac 52 0.02 vMB 190
166,182 166,182 0000000000000751fee5667ce968e4a41cb88a6ea43bc12a7371ca2caa8670ae 1 0.00 vMB 0
166,181 166,181 0000000000000bc968b175385c3dc710b82e72440202db8ba1f87d8a25b753d1 124 0.05 vMB 89
166,180 166,180 000000000000072a3003fb0d6e3f4ea12180c5a16a55e95d56c1825a9c4d742a 59 0.03 vMB 97
166,179 166,179 0000000000000886f64a823bffa35a0845563d0879167f8df83b64b204488813 12 0.00 vMB 0
166,178 166,178 00000000000001ce3715e5b964df9cf138707ff3a6fa1ab7187b6a165bfe1f19 78 0.03 vMB 102
166,177 166,177 0000000000000adddad6005b0d7e9c0703da017c59f75a7598ab4ed761a207eb 110 0.04 vMB 89
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 110
    • Outgoing: 10
  • Data Transfer:
    • Sent: 243.03 GB
    • Received: 0.92 GB
  • Uptime:

Notes

  • 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.