Loading Tool

Explorer IconExplorer

Memory Pool

75,587 transactions
31.90 vMB
0.09254155 BTC
Random Selection Loading Transactions
Max Size: 184.49/200 MB

Candidate Block

Mining Attempt d43fa319b925d722d4fa1ad16a20f1fb6ba4d04f9b306e221f7269b6727f2833
Version 20000000
Previous Block 000000000000000000014ab2be0566cd20fccff9187da3853a74af3e86f6d6dd
Merkle Root b3c500b135f8181247b91dd3a7f1aec5f1d4334c01d0656933e9994fbbcfd577
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,840
Size: 1.00 vMB
Total Fees: 0.02919196 BTC
Feerates: 151.03 > 2.93 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,944 (409,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,224 505,224 0000000000000000000d76d0994a7b93d14308450abd49b6d331ee5d7dd87e1a 2,073 1.00/1.00 vMB 259
505,223 505,223 000000000000000000670dffdbffa1ed0fb12b5bdfb5841b7e4bf04b52a693e2 1,659 1.00/1.00 vMB 150
505,222 505,222 0000000000000000007c54a5e10a09ad7725cac341d301d0a051c7e47d7cd2a3 952 1.00/1.00 vMB 185
505,221 505,221 00000000000000000042bd5355d887140ef1ffbe57fbcc510f6af0307ed8ea12 1,867 1.00/1.00 vMB 232
505,220 505,220 0000000000000000000dcd3b9a5c00dda8af25b36c4baf946add421ac76930ca 1,704 1.00/1.00 vMB 239
505,219 505,219 00000000000000000060b73fc01af9818da59eb406d974bbea057f7d45015871 860 1.00/1.00 vMB 125
505,218 505,218 00000000000000000022c842beb5aa69c1e4a2bb79c83fbe9e1be557daf7d16f 1,648 1.00/1.00 vMB 247
505,217 505,217 000000000000000000121f72e6f3e05412e0ff1d782dce90fe6ad24120081a55 1,735 1.00/1.00 vMB 237
505,216 505,216 0000000000000000000c8f758a6cd289a852473a1b46a13edc7f649a267b8346 1,650 1.00/1.00 vMB 260
505,215 505,215 000000000000000000405b4f4d0be8b4e126ff1f3cb286473d35b3f68d387f5f 2,005 1.00/1.00 vMB 282
505,214 505,214 000000000000000000769537e1080270de8ca07b59b78b29595688c57b231f46 1,326 1.00/1.00 vMB 157
505,213 505,213 000000000000000000262c48e8bd096f78ead003b19469400d837b9aef4ace80 1,917 1.00/1.00 vMB 157
505,212 505,212 0000000000000000001ace89d9e9a938e61bde562f12973d153e2609d61e239a 1,620 1.00/1.00 vMB 142
505,211 505,211 000000000000000000299bc347e256df4342f827deee9d76a93ed714096740b5 2,396 1.00/1.00 vMB 408
505,210 505,210 00000000000000000029682ddf4c66d25d49497a94a4fc975fb22086e5419178 1 0.00/1.00 vMB 0
505,209 505,209 0000000000000000004250f4ea996c57af20226b6c52a59d820c0e9ef5b8c704 2,101 1.00/1.00 vMB 356
505,208 505,208 000000000000000000340a1167a4ad08982ba6a05a0362f2ecfcf8ed069fe839 2,514 1.00/1.00 vMB 472
505,207 505,207 0000000000000000002bd3d497ae0c02cb578bfdbe38a56c618b282cc38d1999 2,715 1.00/1.00 vMB 354
505,206 505,206 00000000000000000000f6d4859b5b23e0986af9bc3b570980b502383513fc49 1,263 1.00/1.00 vMB 252
505,205 505,205 00000000000000000005cfc4f71d6afd2e240f0756a18a04c3f23aff1f0de845 578 1.00/1.00 vMB 60
505,204 505,204 0000000000000000004b903c21f8f15d4201dd64e74518cefc7b524cca12d567 1,015 1.00/1.00 vMB 68
Previous 10 blocks ↓
Total Size: 782.29 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: 657.10 GB
    • Received: 14.49 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.