Loading Tool

Explorer IconExplorer

Memory Pool

36,600 transactions
25.91 vMB
0.08669267 BTC
Random Selection Loading Transactions
Max Size: 132.71/200 MB

Candidate Block

Mining Attempt 471508a2f7fafe72ce2c08767156e2fe87925e2fb83a2b12ca1ce6c8be42415e
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root ab1562f5b720c9c0ada99c18bacbb4989e95bf27017401fe41267c9e00e500c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,785
Size: 1.00 vMB
Total Fees: 0.03912718 BTC
Feerates: 171.09 > 3.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (259,397 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
655,279 655,279 00000000000000000008a9934b65788d49c6d8e95da5c7d6ac5759cd46fe9172 2,840 1.00/1.00 vMB 66
655,278 655,278 0000000000000000001059f133e7cf4a4e60c07e196028cf96346baa01bb3ba9 2,524 1.00/1.00 vMB 284
655,277 655,277 000000000000000000056a1e7197d69cb3151622d45f7021de50ea42d6ee25da 2,678 1.00/1.00 vMB 100
655,276 655,276 000000000000000000018884c71176c09c4422695332866db005f1a9d5304b2b 2,809 1.00/1.00 vMB 182
655,275 655,275 00000000000000000004fe73d45db9b47678b060fc72f02673b0ad13e005ce70 2,927 1.00/1.00 vMB 265
655,274 655,274 0000000000000000000423ad6739abdd7cedac8491af726e8028c518cd2e9f4b 2,821 1.00/1.00 vMB 313
655,273 655,273 00000000000000000004a4b8caf2282868de82d495432fdf4588aeaebd6f6dcb 1,658 1.00/1.00 vMB 322
655,272 655,272 0000000000000000000f30fb6baf0ff76cc761c4ac59cf9690bdf37001dd2dda 2,277 1.00/1.00 vMB 161
655,271 655,271 000000000000000000030960cd8875cca6eb082402b5025ae170556fabb90d4e 2,269 1.00/1.00 vMB 69
655,270 655,270 0000000000000000000c269300916795cc5029c09134afecb8c646e8743f0ae4 2,564 1.00/1.00 vMB 267
655,269 655,269 0000000000000000000d00a7c9a5edd4b5bea30b85f371a7cda5fe87d7a646cc 2,560 1.00/1.00 vMB 89
655,268 655,268 0000000000000000000e3060fe082bb1d08720ce0338c0f10b4034f6d9039634 415 1.00/1.00 vMB 101
655,267 655,267 000000000000000000041202aa33cfff1ec6f13bc5cae1b6260720afd21417a0 1,240 1.00/1.00 vMB 105
655,266 655,266 0000000000000000000221e14ba1a394f6367f760127ad5ff9e6724f09a57e21 2,187 1.00/1.00 vMB 159
655,265 655,265 0000000000000000000ece0356b586f07c91a326b18183e3176202054b0440e7 2,346 1.00/1.00 vMB 148
655,264 655,264 0000000000000000000c77eee6337041dfaec8bf8f8b9ce26693237977a42f9b 2,928 1.00/1.00 vMB 189
655,263 655,263 0000000000000000000c871bda4b6d13e77f6e86d02d01740da0facf6cc80b3c 2,948 1.00/1.00 vMB 237
655,262 655,262 00000000000000000010a09c8c28c10b58d9b7a36a9e6fbb8922b559fcce49b2 2,915 1.00/1.00 vMB 262
655,261 655,261 0000000000000000000797370f929521973ee5b5e2a0170d4114e27dffae8c4a 2,711 1.00/1.00 vMB 273
655,260 655,260 0000000000000000000d4b8304763554d550ded4ac736285ab741f63d5197920 3,159 1.00/1.00 vMB 278
655,259 655,259 00000000000000000001a890ec44190a08e0be8b3d5ff853c43c7e0c97184fd0 2,843 1.00/1.00 vMB 354
Previous 10 blocks ↓
Total Size: 781.82 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: 635.74 GB
    • Received: 12.33 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.