Loading Tool

Explorer IconExplorer

Memory Pool

48,974 transactions
30.49 vMB
0.09309350 BTC
Random Selection Loading Transactions
Max Size: 163.12/200 MB

Candidate Block

Mining Attempt c7d8b9c7a4a339026e2ec5b7c3105585018d6325e7dc28edf2f9ce89d98c9679
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root 93e7d5383889b9a4615b589e1034d4f6c67f0d56a7f392f0033feb6ea9bcea94
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,412
Size: 1.00 vMB
Total Fees: 0.03054683 BTC
Feerates: 101.56 > 3.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (640,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
274,181 274,181 0000000000000003b5430b539d8b69b223c66a24da7168394e90f5061be252e5 783 0.25/1.00 vMB 105
274,180 274,180 000000000000000087588a5810fffae9cb7a5388d639c124d3b412dc3b14d08a 117 0.04/1.00 vMB 15
274,179 274,179 000000000000000068ebb7a97273ce525efb1b663a744d0ddf9216b8b2079527 1,093 0.48/1.00 vMB 50
274,178 274,178 0000000000000000e27b4b66d5858c7d572be7b14ceed00ccda56a219f6f811c 681 0.25/1.00 vMB 89
274,177 274,177 00000000000000010f6c7134fe8013095525e9e5e4a40d958316e8e517ece833 16 0.01/1.00 vMB 28
274,176 274,176 0000000000000003cbb18a8ea04e14452ad0c3bc92ed709e4df5a50b2a24da0e 106 0.04/1.00 vMB 43
274,175 274,175 0000000000000002b704edc0bf1435fe2116040b547adb1bc2d196eb81779834 129 0.08/1.00 vMB 48
274,174 274,174 00000000000000023d0f3b92917162e2c21a671e3c44d7df44839dfd3fed01bf 589 0.24/1.00 vMB 72
274,173 274,173 0000000000000004912f2406930cf75d2f6716ef371b037e480d876df3980d50 240 0.14/1.00 vMB 33
274,172 274,172 0000000000000001eea464a2ab7be6fa3146a533dfaefc5afa12d9ec807325dc 176 0.06/1.00 vMB 44
274,171 274,171 000000000000000313982f94ccb7c82101aa1c44c5f0d39ece0a3cb42ee338bc 108 0.05/1.00 vMB 29
274,170 274,170 0000000000000005ae4f1d4573f686d300ce88f1a147e266b4be82394eb6afd1 644 0.37/1.00 vMB 42
274,169 274,169 00000000000000017d45dd2d30792ca69ba569af31f9857dd0eb5c12965c0c50 695 0.25/1.00 vMB 83
274,168 274,168 00000000000000013b278265a809cc11ac03abd3b5d203c5a215b3bf3248d69a 840 0.33/1.00 vMB 68
274,167 274,167 0000000000000000604153117a8d2443c2094a332f217bce611e3312c041279a 324 0.16/1.00 vMB 35
274,166 274,166 0000000000000002e17a38fc1f233a6799df93d3c34c9ca4fcac4cacc4c75b90 291 0.16/1.00 vMB 19
274,165 274,165 0000000000000002f9efbd381e7f42c0c3fb789752bd3389ed649dd767bc2afc 580 0.25/1.00 vMB 86
274,164 274,164 000000000000000353fb90766ccf30dde7ccaece5e176454c7745b14c27547d4 159 0.21/1.00 vMB 18
274,163 274,163 0000000000000003ebd28e8fc9a4daa94c7fc4ee3ebddda3f6cbe729ab0cd54f 768 0.25/1.00 vMB 81
274,162 274,162 00000000000000029504878e6a56570961e4b0769b9ecd1a8d6e7761a8d1798d 626 0.25/1.00 vMB 60
274,161 274,161 0000000000000004aeab0f0e2830a81498a555ecf46f28a3c2197fbe3db74a9e 1,310 0.61/1.00 vMB 45
Previous 10 blocks ↓
Total Size: 782.13 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 652.42 GB
    • Received: 13.77 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.