Loading Tool

Explorer IconExplorer

Memory Pool

81,027 transactions
30.74 vMB
0.08758718 BTC
Random Selection Loading Transactions
Max Size: 186.88/200 MB

Candidate Block

Mining Attempt fcd7178de5c1cfe8578d2826b1d810943393a93cc807beb5ed3bc12b4a778c84
Version 20000000
Previous Block 000000000000000000017014338f9dd242c589e1c0e015f91a4c2d776fb2542e
Merkle Root fece8bff9a2c6033222e7aa6e9ec58de52eee7f549e756f4e5ab0881be9bfe39
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,644
Size: 1.00 vMB
Total Fees: 0.01697425 BTC
Feerates: 73.20 > 1.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,383 (491,191 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,192 424,192 000000000000000004ea3d4357c8f188a7ae5eea14053010496d53a076ffa309 1,511 0.72/1.00 vMB 53
424,191 424,191 0000000000000000045260ff4ea17354ae8537c0edbce89ad2326aaf97f7ff23 2,931 1.00/1.00 vMB 93
424,190 424,190 00000000000000000001179cc07c6c9718284b8b860ef14d4b11b91dba4dc29e 316 0.98/1.00 vMB 15
424,189 424,189 000000000000000001454349a4dea68c8bd015ca17554c75df9e459728b9e1a5 1,213 1.00/1.00 vMB 30
424,188 424,188 0000000000000000023aa31bb32e8644c155a31904ca8dbfaff553332a29b835 1,317 1.00/1.00 vMB 55
424,187 424,187 0000000000000000048cc84bc5c03d39c425847ceca0a3d503e36b7b68da48e9 1,273 1.00/1.00 vMB 45
424,186 424,186 000000000000000003d4c813555d9c2b3af5f0d2aeef99e4a9a7cfc25a9f45db 863 1.00/1.00 vMB 41
424,185 424,185 000000000000000003382e64bccf1359012fcc83270fc53c7e9f79cf91122baa 334 1.00/1.00 vMB 36
424,184 424,184 0000000000000000027545e67ed42075680ad50afc62a9eef8da9c669123b07d 233 1.00/1.00 vMB 33
424,183 424,183 0000000000000000037780bd39d90d71905a9f85a09371cf487d68b2ab33fb27 1,441 1.00/1.00 vMB 58
424,182 424,182 000000000000000002a21d92ca24201b510f148457fcfdca508a379e294789c2 243 1.00/1.00 vMB 32
424,181 424,181 0000000000000000012eab700d37f7657ab955f96a21cdf9c5f0a4a557d88e84 270 1.00/1.00 vMB 33
424,180 424,180 0000000000000000017d66f38dcbe15992972c85abb8de9ca218a3ed6251d91b 972 1.00/1.00 vMB 48
424,179 424,179 00000000000000000561a70e22df673c25cabcbe51fb999e8cc789a9a27f7119 1,720 1.00/1.00 vMB 73
424,178 424,178 00000000000000000508fcad3f5390cdf76c2faf4d6b0fd0cb5bf95fa21c403c 1,309 1.00/1.00 vMB 53
424,177 424,177 00000000000000000288f4655b3c5f7ccb0c2a3109ac9779c993f8afa29bfa3d 239 0.10/1.00 vMB 67
424,176 424,176 0000000000000000039ac6e9f80f28ee382e67f8f71094cb0a0a9c6fcc5a39bc 1,358 0.63/1.00 vMB 66
424,175 424,175 0000000000000000053be94294860f2d63f38d913d1505c120325d0862ee4916 1,220 0.61/1.00 vMB 72
424,174 424,174 00000000000000000459870af288cfbaec4a5c20419cb698296cdb9ee4f376d1 800 0.38/1.00 vMB 110
424,173 424,173 0000000000000000030e92884bc382dccd02a4bf4fef10cfd7607ac3e526eef4 1,740 0.92/1.00 vMB 39
424,172 424,172 00000000000000000133fa718133bec01d5ff0b71d77c77f83721657a7c7d302 3,108 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 783.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: 720.62 GB
    • Received: 18.22 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.