Loading Tool

Explorer IconExplorer

Memory Pool

80,211 transactions
30.07 vMB
0.08805657 BTC
Random Selection Loading Transactions
Max Size: 180.34/200 MB

Candidate Block

Mining Attempt 46763ae8bf53374b4499135af3d855ea96c05a0c3995b2d449e951ca3644a469
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 8580f8f5e422a8e4765a55f7672ab7f5bbe65034fef9560debfcf95585219156
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,555
Size: 1.00 vMB
Total Fees: 0.02661229 BTC
Feerates: 301.07 > 2.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (345,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
569,233 569,233 00000000000000000013c659da23a07f264e466394c88cfa92e9ee4b6c5e91c8 2,371 1.00/1.00 vMB 46
569,232 569,232 0000000000000000001710d93658392b6f61835953950a4e17228c4085961ab8 2,150 1.00/1.00 vMB 7
569,231 569,231 0000000000000000000a5d7b4a54bfb171206b4fc68fd33bebedea159341f92e 2,384 1.00/1.00 vMB 25
569,230 569,230 00000000000000000029488bb9c9400fd83aa0c3660bb6c4a0bb6165052e3f4f 2,172 1.00/1.00 vMB 21
569,229 569,229 00000000000000000015c99f2b0d30a631104b438d6689a0bbf0a1d9ecdf3fbf 2,444 1.00/1.00 vMB 11
569,228 569,228 00000000000000000011bf09239e541c42c14d36dce400ac2b71b793be0290a2 2,133 1.00/1.00 vMB 21
569,227 569,227 00000000000000000021eb6d738c5ae768bae6e07f7387a8bcaa6102dbc0c2a8 1,334 1.00/1.00 vMB 12
569,226 569,226 0000000000000000001df8d5760d0f8944bdcb2ab0c3134a72734c51ab4d3d48 2,617 1.00/1.00 vMB 29
569,225 569,225 0000000000000000001dcc4b1a99421a60ad751429c30ca8d890d71f8ecc222b 3,115 1.00/1.00 vMB 27
569,224 569,224 0000000000000000001258edf17af9254b5a0c7890921f404f557448136c9a7c 2,936 1.00/1.00 vMB 31
569,223 569,223 000000000000000000058262209bda70edd2825f53edd4b938d8ec00dfee3ac7 3,062 1.00/1.00 vMB 23
569,222 569,222 0000000000000000001431043da0bb1e064b7a1afbca12d4c781406a3997481a 2,855 1.00/1.00 vMB 47
569,221 569,221 000000000000000000212644bbc43457136c0a15ed1ef4797bdb0562db1495a2 3,367 1.00/1.00 vMB 43
569,220 569,220 0000000000000000001696b89bc84f692a752dbcf3823c10fa848d2e9afa2a9e 3,249 1.00/1.00 vMB 16
569,219 569,219 0000000000000000001328f2212cc66ae0a1bba30c2f0349eb61ceca2446b43c 3,156 1.00/1.00 vMB 39
569,218 569,218 0000000000000000001bee071a50f9b73cb00c1e0bba720211380e30c56a58d3 2,460 1.00/1.00 vMB 20
569,217 569,217 00000000000000000000a8c3832cd5644fde60157cf89e828fc84673be26319f 2,099 1.00/1.00 vMB 25
569,216 569,216 00000000000000000004b6c5b4088914fbfa3708349eb7f6a1602eb53ade16ca 2,144 1.00/1.00 vMB 13
569,215 569,215 0000000000000000000ce7f8bf20d0bb751dcbbafd63042f93b5e941f8fce40f 2,987 1.00/1.00 vMB 28
569,214 569,214 00000000000000000017d8352afc96d32385d32716142996ab9a6f3bd336ccd8 1,947 1.00/1.00 vMB 29
569,213 569,213 00000000000000000006046f7c2e9d2e9233de970e17707c3fe4b88d0b79ed1d 2,923 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.