Loading Tool

Explorer IconExplorer

Memory Pool

37,815 transactions
26.04 vMB
0.05174015 BTC
Random Selection Loading Transactions
Max Size: 134.95/200 MB

Candidate Block

Mining Attempt fd06d248034856ab45271b41f2b8c4d2723b28c712c9c54da237ed3eb5e75b81
Version 20000000
Previous Block 00000000000000000001b7674223024d82c52e523316ed94cc86a2e4e969203f
Merkle Root 4b988893240caae32bff233f78a0c4e0bc692ee7ccbe55d90d763361fee01084
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,931
Size: 1.00 vMB
Total Fees: 0.00430696 BTC
Feerates: 13.56 > 0.43 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,867 (457,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
457,350 457,350 000000000000000001e2e32d31f9528b786bf8a0a099a2bf1409fb1836b64c3d 2,006 1.00/1.00 vMB 259
457,349 457,349 00000000000000000245f4a8b98d5446735d9e03853f6014fedd2e6b3eb5a075 1,770 1.00/1.00 vMB 113
457,348 457,348 000000000000000001f252cbd6f4096d90cbafa0b04675f6d9fad51aa247aefb 2,234 1.00/1.00 vMB 147
457,347 457,347 000000000000000001bc4f1a00fa14c7055ee78cefd877f2af92b065c0a490d4 1 0.00/1.00 vMB 0
457,346 457,346 000000000000000001574ec85ad361fae9abd35889574e69544c45152b2af735 2,517 1.00/1.00 vMB 218
457,345 457,345 0000000000000000010c2e8ae1bc20eeaae96cd9a4a69e4e7e9fc907238be508 1,447 1.00/1.00 vMB 114
457,344 457,344 00000000000000000031d77aecc21ccf9faac7dd705ca379524ae0609faab20c 2,160 1.00/1.00 vMB 122
457,343 457,343 0000000000000000018e0f7d7fded2fcbe81e8fcf2291284ffa2b4df52c4052a 2,572 1.00/1.00 vMB 121
457,342 457,342 00000000000000000016e7c7f022af80a4be7b292d3f5e6af512c674894ad1bb 1,896 1.00/1.00 vMB 151
457,341 457,341 000000000000000001579b818160bf8a77d04841f9de909dbbc7d95528ead15f 2,468 1.00/1.00 vMB 215
457,340 457,340 00000000000000000161004efa1c7c4f17b646e24332178e066e422c4f204bda 1,664 1.00/1.00 vMB 127
457,339 457,339 000000000000000001243c2de86b1be47833713a1e662b06db4a54ae429f2606 1,671 1.00/1.00 vMB 143
457,338 457,338 000000000000000000905eef55f4cd8a14a6299240852298a9b5357f30d90afc 2,621 1.00/1.00 vMB 209
457,337 457,337 000000000000000001de246bf1a4744e9e3e882ff2a08518a6564c067f1598be 2,301 1.00/1.00 vMB 174
457,336 457,336 0000000000000000023dd38ff54591ebc85f02bb31f3f32406c875b53400705c 2,202 1.00/1.00 vMB 193
457,335 457,335 000000000000000000580b4a7a6fecaede1d8e9423b1024dc94427e5d2e2da98 1,433 1.00/1.00 vMB 105
457,334 457,334 0000000000000000023a20ea9f262b1e49c2663597c4595d05a99a16f52e7a3d 2,674 1.00/1.00 vMB 113
457,333 457,333 00000000000000000029ed2c9bb0529d0b64bf4ba3b1a536f439698f439c76a6 1,382 1.00/1.00 vMB 132
457,332 457,332 00000000000000000008e6a6969962aff222513a0629cfc0c7b55f097d73226d 2,354 1.00/1.00 vMB 153
457,331 457,331 0000000000000000006970c3c13c91283293b6da6754fad44efc0bebd84325c8 2,593 1.00/1.00 vMB 153
457,330 457,330 00000000000000000176a073f6681331d9ac480198e48a37789581d55ae2f24a 2,068 1.00/1.00 vMB 176
Previous 10 blocks ↓
Total Size: 782.15 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: 653.14 GB
    • Received: 13.82 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.