Loading Tool

Explorer IconExplorer

Memory Pool

39,793 transactions
32.71 vMB
0.07663982 BTC
Random Selection Loading Transactions
Max Size: 161.75/200 MB

Candidate Block

Mining Attempt 98345c0944bf4ef7373aa6c4acf0e4b9d5cd6762f5d4ddbc13c1f574008edebc
Version 20000000
Previous Block 00000000000000000000501633326136b197890c220f226ea3515a7126fefcc9
Merkle Root 0ee6303f33e92713f6d12f17a455b6bbf84640b2e6c6228ed869bebbf8ac0df5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,182
Size: 1.00 vMB
Total Fees: 0.00750517 BTC
Feerates: 30.98 > 0.75 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,560 (337,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,271 577,271 000000000000000000101ea195ee816873edcdde7acf042c65dbc536ce2f4217 2,880 1.00/1.00 vMB 130
577,270 577,270 00000000000000000021ab623681ec7ef473183e8246b26d81b1593e9b74f4e9 2,968 1.00/1.00 vMB 162
577,269 577,269 00000000000000000023d75ca21174bb18d4cb6e1850b9c9ebb5ef0ceee26618 3,021 1.00/1.00 vMB 159
577,268 577,268 0000000000000000000b53f04d348b976d56878f59ae2e6337c23f29ce1ae043 2,728 1.00/1.00 vMB 64
577,267 577,267 00000000000000000019fecd9795d39de03a573496f2ab29e279b97eb2199e2e 1,294 1.00/1.00 vMB 76
577,266 577,266 000000000000000000264080abc68dddddb4e8e63f09767b6b8b0a83cd236d5a 2,355 1.00/1.00 vMB 74
577,265 577,265 000000000000000000053c21f14f774839aef8d35b254c46e54cccd9aec1c0d4 2,838 1.00/1.00 vMB 139
577,264 577,264 00000000000000000008b5fde9ba17c804cb7a6a285e75a3bdd3da53bd193de3 2,660 1.00/1.00 vMB 95
577,263 577,263 00000000000000000001a1fbf096258f027baee0b5e3143b19876776c5640929 2,928 1.00/1.00 vMB 130
577,262 577,262 0000000000000000000351c4c1691dcefc3c2b8fac1e9209f5b36d6eb2e8c01d 2,279 1.00/1.00 vMB 153
577,261 577,261 0000000000000000000ca8c902aa58b3118a7f35d093e25a07f17bcacd91cabf 2,327 1.00/1.00 vMB 170
577,260 577,260 0000000000000000001dc2758360aeb48f28eb089c8d88495aacc528d30f10f2 1,924 1.00/1.00 vMB 104
577,259 577,259 0000000000000000000513094029a6a8f1f2738206c544e4a6dbbd20eed5226e 2,500 1.00/1.00 vMB 141
577,258 577,258 0000000000000000000502bb0f4802012387065f3894b569e07585250df1c459 2,239 1.00/1.00 vMB 122
577,257 577,257 0000000000000000000dd4626e7a5ed0e135a8dc126bac6185b95d28e8bd73ea 2,718 1.00/1.00 vMB 169
577,256 577,256 000000000000000000134878ade85fee98d4e1201593e619bd5444ece77ee1f5 3,007 1.00/1.00 vMB 152
577,255 577,255 00000000000000000017bdfcc9673635f9e6db35d6dab17053dcfa207a356644 2,661 1.00/1.00 vMB 182
577,254 577,254 0000000000000000001d138865f5de4bf4e497eef73ec692e1dce047297bee35 2,796 1.00/1.00 vMB 130
577,253 577,253 00000000000000000020df06e2b24b149725d7ddcf61e720aafd406b449a959d 2,794 1.00/1.00 vMB 145
577,252 577,252 000000000000000000029fd4dda23c435e18e9dfce2c2fcfa31a2c71e1c14347 1 0.00/1.00 vMB 0
577,251 577,251 00000000000000000021313ef3fde3730b48d132341217d862709d400beb96b6 3,111 1.00/1.00 vMB 189
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.97 GB
    • Received: 11.52 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.