Loading Tool

Explorer IconExplorer

Memory Pool

72,401 transactions
27.95 vMB
0.06477105 BTC
Random Selection Loading Transactions
Max Size: 165.68/200 MB

Candidate Block

Mining Attempt e160c4983cd946b777f69cc7b9a437549edaa8c81ec6ba0634546473be2be3f0
Version 20000000
Previous Block 00000000000000000000a6021cd756592116928201db218641aa213304cf81b0
Merkle Root edd1bdabdb70e2441a6522abaf696021a01b21c13a9d898cbeb3347d6d5a71f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,190
Size: 1.00 vMB
Total Fees: 0.00903011 BTC
Feerates: 40.21 > 0.90 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,034 (336,744 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
578,290 578,290 00000000000000000020b9af89ed286166fb596ce11e392ee97499ced822d4fe 2,627 1.00/1.00 vMB 161
578,289 578,289 0000000000000000000413ce6bb6c6b7f0de3679d9b07eb1ae3bb3b2943ec292 2,049 1.00/1.00 vMB 139
578,288 578,288 000000000000000000228381e9a6fde838e0e3703641482f4aa6ace9f52f43cc 2,774 1.00/1.00 vMB 82
578,287 578,287 000000000000000000003d4c10ae1312b1c172cd8eabaf1858714997831f7eba 2,544 1.00/1.00 vMB 127
578,286 578,286 00000000000000000008e02df0c8d4528d40ce1a521b1425ce05dbea1a3db5ba 2,708 1.00/1.00 vMB 173
578,285 578,285 0000000000000000001e753feb57d58459e2a6a1ffc038527b929d586d238ef3 3,271 1.00/1.00 vMB 167
578,284 578,284 00000000000000000028f5836c6a5a87e2f7c3f48bc78450ca580c231354ac58 1,866 1.00/1.00 vMB 143
578,283 578,283 00000000000000000024394673a6ff1f37732d6b519cf37a447c52758dc746ee 2,912 1.00/1.00 vMB 188
578,282 578,282 00000000000000000015f778f569fc5c3a35eade850d51b8c8474ed0f46c56c2 1,970 1.00/1.00 vMB 140
578,281 578,281 00000000000000000002165e0e9243ec6bff12c5d32ded2bdb9170b9455c4b5b 3,039 1.00/1.00 vMB 11
578,280 578,280 0000000000000000000dfe2ef2c4a252a20c594dcddb79fd85c8a9a7c03a60fb 2,650 1.00/1.00 vMB 105
578,279 578,279 00000000000000000003d436f8319c09c29c1b5817ecbaa9fbd64954b5ef3159 2,495 1.00/1.00 vMB 116
578,278 578,278 00000000000000000028cf3f671c4d38ba38cb45df05b36ecb0b780ae8ca9926 3,032 1.00/1.00 vMB 183
578,277 578,277 0000000000000000001fa15378ae4ad218b927f6f67dacd01f0d508032209899 2,620 1.00/1.00 vMB 46
578,276 578,276 00000000000000000028325e07780c87ceab532ffa572556e20d4c556de26f8a 1,986 1.00/1.00 vMB 118
578,275 578,275 0000000000000000000dd4cdf3b66c42b72774ebc902e379132d2890d65b7826 3,208 1.00/1.00 vMB 81
578,274 578,274 0000000000000000001b1acb95bb96c5c1762327977d1aa7b571d5e07d11582f 2,358 1.00/1.00 vMB 137
578,273 578,273 00000000000000000004f6cdd1cccfab91aae22b5583f8cfc185928a68b9cf07 1,481 0.99/1.00 vMB 49
578,272 578,272 00000000000000000024a8da349e7bd7f6ad6cb0dc7c0c39321b37cb3f91eddb 513 0.94/1.00 vMB 7
578,271 578,271 0000000000000000001b75674cbf07cd8cf13dbd8d6517c0839b74160d104cce 954 1.00/1.00 vMB 17
578,270 578,270 000000000000000000027b135c48c3a9c4a9d132205b7c57966c16655a7d999a 1,543 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.45 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: 666.99 GB
    • Received: 15.24 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.