Loading Tool

Explorer IconExplorer

Memory Pool

79,337 transactions
29.36 vMB
0.08515775 BTC
Random Selection Loading Transactions
Max Size: 178.21/200 MB

Candidate Block

Mining Attempt 6a9cca21658244168509621e644da24e217d02e49fa057cd776aa1343ff9f3d9
Version 20000000
Previous Block 00000000000000000000fe8d2ef4d4f66fab81a29a3333d76710a3a67965d934
Merkle Root b77442958a5adff9841fcfea2e7d687f766f8f5bd452ec6ab2abab5b977aa413
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,262
Size: 1.00 vMB
Total Fees: 0.01737693 BTC
Feerates: 87.45 > 1.74 > 0.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,598 (763,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,144 152,144 00000000000008b4c1e2b34bb5722030617a00e6a794b884bec828eecc3ef929 75 0.04/1.00 vMB 143
152,143 152,143 00000000000003f6ec9112ef260b520dae884e4c3ffd6db7226aa0f68be1c26e 127 0.05/1.00 vMB 156
152,142 152,142 0000000000000dddad7b61f03df5ea403b079e231f3f0515df6dead02a027f8e 146 0.04/1.00 vMB 54
152,141 152,141 00000000000004099cc090a04ccebd4991e3fcc719dcdea2beb591f1021a8cc2 13 0.00/1.00 vMB 300
152,140 152,140 00000000000006ee57be134c763ff6f663c45ed4eabfb9b84e454ba2a07c3e2d 18 0.02/1.00 vMB 30
152,139 152,139 00000000000002b498025137bb8c328434919c591663b22aa89fcce75c0c6dd5 36 0.01/1.00 vMB 175
152,138 152,138 0000000000000b619b2df6c64a89dbad0839f6f3d73203f37a15212df9e0bb2f 56 0.02/1.00 vMB 105
152,137 152,137 00000000000005af23a55aef57dd43f42c572272c0f10ac988b6e5d352a0a343 50 0.02/1.00 vMB 66
152,136 152,136 00000000000001c1dde4101122693b6e31c27f7b716255b095fc5df8f9bdd163 55 0.02/1.00 vMB 111
152,135 152,135 000000000000011d14c1cef6586be8af8195f2a81a35b392389b9424e53583c0 16 0.00/1.00 vMB 61
152,134 152,134 0000000000000a9902ebad64d9f70861a533d7e6601ec2acefa3e6da87181a01 21 0.01/1.00 vMB 31
152,133 152,133 0000000000000432edc64e1a3415c9a2e0810e41aab92df6bc7785a434c72b45 35 0.01/1.00 vMB 215
152,132 152,132 000000000000097ea8c1bed01e369aa34cd4af3f42fe629cdc866b9bd2c96ac8 29 0.01/1.00 vMB 19
152,131 152,131 000000000000032d6a05dbb2290ffc3edfdf30b28c0510008f022de1cc5c9fe8 17 0.01/1.00 vMB 39
152,130 152,130 0000000000000c799c6ff8c2210005061cf0932b958b9426528e19b51ef9ea70 34 0.02/1.00 vMB 194
152,129 152,129 0000000000000ceb32ed47dfc8f5642f5e16821127a43f9cb618399a1ba7b362 32 0.02/1.00 vMB 43
152,128 152,128 000000000000085cc673699f81470f936c059b377c5dcd1f64308d351ebfc58e 8 0.00/1.00 vMB 19
152,127 152,127 0000000000000ca4bb653db801ff9c8fd65f9803457c873e4565a6a62f8fc26c 9 0.00/1.00 vMB 373
152,126 152,126 0000000000000a71ce21cd9bbbd2a16e081b8c1c9179dc369baeeae719abc3bf 41 0.02/1.00 vMB 35
152,125 152,125 00000000000005fbf39fa6c58b56995fb1179b78fd0960e1f258c73ba625a91e 78 0.02/1.00 vMB 38
152,124 152,124 0000000000000ab5d9d9414a343c4a4a2cb70a8055759695a0f421a484ee86b6 15 0.01/1.00 vMB 247
Previous 10 blocks ↓
Total Size: 783.43 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: 770.52 GB
    • Received: 19.92 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.