Loading Tool

Explorer IconExplorer

Memory Pool

80,603 transactions
29.73 vMB
0.06984304 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt 1f7b3e909aedc80fe42609340639d970e75744f9e5b68a260367a4c313163892
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 5190aec71baec1fd702bbcb45a6ed199b46c8632b312828a836ec6402ea1bff2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,055
Size: 1.00 vMB
Total Fees: 0.00921582 BTC
Feerates: 100.36 > 0.92 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (336,694 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,284 578,284 00000000000000000028f5836c6a5a87e2f7c3f48bc78450ca580c231354ac58 1,866 1.00/1.00 vMB 143
578,283 578,283 00000000000000000024394673a6ff1f37732d6b519cf37a447c52758dc746ee 2,912 1.00/1.00 vMB 188
578,282 578,282 00000000000000000015f778f569fc5c3a35eade850d51b8c8474ed0f46c56c2 1,970 1.00/1.00 vMB 140
578,281 578,281 00000000000000000002165e0e9243ec6bff12c5d32ded2bdb9170b9455c4b5b 3,039 1.00/1.00 vMB 11
578,280 578,280 0000000000000000000dfe2ef2c4a252a20c594dcddb79fd85c8a9a7c03a60fb 2,650 1.00/1.00 vMB 105
578,279 578,279 00000000000000000003d436f8319c09c29c1b5817ecbaa9fbd64954b5ef3159 2,495 1.00/1.00 vMB 116
578,278 578,278 00000000000000000028cf3f671c4d38ba38cb45df05b36ecb0b780ae8ca9926 3,032 1.00/1.00 vMB 183
578,277 578,277 0000000000000000001fa15378ae4ad218b927f6f67dacd01f0d508032209899 2,620 1.00/1.00 vMB 46
578,276 578,276 00000000000000000028325e07780c87ceab532ffa572556e20d4c556de26f8a 1,986 1.00/1.00 vMB 118
578,275 578,275 0000000000000000000dd4cdf3b66c42b72774ebc902e379132d2890d65b7826 3,208 1.00/1.00 vMB 81
578,274 578,274 0000000000000000001b1acb95bb96c5c1762327977d1aa7b571d5e07d11582f 2,358 1.00/1.00 vMB 137
578,273 578,273 00000000000000000004f6cdd1cccfab91aae22b5583f8cfc185928a68b9cf07 1,481 0.99/1.00 vMB 49
578,272 578,272 00000000000000000024a8da349e7bd7f6ad6cb0dc7c0c39321b37cb3f91eddb 513 0.94/1.00 vMB 7
578,271 578,271 0000000000000000001b75674cbf07cd8cf13dbd8d6517c0839b74160d104cce 954 1.00/1.00 vMB 17
578,270 578,270 000000000000000000027b135c48c3a9c4a9d132205b7c57966c16655a7d999a 1,543 1.00/1.00 vMB 30
578,269 578,269 000000000000000000253d198bd7ef2262df36e6f77adf9f67bdf3fa1f4d0d63 1,992 1.00/1.00 vMB 41
578,268 578,268 000000000000000000234369ac97466208333a9951acbaf1afc758d2f47ec9fd 2,659 1.00/1.00 vMB 25
578,267 578,267 00000000000000000002bb3eae6426de5d1277dffbb30af98e60e48bd3a74abc 2,407 1.00/1.00 vMB 155
578,266 578,266 00000000000000000022fe750acba366fe8a4eb129bcf0f257abdc5cc1cc41bb 2,803 1.00/1.00 vMB 49
578,265 578,265 0000000000000000002956f3f5df974143794050326d48e172ebdcb6b726fc8c 2,824 1.00/1.00 vMB 104
578,264 578,264 0000000000000000001edb1dd572858b5e890de8503ae116fd76f5f9abf765fc 2,915 1.00/1.00 vMB 183
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: 662.22 GB
    • Received: 14.84 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.