Loading Tool

Explorer IconExplorer

Memory Pool

43,260 transactions
29.20 vMB
0.07317444 BTC
Random Selection Loading Transactions
Max Size: 150.47/200 MB

Candidate Block

Mining Attempt 369aa769ac51df2cc2d154da93888e5eb08fb1558c8fb6ea3b5f36fb86c66030
Version 20000000
Previous Block 000000000000000000015df9339a679f24b05f10bdf66499b18076d0f640fe75
Merkle Root 1b7d4631abf8e17ea744a14a1b82a98af87140cb7f77ddca81e7e25328c8f9a7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,793
Size: 1.00 vMB
Total Fees: 0.01599864 BTC
Feerates: 197.49 > 1.60 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,620 (340,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,203 574,203 0000000000000000002b843ecd70c4b21a7913c897aca01025bd6719faf55c1a 3,219 1.00/1.00 vMB 27
574,202 574,202 0000000000000000000bd6e17a98e77711e5645bedf2668457e81918c2dc43f3 3,054 1.00/1.00 vMB 46
574,201 574,201 00000000000000000005bac8afdc07cc3d484d77151b28732881998706a122b7 2,809 1.00/1.00 vMB 38
574,200 574,200 0000000000000000001602407ac49862a7bca9d00f7f402db20b7be2f5de59d2 3,315 1.00/1.00 vMB 50
574,199 574,199 0000000000000000001a899a865d3e6f9fef7801b86c0dc1bdda8b2337c1ae75 2,789 1.00/1.00 vMB 32
574,198 574,198 0000000000000000002ad98b072322f12c5825cc3c07367d3f813bb47928e666 3,434 1.00/1.00 vMB 7
574,197 574,197 0000000000000000002557328dd9dd1ae4579542e9b1a471991e05bc427bfacf 3,217 1.00/1.00 vMB 46
574,196 574,196 000000000000000000124ce370189e83338b0fab50cbcf8aef8a1dcc3687bad3 3,378 1.00/1.00 vMB 26
574,195 574,195 0000000000000000002b6cc32255c2af64dc24160a8b0260e2111b67a53d9f52 701 0.85/1.00 vMB 5
574,194 574,194 00000000000000000022b0246af2e5fb4a7d95b1c1918054e63f709166b68806 2,950 1.00/1.00 vMB 23
574,193 574,193 0000000000000000002afaef41c2816f319934dce63a9d359d0d00738b3cd001 2,085 1.00/1.00 vMB 13
574,192 574,192 0000000000000000001184bae092876846b98af1f8b8b23fa1941a58e2735ecb 1,746 1.00/1.00 vMB 10
574,191 574,191 00000000000000000026853664b298165270e07b1e53417b4cf0ca15ddc98e48 3,250 1.00/1.00 vMB 15
574,190 574,190 000000000000000000044e9db0428b51a0c84c0bd6e1cc99094294dcfbee779e 2,991 1.00/1.00 vMB 36
574,189 574,189 00000000000000000018d60df6e106e8076438a267c643d718424dd400e9dbcc 3,025 1.00/1.00 vMB 4
574,188 574,188 0000000000000000000c43e7a5949e55b7b0690decefa997f9f2f87a837f0165 3,040 1.00/1.00 vMB 54
574,187 574,187 000000000000000000149ea88d78c4a0ca859ee25d808da3d968f5484bb6f5e9 3,379 1.00/1.00 vMB 30
574,186 574,186 000000000000000000261cf6fe654fcf03b0ae4a4f0e65f3bba1a497bd15d187 3,049 1.00/1.00 vMB 44
574,185 574,185 00000000000000000017734cd332577ab538531941f58045a00ab42d4ab160e5 3,000 1.00/1.00 vMB 57
574,184 574,184 000000000000000000197e5c3ec471624e6a0ed4b720482d1324c570cf906817 2,934 1.00/1.00 vMB 23
574,183 574,183 00000000000000000020a24fb11dd2106221110b4d5813a63bc921043e2acd3e 3,104 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 781.72 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: 629.70 GB
    • Received: 11.95 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.