Loading Tool

Explorer IconExplorer

Memory Pool

41,818 transactions
26.73 vMB
0.05598012 BTC
Random Selection Loading Transactions
Max Size: 140.27/200 MB

Candidate Block

Mining Attempt 57f4b233ac7287060d62e4175b42a167401f135c3ced3880cfcbe3852bec3aed
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 7974482e07dc35ffbc482fc7b2309a11a4c2fb8225c6debe8e2cec96a38d997c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,606
Size: 1.00 vMB
Total Fees: 0.00656058 BTC
Feerates: 103.41 > 0.66 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (422,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
492,265 492,265 00000000000000000069032cf7d33016624a64cb34ae7e8ed6fa5506ec06982a 1,616 0.96/1.00 vMB 37
492,264 492,264 0000000000000000002a7246aa5fdb6001bf49a71c70fa0a49bedfc79ceff40c 1,943 1.00/1.00 vMB 156
492,263 492,263 0000000000000000005ad19a24cbfbc9e9250e4efc20c9528d51f5e9a7758dc7 1,233 1.00/1.00 vMB 108
492,262 492,262 0000000000000000007946a059dc947923c11d019608a1aa119097f74a78238e 1,321 1.00/1.00 vMB 191
492,261 492,261 0000000000000000008dee4d60670cfbcd3a667f58752f54026ca21aa3641f85 1,989 1.00/1.00 vMB 147
492,260 492,260 00000000000000000015fbd6dad0ad11fea3ae260c9ced344e1ec272121d0873 2,056 1.00/1.00 vMB 186
492,259 492,259 0000000000000000003fd35955118f65c5a1da675abcea59b6b648bb2c52de8d 1 0.00/1.00 vMB 0
492,258 492,258 0000000000000000000f1c35740179f0687e9143820e26a6bd80e9c30e84c520 2,093 0.95/1.00 vMB 251
492,257 492,257 0000000000000000001b959262bc49342fbdd2a7d415135234bbe86773ef1c71 1,778 1.00/1.00 vMB 140
492,256 492,256 00000000000000000069222b18d2e525b6675c787d3941528c869a1755bb42bc 2,733 1.00/1.00 vMB 262
492,255 492,255 0000000000000000009a1f65d77f2fb79d0664423777bb94a68874f32936fb1b 2,589 1.00/1.00 vMB 272
492,254 492,254 000000000000000000a860cf9a841d9718f07125eca1d676f94a74a8c0e4ba78 2,914 1.00/1.00 vMB 223
492,253 492,253 00000000000000000070617b1fc42f00527a19227039805c82ff552742a0fff8 2,735 0.94/1.00 vMB 277
492,252 492,252 0000000000000000003b8e3c3eb4dfa8399d7b3840d54e43cabf4449539b8383 2,774 1.00/1.00 vMB 278
492,251 492,251 00000000000000000071205744227dbcf7bde5f0bc95da70168a3fe22a22c088 2,255 0.92/1.00 vMB 255
492,250 492,250 0000000000000000007ab103163a6bfbc092d917b426cad5a9ff2425e3f82c1e 3,193 1.00/1.00 vMB 281
492,249 492,249 00000000000000000053740896834ec04094abd3bd6c7f1adeb18586e6b0e2fa 2,795 1.00/1.00 vMB 285
492,248 492,248 000000000000000000a14eb7bde71f10e6430d49cfb98b4f8cd8c61ce7fa82a8 1,152 1.00/1.00 vMB 276
492,247 492,247 000000000000000000322cc3d2234d5c3926f77e1fa7953f09524d60aa1caaeb 1,629 0.96/1.00 vMB 290
492,246 492,246 000000000000000000234c4baf12785cd17203094e603c544b66cd6d15818dfa 2,055 1.00/1.00 vMB 179
492,245 492,245 000000000000000000ba5af10a337acbef1e509dc3d0b4ff7e876fbda54b4345 2,378 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.