Loading Tool

Explorer IconExplorer

Memory Pool

42,240 transactions
27.60 vMB
0.08726547 BTC
Random Selection Loading Transactions
Max Size: 142.78/200 MB

Candidate Block

Mining Attempt 95a726cafef55de2455d60fa040399a613a855624f04fa40b40078b1e74a58cc
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 768b976a81faca5cd88e8125492d989afa42ad4a116ba6d69dc5229e01eee8cf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,021
Size: 1.00 vMB
Total Fees: 0.03202097 BTC
Feerates: 144.55 > 3.21 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (259,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
655,258 655,258 000000000000000000109d69300695443fa2b2661f674f2629128afc772d1883 3,080 1.00/1.00 vMB 289
655,257 655,257 0000000000000000000397825492b2bae92159e891b53ee8b880b1b9d8bb3316 2,867 1.00/1.00 vMB 285
655,256 655,256 0000000000000000000ee1d5b8b8518250a4ec1d252cc3cefdb94b7eb8d29136 2,773 1.00/1.00 vMB 334
655,255 655,255 0000000000000000000035ee7dc18414cf4f67457ca94d4274595d82f24c0539 1,982 1.00/1.00 vMB 285
655,254 655,254 00000000000000000010a14127f9d48bd510993b715d09323bc3279722c04ed0 1,909 1.00/1.00 vMB 317
655,253 655,253 0000000000000000000503cd97c3d7d40db938e99fe6794677bcde7fc00b456f 3,040 1.00/1.00 vMB 301
Previous 10 blocks ↓
Total Size: 781.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: 633.83 GB
    • Received: 12.21 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.