Loading Tool

Explorer IconExplorer

Memory Pool

27,591 transactions
27.56 vMB
0.07058866 BTC
Random Selection Loading Transactions
Max Size: 132.36/200 MB

Candidate Block

Mining Attempt 456818704653cd36ea7362533d3e2018c587b5e92bc04116307964c1c0c5c3f7
Version 20000000
Previous Block 000000000000000000014e79d01dbb2c534e8fbebfd9b049c29481e4f0d4235d
Merkle Root 355aba04c8b664506aa6051fb6b8b774cdd6e4d0166e88a5ddb3d46ecb6575ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,208
Size: 1.00 vMB
Total Fees: 0.01830153 BTC
Feerates: 151.12 > 1.83 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,502 (832,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
82,332 82,332 00000000000cf0653e71280c3c3d913434d27d9c501db51b51b94d17fcb3ef0f 3 0.00/1.00 vMB 0
82,331 82,331 0000000000265c81a54eadcd5c7f5e403e350ea4124bdd16f3cd7452be3c0d79 7 0.00/1.00 vMB 0
82,330 82,330 0000000000279a40214b352ede3888c2e42686445e63762967dd91361d1df4aa 17 0.00/1.00 vMB 0
82,329 82,329 00000000003d3bf5bc95774df3cdc19545e0ed5b1e70f6d0baa111353d620466 1 0.00/1.00 vMB 0
82,328 82,328 000000000037e9fc532a9c3557ca64496ab0c5a3726eae298b04c54eae88dd51 2 0.00/1.00 vMB 0
82,327 82,327 00000000002be8ed07adbd2a6ddb96bfa73afd75457804ee94785909109eb2ec 1 0.00/1.00 vMB 0
82,326 82,326 000000000004e0416d0ff486e710dcddb5072fb797f1e48832aed9cc7af868b8 3 0.00/1.00 vMB 0
82,325 82,325 00000000002c486b438b14e6ec59c69fb319a81c5c38e6392135a4dfa3c37002 9 0.00/1.00 vMB 0
82,324 82,324 000000000000befd946b276f6ce40b73d98913eb0aca2a14d59c00ba2ef53a72 3 0.00/1.00 vMB 0
82,323 82,323 000000000016ef2f56e4104d588be687faae6c30b1e2135dda40de37e58f2955 1 0.00/1.00 vMB 0
82,322 82,322 000000000002a3799f74bc061004d3bf90b51df3242207cecaa9ca9c15395ea8 1 0.00/1.00 vMB 0
82,321 82,321 000000000026984417bd8477c6adef25ab25b8dd14b0a5e4f5a826b916517474 1 0.00/1.00 vMB 0
82,320 82,320 00000000002fab39af75f786f620364b0428c44500ecdbf979e8814b31f4bc2d 3 0.00/1.00 vMB 0
82,319 82,319 0000000000221eab80658dc4fd85066a4d5970b5f4fd94e07ac4df33397a3249 4 0.00/1.00 vMB 0
82,318 82,318 000000000031e19afec8ea0b35b298ab0f197768c8c078c5f822e40b92838ad1 5 0.00/1.00 vMB 0
82,317 82,317 000000000001a3f5a8956bbcaa00c9c73dde4ac310cd2de879bbf9e8cd57cfc0 2 0.00/1.00 vMB 0
82,316 82,316 00000000002585f9a26f23eb1716306f3d0c4101e6625b417038f68c4184bfc6 2 0.00/1.00 vMB 0
82,315 82,315 00000000001ad11f0a485fdb539a42d6abcb906fbd43de67c8a9d93a52297df0 2 0.00/1.00 vMB 0
82,314 82,314 000000000043c3365934d75aa6d5d2caecf41675fc89e6dbdf8e63ad62bd715a 1 0.00/1.00 vMB 0
82,313 82,313 00000000000858791fc265eae78a207f1c19066b407395929ce8dac0aa0b9ac1 4 0.00/1.00 vMB 0
82,312 82,312 000000000042e80cadd06bbaa3be80dcd2083af2ee4dfaaa4f966370c2b1dea1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.50 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.38 GB
    • Received: 10.99 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.