Loading Tool

Explorer IconExplorer

Memory Pool

64,833 transactions
21.31 vMB
0.07232953 BTC
Random Selection Loading Transactions
Max Size: 133.80/200 MB

Candidate Block

Mining Attempt 408def9741ed354699004ae743cf258386ac0ef91123477ad623c8d1a320d027
Version 20000000
Previous Block 0000000000000000000121e9496b67fd2dc8e9de934b99f0fb0caaf6cc2752b1
Merkle Root 41c9b9a1cacc5d9140c77c4cf589d2efbd57a54dd191bdfd5223258b99c8a10d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,546
Size: 1.00 vMB
Total Fees: 0.01792148 BTC
Feerates: 100.32 > 1.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,752 (811,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,793 103,793 0000000000014c122a9e2a340a0d27f9028708471e4407ba52df75f60035c0aa 1 0.00/1.00 vMB 0
103,792 103,792 000000000002f718ec7a3dd7b5d96a6b09b8514798583e506ebffc630bce8c5c 1 0.00/1.00 vMB 0
103,791 103,791 000000000002ab8f805ee1823cd7d1b81d1163db48e81c25de2b9352f7e55b72 2 0.00/1.00 vMB 0
103,790 103,790 00000000000185f734a09d6081a13f42c9cafa6b478d2a4605eb24d3702b4eb8 1 0.00/1.00 vMB 0
103,789 103,789 00000000000191a8f113d556072a1119a80cca05f0729606d949cf6bba0a6cc1 1 0.00/1.00 vMB 0
103,788 103,788 0000000000028dba66f25c1eb499c8d7110edfff87c2736ac3d872125ec3bf21 1 0.00/1.00 vMB 0
103,787 103,787 00000000000136989b97e9f096c3fcc3f4ee5a78caf31485a57764841fda54cd 1 0.00/1.00 vMB 0
103,786 103,786 0000000000009f0a792ccdc807dbc2ffa3660a0718c1772779cfef7e7b88d44d 8 0.00/1.00 vMB 0
103,785 103,785 0000000000032004dcd49e729f49a1d9c10326a69c24953ae2cafa9a53ce2e1d 11 0.00/1.00 vMB 0
103,784 103,784 0000000000030b74d01b43fbea095f2c2f3091d54661f7359543d1f39d6933f4 10 0.00/1.00 vMB 0
103,783 103,783 000000000002601f160e81189980b5e2cae3b31b862ef3b77d877e56dd9cedd2 24 0.01/1.00 vMB 0
103,782 103,782 00000000000035e15dfedf3c038327d83fc785738823a6eb3db47e66d8e11dfd 2 0.00/1.00 vMB 0
103,781 103,781 000000000001a02327df69d024e010f74d6b05bb9964aeb9e2e10d7875392bfb 4 0.00/1.00 vMB 0
103,780 103,780 0000000000021040c91afc961b4c7a3e4de802b0f95fc93b63cf3dd63cdcd286 1 0.00/1.00 vMB 0
103,779 103,779 00000000000116a173213db0e743661f87dbf5b682f88efe2a076763d9f81df1 3 0.00/1.00 vMB 0
103,778 103,778 00000000000198bbfcba97b0891cba921c6986f30e45b195a8f514b87b6ff2b7 8 0.00/1.00 vMB 26
103,777 103,777 00000000000290500ceceb1c23305a8c797e45d8bf2a1dc8b26bb926d2a29cea 1 0.00/1.00 vMB 0
103,776 103,776 000000000003573bd608636bf5a5f7a25eb9a793478f3978b6ba2535da457114 4 0.00/1.00 vMB 0
103,775 103,775 000000000002bc2ca3aa14b063f2f056d7a625d9f9906c324624fb09c1efb441 3 0.00/1.00 vMB 0
103,774 103,774 0000000000028bceeba5bd11156be13826dd4f316308727e7959781136b5a018 5 0.00/1.00 vMB 0
103,773 103,773 000000000001ed43a194adc7b9b7460d1bc6b8564946641c79d9ab9d1b4365c0 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.68 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: 777.66 GB
    • Received: 21.20 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.