Loading Tool

Explorer IconExplorer

Memory Pool

81,875 transactions
30.86 vMB
0.08212265 BTC
Random Selection Loading Transactions
Max Size: 189.25/200 MB

Candidate Block

Mining Attempt 7968778b2ffa4772efc7c82cffb0115cd53c527d92174e5cc415fcd3770759d3
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root dd8d5000e1d309c8c5d2598d2d42abeeceb7926ad8aee9c903f11fbbfd8ef1a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,632
Size: 1.00 vMB
Total Fees: 0.01289623 BTC
Feerates: 151.12 > 1.29 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (446,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
469,160 469,160 00000000000000000060d331aa6b684f8559e8c94457026e10a0fc8312e5f6e1 1,597 1.00/1.00 vMB 355
469,159 469,159 000000000000000000295ad3924a2c09ad72e82e8f2b27bcb044e1720299dbff 2,586 1.00/1.00 vMB 327
469,158 469,158 000000000000000000f6b023f58024c69f6282ddfddaf67d50aa9b1a53a31f62 2,500 0.99/1.00 vMB 339
469,157 469,157 0000000000000000007c69e76645e5b13dc3f847a09daeb967e0c6c3545bb77e 1,935 1.00/1.00 vMB 343
469,156 469,156 000000000000000000338f36546704bba826b833b1e0ab1166e67dd3447dba80 1,935 1.00/1.00 vMB 407
469,155 469,155 000000000000000001599251c09667b3f980ef3730826f5b4106b6923f70dfc2 1,286 1.00/1.00 vMB 362
469,154 469,154 0000000000000000002779f60db6f805cd6d0d7180d829c92e12ca4e0eec2b02 567 0.99/1.00 vMB 350
469,153 469,153 00000000000000000028302d17ee829943a93ac7190eff6c5190921e0b994a78 1,412 1.00/1.00 vMB 291
469,152 469,152 00000000000000000044a69ccee63a98ded87b57e990e267a818d7d43f176de4 1,775 1.00/1.00 vMB 426
469,151 469,151 0000000000000000017c0d01bca58b83c75ccd1f57003a01c0616c8bba7de908 2,193 1.00/1.00 vMB 492
469,150 469,150 000000000000000000749761f52e0edfbe2e44787c9cc7ba17613c870f4ef64a 1,688 1.00/1.00 vMB 416
469,149 469,149 0000000000000000009932d635197b158ce23bd145e20a161198fa21e2f48701 971 1.00/1.00 vMB 338
469,148 469,148 0000000000000000002a1f9993024311a7d65a0bbb84d48ead1fef1314131e44 1,009 1.00/1.00 vMB 237
469,147 469,147 000000000000000000039d7d594b7dc663c6e57414b5e664152a921926d388ce 1,258 1.00/1.00 vMB 237
469,146 469,146 0000000000000000003b03e0001cdb5848d5ac533b7226fc3d745eb67417c949 1,690 1.00/1.00 vMB 225
469,145 469,145 0000000000000000008690b23c6fd7de988a0d62b7b3c9b2480fcc0452f6a4b5 1,622 1.00/1.00 vMB 264
469,144 469,144 00000000000000000193944d58c8bddf061c7015d047ed604de40da846037a31 1,820 1.00/1.00 vMB 407
469,143 469,143 000000000000000001c8af3f8e465c7ab16bd4293b9439a4460f6ec7a1a1480f 2,222 1.00/1.00 vMB 389
469,142 469,142 00000000000000000151deb06b83d8f7c0b026154efaf960146937efdbc601dc 2,444 1.00/1.00 vMB 381
469,141 469,141 00000000000000000009b4f32ff56025844de813a4dd0859db7461dcf23d0dfe 1,418 1.00/1.00 vMB 283
469,140 469,140 000000000000000000d3576db95f77a6bed8f47ada9b0c1956b366ffdb7ae0d3 1,703 1.00/1.00 vMB 275
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.