Loading Tool

Explorer IconExplorer

Memory Pool

82,380 transactions
30.75 vMB
0.08427227 BTC
Random Selection Loading Transactions
Max Size: 185.39/200 MB

Candidate Block

Mining Attempt 0693185334ff61e20d3745b9ba76e10ca56b9b2c05e0ed5f06dd6d1b93b8ad9c
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 8240bbfdc743d42b37ba13b5641b7f844850f7640a887bdfc31acfe0cc86ed87
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,200
Size: 1.00 vMB
Total Fees: 0.01889970 BTC
Feerates: 73.20 > 1.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (409,760 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
505,203 505,203 00000000000000000039593d53195145be221e35d649bced560048c43b1dab38 1,902 1.00/1.00 vMB 304
505,202 505,202 0000000000000000004eb3b142db452a11f555615601e04bf0dae0d08a9c753f 1,448 1.00/1.00 vMB 238
505,201 505,201 0000000000000000002b0a0de199a671d4e76b2581bfdc9d3cb1f646d6e56bb7 1,741 1.00/1.00 vMB 278
505,200 505,200 000000000000000000481bf00ae1e197cb4bd01ada50b218c4690faf2e708768 1,003 1.00/1.00 vMB 110
505,199 505,199 000000000000000000586afac68b8d4dca86843dd61e20c4b6f6901783c20ff1 1,621 1.00/1.00 vMB 203
505,198 505,198 00000000000000000049f8099884ff3abe07c3b94ae21b7a85b7a3e6a08314c7 1,662 1.00/1.00 vMB 259
505,197 505,197 000000000000000000214fa7818efbcececa73d01bcef76647c28b4a41c1c05e 1,204 1.00/1.00 vMB 123
505,196 505,196 00000000000000000033f6aa83a82ea39550638654355166ebd22dcab7115d3e 1,979 1.00/1.00 vMB 308
505,195 505,195 0000000000000000007cd894b8bf83295fad6d8b7219ad41ba89d22d5026c966 757 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.35 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: 661.74 GB
    • Received: 14.83 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.