Loading Tool

Explorer IconExplorer

Memory Pool

2,224 transactions
2.22 vMB
0.00392424 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 10.72/200 MB

Candidate Block

Mining Attempt fcf17a5e825c3ac7f88dd68b0fbfa42fc4d512a865e297e9ce0d5fc680461f96
Version 20000000
Previous Block 0000000000000000000198901213cf264fd46c324a3dd55fbfd5cf096a97a0a1
Merkle Root aa0ef2bdea8d3c5216d758d2b3383ddabe1f7a4845d87202e115527fce84c87f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,211
Size: 0.99 vMB
Total Fees: 0.00269597 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,495 (664,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
248,657 248,657 000000000000002bf8c841395cbed5189a652ebe23d9b6500804032b5b6736ea 256 0.11 vMB 64
248,656 248,656 000000000000004f11a3a020d0fe1114d9873379cdf0685db052d42d323efd1d 14 0.00 vMB 153
248,655 248,655 0000000000000033076409d6da3404a827434feeb2a14c1606d62b0717aba8ec 189 0.08 vMB 120
248,654 248,654 0000000000000016af7137d2888ebe2fc539c8d102486d3c49e1c8425ff7ef46 178 0.10 vMB 80
248,653 248,653 000000000000003571af7aee2579467903bd6288db1213838aca8c2c1f9939fd 190 0.09 vMB 102
248,652 248,652 00000000000000724a51937e57e199fb647efb31053d65b761b4cc9c73b93283 9 0.00 vMB 76
248,651 248,651 000000000000003ae97483627a9781471a3d46bfde9fd393232c6ebba918cda4 156 0.07 vMB 108
248,650 248,650 000000000000000e9c1c1cb56fbd7c709cf4bf0203e44bebbe34fdfc2f910dac 154 0.08 vMB 100
248,649 248,649 000000000000000f48310db2c5c34db9f89f866b83f71d6db51a064167bbb4b1 6 0.00 vMB 260
248,648 248,648 000000000000004d8e23799b5868e25bc0feda2ab827749f002c5c2fda98afbe 134 0.05 vMB 154
248,647 248,647 0000000000000059adf051e6328152ce624a7e3af2763c26df1e0e22c6c481c5 8 0.00 vMB 137
248,646 248,646 000000000000002b81e7e243ac67cfa1d1d6d8f579235defe5d71900094be2bd 110 0.05 vMB 150
248,645 248,645 000000000000003c0cd8a645770b204fb201df3ae04b754375524bc9baf1620a 16 0.01 vMB 34
248,644 248,644 000000000000000af5acac146b501aaf383299816706cdd67f2c5449016c1562 306 0.13 vMB 117
248,643 248,643 00000000000000036db5dc9e55e20b7859d9f06be58035d4d1177536204f241f 145 0.07 vMB 129
248,642 248,642 00000000000000507d0b438f2803696ac361e44a5a3e6ff237f3572f1160812a 14 0.00 vMB 238
248,641 248,641 00000000000000471531937a5f361a058874bfae46b0cb44cbf2cc93c1794dae 283 0.12 vMB 128
248,640 248,640 000000000000006f8505babcd66342133f161808582e83b52462cccd2231a1da 133 0.07 vMB 128
248,639 248,639 000000000000008294732f4cc0536c973997145eee3708a35c7a8b0a92a64ee1 138 0.07 vMB 103
248,638 248,638 000000000000000b7586bd07fa75ee4b4f1c0cb6cfe9edf335ebdf7d62b32ab4 36 0.02 vMB 119
248,637 248,637 0000000000000057901bb0acc39ea68aadc487f5d0bdee0d6f64d32d3c06a19f 338 0.16 vMB 110
Previous 10 blocks ↓
Total Size: 779.73 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: 364.61 GB
    • Received: 1.75 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.