Loading Tool

Explorer IconExplorer

Memory Pool

40,229 transactions
27.17 vMB
0.12172873 BTC
Random Selection Loading Transactions
Max Size: 140.41/200 MB

Candidate Block

Mining Attempt d4c1313f28d2b090c956fa3ea514dc19f08bfb60aadb71ad38e013ce6599fde2
Version 20000000
Previous Block 000000000000000000011aac3f8356d41d0f3b59beeb05aaa2207d77b5b56f75
Merkle Root 80f69ed3386e90e0e0bb9007c6fc4572d1ba5a6e25351570fd6fe61c9e1a4ae1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,295
Size: 1.00 vMB
Total Fees: 0.06583392 BTC
Feerates: 285.90 > 6.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,680 (735,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,190 179,190 000000000000088b455cfdd12afa359e87dc55fb36f55a26b6ab7a6a84d14216 138 0.05/1.00 vMB 128
179,189 179,189 00000000000007e1705e57adc7b1fbf7a501f886294c3bebc635d3cbc63919c0 66 0.02/1.00 vMB 163
179,188 179,188 0000000000000a92be4ff9c7589a264f03a16d99e9561c5b5fb5a155edcdfb7e 76 0.03/1.00 vMB 146
179,187 179,187 00000000000007fc74562131d642e0cbcd53877f017ebece172c1d0277670b6a 163 0.07/1.00 vMB 325
179,186 179,186 00000000000001b3c242b9386c5ecd1e65223b746fb93ce1eb7c34279500e451 127 0.07/1.00 vMB 109
179,185 179,185 00000000000006f4af4a66e6d5b7d0f4c7591d20160586c7c11c869a289e9a21 43 0.02/1.00 vMB 132
179,184 179,184 0000000000000235b7c8ab1a0e683a93115c1910932a205435d612061ec6df55 34 0.01/1.00 vMB 176
179,183 179,183 00000000000008bb34ae06fc471146a34ab0ce71ad7908e8993f2c50f7a77906 92 0.04/1.00 vMB 230
179,182 179,182 0000000000000af40ed3dfb00f346d30e8b1c081077da8f5921c94d7be9b9abb 16 0.01/1.00 vMB 7
179,181 179,181 00000000000001df117232115c3929bce3e011a31e5ef8563f8eb7cbf57955f3 46 0.02/1.00 vMB 179
179,180 179,180 000000000000064a6609dabf4649ff96a34a936e12c703ebb961b032dc76bd09 103 0.05/1.00 vMB 137
179,179 179,179 00000000000002bb8d982eec577d969dea2947c0d8f44bad2d8754ecfd1ae60c 9 0.00/1.00 vMB 75
179,178 179,178 00000000000003f39172c64cc413ce4982b826d1f67543beac80f505f69eabcd 18 0.01/1.00 vMB 8
179,177 179,177 00000000000007b3fcad4e8c9a3cb8ab555f643b958d688f4744188387c9d408 110 0.06/1.00 vMB 111
179,176 179,176 00000000000003c03d37a610a1623f6c36b2f92126718c526aa5f83df39e1ea8 111 0.04/1.00 vMB 315
179,175 179,175 0000000000000aaac754c19b9fa8720012fb2d04bb134cf07924ee08f27f6336 66 0.03/1.00 vMB 93
179,174 179,174 0000000000000633fd51568e71cc5b407098133c746894d07c3a574f8783dfbe 133 0.04/1.00 vMB 206
179,173 179,173 00000000000002e93117fdd03db7ccf6e1227c480c45dcd994fb8aade8b0cc23 10 0.00/1.00 vMB 83
179,172 179,172 000000000000018314bf0cfa7b5e0aca832fbd45ec3ce2d8dfc05607d812345a 62 0.03/1.00 vMB 121
179,171 179,171 00000000000004a2e42bda9d0e118db5222909d3bc46886f96426f4ea4d21801 120 0.03/1.00 vMB 8
179,170 179,170 0000000000000a33509ba15c3949821268df50edbef1a129a5f200f634f9ca52 63 0.03/1.00 vMB 175
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: 10
  • Data Transfer:
    • Sent: 636.39 GB
    • Received: 12.36 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.