Loading Tool

Explorer IconExplorer

Memory Pool

100,548 transactions
26.13 vMB
0.07207980 BTC
Random Selection Loading Transactions
Max Size: 176.71/200 MB

Candidate Block

Mining Attempt 36c1525606e2e6dbc040fc530ba4bc69125267d50228b3622ad8863d5d2ce588
Version 20000000
Previous Block 00000000000000000001c641766e70930b344c83d935c26e7694ea5dac4fa245
Merkle Root 978df4d0a5fda12930a234436476d108523fa6235dafebdd23f7baf7a3944d85
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,735
Size: 1.00 vMB
Total Fees: 0.00925695 BTC
Feerates: 150.75 > 0.93 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,057 (886,876 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
29,181 29,181 00000000462f91b736697dd9080c174845f95c5b88a28cd20d7d00c2ac896a93 1 0.00/1.00 vMB 0
29,180 29,180 0000000032a28ae127661d0a89d2fe7c36b9dd85cdc90662561495e72c7be373 1 0.00/1.00 vMB 0
29,179 29,179 000000009e0125aa3a2a4e7de1b4fcdef298c572a839019f1478509c095ef27d 1 0.00/1.00 vMB 0
29,178 29,178 000000005f866d0a00da333ea2d16bd0207035843d8253e01ce7bcb3f83aa7be 1 0.00/1.00 vMB 0
29,177 29,177 0000000065fe6195eaf54aa5ef313c427d210853775f988c610dad55bad44bc0 1 0.00/1.00 vMB 0
29,176 29,176 0000000096f5fcbfd070c6a7836ffb169b4be040af4cfdd53381abed54135cc9 1 0.00/1.00 vMB 0
29,175 29,175 00000000f73508a81bbe65a87dbf1a7872509d4d795f1b31ff77fdbcdcf9f65c 1 0.00/1.00 vMB 0
29,174 29,174 00000000de0fd860df81b354ff96b3f2754a754935d24c08b9eeeb25a31be585 1 0.00/1.00 vMB 0
29,173 29,173 00000000a8a039f89eddaa72c25bc8c22cdf9d2f35dc6e4bc5c8e4388a46256a 1 0.00/1.00 vMB 0
29,172 29,172 00000000f875002a0f0db3277f3feae073ab0f83cca3e3dc936644082cd2b01c 1 0.00/1.00 vMB 0
29,171 29,171 00000000fa25c9fc59df3e394030bcd49dc1230d1c52669de4b8a2c6911e8005 1 0.00/1.00 vMB 0
29,170 29,170 00000000ee36ea860f8ba569e58497a564681af45c7d4d4adbf33c9345fd05f0 3 0.00/1.00 vMB 0
29,169 29,169 00000000e86ab28e404e9dc4563632557fe28bacdc4f11b0aab1fcd025d9064c 3 0.00/1.00 vMB 0
29,168 29,168 00000000a64c73c0edafd7debab805e95c7d697ffe9269119a8032df5077ae3c 2 0.00/1.00 vMB 0
29,167 29,167 000000006764266a8961440808cf7b65bbf0df7300219d2786c468bcf411e61c 1 0.00/1.00 vMB 0
29,166 29,166 00000000f03f4fa24037adea6f3f2a88140002460da566afb3bb682ab3faa96b 1 0.00/1.00 vMB 0
29,165 29,165 000000004418cfd69b07461520174d5c00dde45ce13f3a2f6c31f7fdb38c4f69 1 0.00/1.00 vMB 0
29,164 29,164 0000000073bad5f923ce38c8820fb9f984486831ed0e5b676e825f7bb1a08968 1 0.00/1.00 vMB 0
29,163 29,163 00000000ab7feb0cfa7e0deca0d13a22a88533aeb57f46b1daf92d9301196d24 1 0.00/1.00 vMB 0
29,162 29,162 000000007af01083f4f2d414de5ba3f441ea63bf2ec2552b46baa82da5eb2016 1 0.00/1.00 vMB 0
29,161 29,161 0000000033f2c1a4ccad383aaea8d915e12c5f5dd16c228b35fd945d120562f3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.22 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: 813.07 GB
    • Received: 23.82 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.