Loading Tool

Explorer IconExplorer

Memory Pool

56,689 transactions
32.16 vMB
0.18486331 BTC
Random Selection Loading Transactions
Max Size: 173.20/200 MB

Candidate Block

Mining Attempt 98671c8923b26b9a506e773bb777a7e07c41b342814831b51c4b129d81922581
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 6fed88689ede4441465fd2ae365bb858f12f549407928c7374052409b57d5720
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,595
Size: 1.00 vMB
Total Fees: 0.07293526 BTC
Feerates: 465.21 > 7.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (419,644 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
495,172 495,172 00000000000000000003b596a4f68fde7fc69deca28e04eb28e7368ba16e21bb 1,857 1.00/1.00 vMB 88
495,171 495,171 0000000000000000006cd3009c706f2271a763d066b869de17bae6ed9b1bb055 2,281 1.00/1.00 vMB 207
495,170 495,170 00000000000000000083612f773b381a8b0ecbeef5d9c55e97737b2b4069291a 2,294 1.00/1.00 vMB 96
495,169 495,169 0000000000000000007b96e4d7f23b9851e6f88203a1751e78a908c2e76b92ef 1,759 1.00/1.00 vMB 201
495,168 495,168 00000000000000000052b5b70fbacd01ae8ef66ede970364a5a8f36c339cdfca 2,223 1.00/1.00 vMB 310
495,167 495,167 0000000000000000007cc730b4227debb0c31690d3cec1a76db9173d72aa91e5 1,805 1.00/1.00 vMB 219
495,166 495,166 000000000000000000ab7dd826b7f35b1029094696e8e49e5311180b15b92d3b 1,931 1.00/1.00 vMB 308
495,165 495,165 00000000000000000042eaae0ce8a97f5c85c0d3d89b500105e882abd9410741 1,635 1.00/1.00 vMB 201
495,164 495,164 0000000000000000007cfb8d7ea53e923b82edf4af1cf98793749bf514c11c9b 1,512 1.00/1.00 vMB 139
495,163 495,163 00000000000000000078cbb06e551a8586a76c6c2dc3ce76a383b40129ed7057 1,521 1.00/1.00 vMB 132
495,162 495,162 00000000000000000091fb38cdc24bbd47c83d55f971f5b0e2b1970b965ccebc 2,180 1.00/1.00 vMB 203
495,161 495,161 00000000000000000084d9153fa9f89fd7cd5d34eddd33f2c3f2c69436d30026 1,773 1.00/1.00 vMB 183
495,160 495,160 00000000000000000079479e8c92f14ffa5e396abeeac39f8e224bde55583448 1,745 1.00/1.00 vMB 71
495,159 495,159 000000000000000000045d3d5de235d75ccce8c1b71134e100a167208807e2f2 1,597 1.00/1.00 vMB 282
495,158 495,158 0000000000000000006bc80ef3704474631ab98b6e211560f1a072ef9c48e38c 2,362 1.00/1.00 vMB 201
495,157 495,157 00000000000000000048bf220200ae02088649dcc730c94be508837f5ba83334 2,403 1.00/1.00 vMB 119
495,156 495,156 00000000000000000096aae9201c11d4c08c1931d7d72ef6b60d11b0f1c6189e 2,393 1.00/1.00 vMB 198
495,155 495,155 000000000000000000bb65e4d4d0ca97152862a8940471ed487f49f6df80ab9d 2,277 1.00/1.00 vMB 447
495,154 495,154 000000000000000000aafb01d16082ca8d4c4059da96bcca78362af8aaca56ca 1,349 1.00/1.00 vMB 77
495,153 495,153 00000000000000000025df13edb1811551712b978023cc4755c5b7beb7ff823d 2,181 1.00/1.00 vMB 186
495,152 495,152 000000000000000000c899be1edb83d137196706b52996ff78eaa9afca5affce 1,971 1.00/1.00 vMB 272
Previous 10 blocks ↓
Total Size: 782.06 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: 651.18 GB
    • Received: 13.46 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.