Loading Tool

Explorer IconExplorer

Memory Pool

76,285 transactions
28.51 vMB
0.06931453 BTC
Random Selection Loading Transactions
Max Size: 172.63/200 MB

Candidate Block

Mining Attempt c4c0ff48971bf7f46f94af2f23b892615e04916afaceea3f9035737a72ad43eb
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 3342784d50999d7d5ff9617be98e67cd5eb60e63d4de50c0a6f37178c20f1d5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,046
Size: 1.00 vMB
Total Fees: 0.01011306 BTC
Feerates: 101.00 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (274,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,233 640,233 00000000000000000003927f260090e296b3c4f04fe14ce196567a204a0cc380 2,584 1.00/1.00 vMB 93
640,232 640,232 0000000000000000000fbbd60e8bd5b6ce1ea647e67a0bbf4b61ead67035a631 2,699 1.00/1.00 vMB 92
640,231 640,231 0000000000000000000263d8a2bd3c1cfb0afb187b87409a4a8084a10dc689f3 2,245 1.00/1.00 vMB 80
640,230 640,230 000000000000000000030fdfc36bf8570c9114f86a45e814a2dfc7d3b57f3219 2,493 1.00/1.00 vMB 78
640,229 640,229 000000000000000000002302b5088f6755b44e9f8734bebdb957674c9ca989d5 1,765 1.00/1.00 vMB 112
640,228 640,228 0000000000000000000af520ea957ddf0ea6d2c33ff36f690283dc19d64b625e 2,759 1.00/1.00 vMB 105
640,227 640,227 0000000000000000000a02768d4747137058d8bc74823ff4760cc1ed14e90e07 2,528 1.00/1.00 vMB 109
640,226 640,226 00000000000000000007b171af8a2a47646962be37e1738238ced4d9d9687da6 2,714 1.00/1.00 vMB 112
640,225 640,225 00000000000000000000c485f9cea96d341ab9fa74134990a989d11a6c88f67b 1,156 1.00/1.00 vMB 82
640,224 640,224 00000000000000000003c377c568fe77c03cb9b0a1c112e7af4822445bbd5f03 2,610 1.00/1.00 vMB 79
640,223 640,223 0000000000000000000eb8d57691fda319398ce423039228c4fdb6a6e82741d7 2,797 1.00/1.00 vMB 109
640,222 640,222 0000000000000000000646bb02b59979e93d22c5c087b15fe81fe79bcb1a54b6 2,431 1.00/1.00 vMB 92
640,221 640,221 000000000000000000060a065567e02bce9a325a1f01a95a1729d933fda6c3f5 2,222 1.00/1.00 vMB 90
640,220 640,220 00000000000000000003c4f61c2f56ed3e39c882cbafeaaeea79790d6218e623 1,635 1.00/1.00 vMB 103
640,219 640,219 000000000000000000074c559b9ce2393c58b074dd74635cff8b90b2599922c8 985 1.00/1.00 vMB 92
640,218 640,218 00000000000000000000ee43f2dc59ffedf64dba067c37354da5ddd4868584eb 2,194 1.00/1.00 vMB 89
640,217 640,217 0000000000000000000d43f094c1054d9945b94a4442f9bccaf6cf0877257331 2,546 1.00/1.00 vMB 104
640,216 640,216 0000000000000000000ad48b2efc0bd755dc5f8b406af4c364436b7f59483e33 3,060 1.00/1.00 vMB 133
640,215 640,215 0000000000000000000125ce250d1107f440124b7733b790bf14ff0f02232edd 3,269 1.00/1.00 vMB 126
640,214 640,214 00000000000000000006fb621ce725b50553a9b81d6ac438b9c2750a70005606 2,900 1.00/1.00 vMB 92
640,213 640,213 0000000000000000000d0ec7cccfd0da68b7d8e274eea781bdf2eb2f74fa7a4a 2,901 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.