Loading Tool

Explorer IconExplorer

Memory Pool

82,216 transactions
30.57 vMB
0.07870652 BTC
Random Selection Loading Transactions
Max Size: 187.40/200 MB

Candidate Block

Mining Attempt 6faa47d56ffd963f0d7243a81a7e73f4ac07cb42efc423b82f032dd6ff3f1478
Version 20000000
Previous Block 00000000000000000000599ffa7594ca7b7c93921a5215018868e1d83bfecfed
Merkle Root 8726a0e63548b3e9eb653fdd61cc7cfed8c88917532a27049582b15f48e275ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,534
Size: 1.00 vMB
Total Fees: 0.00996723 BTC
Feerates: 40.21 > 1.00 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,367 (912,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
3,309 3,309 000000001d1f37e999d5718f097b0b8fe7e3deab7f4fe4f6c555a5f6eb853686 4 0.00/1.00 vMB 0
3,308 3,308 00000000b0ff4b60d318d8f104f7221a206059befcffef865826913240bbf25d 1 0.00/1.00 vMB 0
3,307 3,307 00000000c544f8738cb24447ecbffd016836f0be6bb9aac17a986099df95ca8a 2 0.00/1.00 vMB 0
3,306 3,306 000000009094b2dd03fd9ad6b150b50c571295d45753445076fad28c6cb47ab3 1 0.00/1.00 vMB 0
3,305 3,305 0000000008b139799229859fb817bb24663467d3509916d013dd79574204bbad 1 0.00/1.00 vMB 0
3,304 3,304 00000000b552e1e2d2998cc49619d1138cea9ff5ead9f8dcc8febb4e60d73f76 1 0.00/1.00 vMB 0
3,303 3,303 00000000bf21321019b9096553f1ccb1e1bab346dcb7b9c023eadc32ca84493d 1 0.00/1.00 vMB 0
3,302 3,302 00000000522607f1c46c1cc2f537863f0cf2ba7af30a6fe52c56b274d64f6390 1 0.00/1.00 vMB 0
3,301 3,301 000000001a2b99010ab59e07281c075ffdde342a1564ba1419036c30e4dff0f5 1 0.00/1.00 vMB 0
3,300 3,300 00000000e5a427932794530bbadc6a9a6c354f030da4cd9b5765d866b51502fd 1 0.00/1.00 vMB 0
3,299 3,299 00000000310ac14a0f1fc6adfbdddfecd334a884315fa4373a80b9e46b3e7704 1 0.00/1.00 vMB 0
3,298 3,298 0000000009b872c83e6911694e0af5989fa0c8fd958f1d741629da4c32d53001 1 0.00/1.00 vMB 0
3,297 3,297 0000000031348600da1c5b2dadd17d6c37c6ebdfa8a4780d10648701a7a0be16 1 0.00/1.00 vMB 0
3,296 3,296 000000005e77d434e55f6e6cbde60cd5b829fba71b09859232e7dc7198884e40 1 0.00/1.00 vMB 0
3,295 3,295 00000000758942f38a5522308f14268ba7aa05802af5a86f99c88bef84380421 1 0.00/1.00 vMB 0
3,294 3,294 000000003c1cf3c7ce9d708f00fd77e80c5e736aaa351606575e44c638677b44 1 0.00/1.00 vMB 0
3,293 3,293 00000000f93a3117431247c4f24c86cf2085a29117076491dabe022c9d2cb69c 1 0.00/1.00 vMB 0
3,292 3,292 000000000e4523a52ec47847eb7bd92e9d2d2c535decd665807b577e62999b1e 1 0.00/1.00 vMB 0
3,291 3,291 0000000010abb476c7bac26a22b8907f0299fa6a1486238b61b47d0370b6259d 1 0.00/1.00 vMB 0
3,290 3,290 0000000032450768c775c1ba0d5a64939d77b304553d46919061eac43a3d077f 1 0.00/1.00 vMB 0
3,289 3,289 00000000f96d0a7c59d04b7847ca1c0d64e1b04cd4b582b519dd5e3370116701 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 719.52 GB
    • Received: 18.08 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.