Loading Tool

Explorer IconExplorer

Memory Pool

76,465 transactions
28.89 vMB
0.07375600 BTC
Random Selection Loading Transactions
Max Size: 176.56/200 MB

Candidate Block

Mining Attempt 32149e7e274201021ecfb844348537a5b1cf31fe2310657a9526e929acd0f7fe
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 17e2c244043b39bf7792fa154fcbd19fbb905eda1eca0d02897fb7d76bbb724e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,176
Size: 1.00 vMB
Total Fees: 0.01052182 BTC
Feerates: 104.17 > 1.05 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (89,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,198 826,198 00000000000000000002313e87c95ced8b36abbed3a96a38c4417465f39dc12b 3,957 1.00/1.00 vMB 80
826,197 826,197 00000000000000000002ae0f2b63af1ba91a4d3b327a3b16f55ec3a1199cfce5 3,560 1.00/1.00 vMB 116
826,196 826,196 000000000000000000006c5da44394094a0bb51e315c9d76507f4475f615d85d 4,099 1.00/1.00 vMB 65
826,195 826,195 000000000000000000030e56b806fd18874b9374596fa3bf7c7382a1ec442a27 3,691 1.00/1.00 vMB 125
826,194 826,194 0000000000000000000126002637d14cf39dc25b6685bd25d076a1f8ae6024e6 4,477 1.00/1.00 vMB 58
826,193 826,193 0000000000000000000097bda020d8c251203aebad3f126f1b457a49278400fa 4,230 1.00/1.00 vMB 74
826,192 826,192 000000000000000000026c577ffe7099182c6757e20daa0c97c46cad80a7ec6d 3,771 1.00/1.00 vMB 92
826,191 826,191 00000000000000000000162e161138f1a3c5eaa5bb41377b6ccc54940119bcc6 3,808 1.00/1.00 vMB 59
826,190 826,190 000000000000000000016b95df030795b6c647224fd59ec89f6c8fb425f55090 4,330 1.00/1.00 vMB 81
826,189 826,189 00000000000000000000d5cd276dcba2874c762f9c238571a9d25a1d3bd5bbae 3,776 1.00/1.00 vMB 95
826,188 826,188 00000000000000000001125b72061d91f2b95ec28c99d302659892c67b5580da 3,419 1.00/1.00 vMB 63
826,187 826,187 00000000000000000000e3232cd912f8e569ac47295cac5f5ddb9a9f3da68c9e 3,680 1.00/1.00 vMB 79
826,186 826,186 0000000000000000000375474c0547e3ccdffa0b1a7cd5ef61baecfae647aaf6 3,326 1.00/1.00 vMB 152
826,185 826,185 000000000000000000024a0dfdc9316ee7a7d35127ee849046453ae79b997d74 3,728 1.00/1.00 vMB 87
826,184 826,184 000000000000000000000f0abbef3b2bc879dd0de1591bef8f2c5726c7aeacef 3,468 1.00/1.00 vMB 54
826,183 826,183 00000000000000000003ad57a4744b5e94aadc084fec53796a8ea0e0b4e7c6ca 3,562 1.00/1.00 vMB 86
826,182 826,182 0000000000000000000100e8e4f17f52d151716b190017c4aaad9ef1fd2b5f57 4,397 1.00/1.00 vMB 60
826,181 826,181 0000000000000000000067d6d4ab17772b615ecc8e45e3e3ee75ea71d16d0dad 3,546 1.00/1.00 vMB 102
826,180 826,180 00000000000000000001f8bf4036019ea977de499a21f086464a7021b4a91c32 4,234 1.00/1.00 vMB 74
826,179 826,179 00000000000000000002dd0f418bd304d9d211434f724c5bd0f09dc12c5610a2 3,834 1.00/1.00 vMB 87
826,178 826,178 0000000000000000000055f4f1523a036dd41882884c345bc90217761d87e612 3,631 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.82 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: 710.59 GB
    • Received: 17.08 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.