Loading Tool

Explorer IconExplorer

Memory Pool

75,195 transactions
27.77 vMB
0.07645798 BTC
Random Selection Loading Transactions
Max Size: 169.43/200 MB

Candidate Block

Mining Attempt 50d69f9b7effc319df1abb0f3a867e549e999c90d89888ca2ebfe839b48b36cd
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 6db0628ad63df9e9e33bb3100428cdd934917710c776aee2cddf2b513f3e4706
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,088
Size: 1.00 vMB
Total Fees: 0.01701176 BTC
Feerates: 100.00 > 1.70 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (474,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
440,301 440,301 00000000000000000353ce61f89e96cb6f41c7901fa4c5d6c307f8fc84bc5769 3,071 1.00/1.00 vMB 64
440,300 440,300 0000000000000000013d3c1c793dc3b927fc56da127cce2e545e5397593b38e5 1,142 1.00/1.00 vMB 77
440,299 440,299 00000000000000000060b67e8bfbd3096e26925bec34bcd564aa9ed39d8519cd 1,344 1.00/1.00 vMB 64
440,298 440,298 000000000000000000f8619fba8d7379a2345902c42cf7c80bd6bf706c97e6eb 1,738 1.00/1.00 vMB 59
440,297 440,297 000000000000000000fbe40f2bd73df4f085e4a2db019c4639752aef5b404aab 1,492 1.00/1.00 vMB 62
440,296 440,296 0000000000000000000fdde336a167bf4058e6a9018a9a0c70d67cd247fbfff2 1,090 1.00/1.00 vMB 69
440,295 440,295 00000000000000000171e744d5a35070bf32dd663a8508c747b5cfe08e3602ff 2,667 1.00/1.00 vMB 71
440,294 440,294 0000000000000000014b7ec403df243973102a7de87b88f433b4ded8842b2c9b 1,794 1.00/1.00 vMB 100
440,293 440,293 000000000000000003c04c69518e04d17749d87a12cba4e1edc0d95a38d6c5ad 1,745 1.00/1.00 vMB 101
440,292 440,292 000000000000000000f25c79fa2af28891bd801e9c9e375e86b52a6c1cadc032 2,717 1.00/1.00 vMB 91
440,291 440,291 0000000000000000014e8c2b1bb0129412ffadecf30617a19d7a7c0e02203689 2,973 1.00/1.00 vMB 71
440,290 440,290 00000000000000000236c7613ce3f243b5118f8f0bc9611148d10234bfcc405a 1,541 1.00/1.00 vMB 70
440,289 440,289 000000000000000001e351be535774c233b18d2ecd4ab7d8ae2fd6a14d2010af 2,840 1.00/1.00 vMB 79
440,288 440,288 0000000000000000021ddb39ce39e77db0b9159fbf06bf4da6353bc001a841fb 2,291 1.00/1.00 vMB 78
440,287 440,287 0000000000000000017151d70ac58551b05311a35fcad2757d5a3dd6fce43d92 2,267 1.00/1.00 vMB 75
440,286 440,286 000000000000000003410a52eee9fe9b1fee4882930fd92425e29d3895de7002 2,205 1.00/1.00 vMB 110
440,285 440,285 00000000000000000249e4bcf0123f803684e36d32875d1792f1b0d9047a2694 2,037 1.00/1.00 vMB 67
440,284 440,284 000000000000000003d4613d0bf0c9c8432b71b2436868b1255397afe9602bf2 1,717 1.00/1.00 vMB 97
440,283 440,283 0000000000000000000039d1c1dff1a43670972cc758ebd414f574879368ad42 1,259 1.00/1.00 vMB 105
440,282 440,282 000000000000000001b519fa904f3331e9047a6fb129603de2a00c7dd78eb120 702 1.00/1.00 vMB 85
440,281 440,281 00000000000000000305829bab318ac1216c92bbeb4c1b2ef9c0fa008b8d7dd0 970 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.