Loading Tool

Explorer IconExplorer

Memory Pool

33,579 transactions
25.19 vMB
0.05226869 BTC
Random Selection Loading Transactions
Max Size: 127.79/200 MB

Candidate Block

Mining Attempt fd91b7e69ab9720bb25c6b4817ecaddf9a9ce825bac411ca7a5ddd1aefbdb8ef
Version 20000000
Previous Block 0000000000000000000074bf840b18a4cea5fa4231ffd406f8a6d64d5e33982d
Merkle Root 1092fd965ed1e5a3772740cf37b81d4b668581cd23fb32b575ab701f9b41faa0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,324
Size: 1.00 vMB
Total Fees: 0.00685293 BTC
Feerates: 93.93 > 0.69 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,669 (126,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,315 788,315 00000000000000000003ef4251c5d5da456e788e7e2c0e707f2c24b7e13e8d68 2,845 1.00/1.00 vMB 154
788,314 788,314 00000000000000000000b39c6b714ab3f8b3ce253a7277aa35f67268e45557eb 2,908 1.00/1.00 vMB 102
788,313 788,313 00000000000000000002cfe2f1a9dabc28552fed33207a40d05abb87e4a51e32 4,220 1.00/1.00 vMB 39
788,312 788,312 00000000000000000003e751942fecb04307add887e40da569c9708e37900e2e 3,281 1.00/1.00 vMB 36
788,311 788,311 0000000000000000000090723fc866e7bdcd7c88f4b3fb1618c3c9ab81bf6400 3,169 1.00/1.00 vMB 20
788,310 788,310 00000000000000000002837946bbcb0b40625a897eef421a5c9feddee46bc6d6 3,418 1.00/1.00 vMB 30
788,309 788,309 00000000000000000003fc2d35fc14f36556dcb243c14ba7dd1aaf4e2d1add19 4,140 1.00/1.00 vMB 32
788,308 788,308 00000000000000000002a6ed570c675ff330d43ea22adeb98c7531839e62e727 3,671 1.00/1.00 vMB 55
788,307 788,307 00000000000000000000e85cda5810ce29840e84577510229081d71e7e48e8f2 3,481 1.00/1.00 vMB 96
788,306 788,306 000000000000000000014e918e98812b624bfa92b48b687f4060bf5d05c0aa6d 3,767 1.00/1.00 vMB 129
788,305 788,305 000000000000000000043ace25d7b6c2b6dddc467ce142b4380c4eb8b42c9c42 2,635 1.00/1.00 vMB 159
788,304 788,304 00000000000000000001943035eb3c9c70cde78269c80da35a480bcde62539fc 3,254 1.00/1.00 vMB 65
788,303 788,303 0000000000000000000397c4a083c171bc77213c8475fc347613324a21a0fb29 2,333 1.00/1.00 vMB 139
788,302 788,302 000000000000000000034d0d5c18a123aa459ba962821ef690221b5ff7de14f9 3,007 1.00/1.00 vMB 131
788,301 788,301 00000000000000000004d449388c25f9ea065cffe7d1a0ebd722ffc8f87f4a9e 3,232 1.00/1.00 vMB 152
788,300 788,300 0000000000000000000516573f50d70d18b7f0608f22e15a5ee8cfcc9b9a33da 3,856 1.00/1.00 vMB 58
788,299 788,299 00000000000000000003427a63d0d65441a5f388da9e86bee7a92516483b7246 4,561 1.00/1.00 vMB 30
788,298 788,298 000000000000000000031aa85279fb828eb0e813d85d6b9e0654668d71b261ee 3,295 1.00/1.00 vMB 107
788,297 788,297 0000000000000000000297a5b120c9ce7da0972457cec1a139f5965630eeb9df 2,493 1.00/1.00 vMB 155
788,296 788,296 00000000000000000003df2c062bba629e2881e8c96ce604fcedc56b0f197370 2,108 1.00/1.00 vMB 135
788,295 788,295 000000000000000000015c78949922cb16104bb0d5cfd91cb2b8880229c14acb 3,941 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 781.80 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: 634.69 GB
    • Received: 12.26 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.