Loading Tool

Explorer IconExplorer

Memory Pool

87,846 transactions
32.57 vMB
0.24802167 BTC
Random Selection Loading Transactions
Max Size: 194.65/200 MB

Candidate Block

Mining Attempt 6b0c9cbee8950380dd262d5786b0a3a8d55b7f4920db30df003602fc4f9ba6b7
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 36a14d5cd2d061d0a54e19695077ef3d22f67d0e73d721fff6bd4ac3c5fbe35f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.10976206 BTC
Feerates: 538.26 > 11.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (484,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
431,105 431,105 000000000000000002ea0ed4ccc3a4f10593eeca7986a8b63817592d24befc03 1,270 1.00/1.00 vMB 36
431,104 431,104 000000000000000000ba6c7fa5aadd6e3690500839b4b684da153cb50d8cb0aa 1,856 1.00/1.00 vMB 53
431,103 431,103 0000000000000000014de3dbfd6707fc8fbdbd56499c109b6498a28f77a5e70a 1,941 1.00/1.00 vMB 50
431,102 431,102 0000000000000000036ce17678d01673deae9f2de03da2838f9cfb6e450a8e6d 2,607 1.00/1.00 vMB 54
431,101 431,101 000000000000000000a40b38120804d5813fb2d0bf832b14153cb45c3ec9401a 2,780 0.93/1.00 vMB 60
431,100 431,100 000000000000000003487b60010b7651f85866b33b586a55f484938534af4b3b 1,952 0.75/1.00 vMB 61
431,099 431,099 00000000000000000334937505cf00b52c266bf057b86b604740b5163bcfe6c9 1 0.00/1.00 vMB 0
431,098 431,098 0000000000000000013397e179bba4e214a72bdf44e50a69a8d8b7c9d615a772 3,142 1.00/1.00 vMB 84
431,097 431,097 000000000000000000fb01fea751783a69052e9c446203f91d4a938ffa644c1f 2,729 1.00/1.00 vMB 78
431,096 431,096 00000000000000000467112a115058416d8997981e3303b4f7d6a1cebeebc051 2,682 1.00/1.00 vMB 76
431,095 431,095 000000000000000000f153dcb200f9934e6857a4f6eb96f2cc51e2959b833634 1,734 0.74/1.00 vMB 59
431,094 431,094 00000000000000000357589cac19871ee79621149c2b0de9393e8e07bd0de228 779 0.38/1.00 vMB 60
431,093 431,093 0000000000000000007d2befc536487baec69f15a4aba15fcb7acd7fb44ad498 1,276 0.68/1.00 vMB 57
431,092 431,092 000000000000000001d76099c358bf1042cd0c31969b33d450136cdb66e5c979 418 0.73/1.00 vMB 18
431,091 431,091 000000000000000004378f44ec4fcd7bb6550ae2860399b0ab7e34be79054814 1,313 1.00/1.00 vMB 33
431,090 431,090 000000000000000002a6937cca8e2fa86229bfbb1f00d7df4e7f115531cc3406 2,842 1.00/1.00 vMB 75
431,089 431,089 000000000000000000085fd523d4cc1ce25b672b32f77b32809af4f1c5515875 993 1.00/1.00 vMB 34
431,088 431,088 0000000000000000032fcd4bba5cf21ac77d1fe8cab9c3c28aba5531c9c60c2e 1,710 1.00/1.00 vMB 66
431,087 431,087 00000000000000000356b4687cfd85e14c82e18072b4fa49f84dc9c1152fcdc4 383 1.00/1.00 vMB 20
431,086 431,086 000000000000000001ccea3bcabf65a6ca9ab7e57d58d98ddda09469683d5857 2,041 1.00/1.00 vMB 51
431,085 431,085 000000000000000003c18903f79b4c631daed2da0956c6ec66eca2ebf9e3b8fb 1,593 0.75/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

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