Loading Tool

Explorer IconExplorer

Memory Pool

11,562 transactions
3.94 vMB
0.01584322 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 24.08/200 MB

Candidate Block

Mining Attempt c526f50cf46083725e29dd4b0286e142099a7a7e0cc5b87b3ca812ad8742ffd7
Version 20000000
Previous Block 00000000000000000001b147e1eea34998af284185b690f42f4d08ff8920dd12
Merkle Root 7080e05f7cc139ebb5b4eee0db640398fd3c759feb0110619253cf3a9adbe362
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,965
Size: 1.00 vMB
Total Fees: 0.01124229 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,487 (809,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
103,666 103,666 00000000000059d693c5cfb9e869ec0066a81e29259affbfdbd145f9073eea24 1 0.00 vMB 0
103,665 103,665 0000000000021b9a4957f810857cf566b54b826bfc9bf00bb6dc0b5100b95a66 8 0.00 vMB 0
103,664 103,664 000000000000448dbbb51ea9130917561f35b40aa18211a356e38be313abc1aa 18 0.00 vMB 0
103,663 103,663 00000000000101f59c47bca1943b058376f02c135d9d28aa4810966bb7d8b17f 1 0.00 vMB 0
103,662 103,662 00000000000258eed0d7532ed2af16ffba036baf8c09a5ea902242cb7ac32162 2 0.00 vMB 3,875
103,661 103,661 000000000002f5a5f9bbfa21cdc4df6e2647f80a20618343e03bc5d6e7d45436 3 0.00 vMB 0
103,660 103,660 00000000000291e1b24bd1b8f265c03e8cd2f08eb99b300b233362b83c60ea81 5 0.00 vMB 335
103,659 103,659 000000000002cb70971d990134728636914d19e04417758ed41e9760de1a42d9 1 0.00 vMB 0
103,658 103,658 000000000002301db0fa08ed70740cc9e933acde3fdbcdeac452ff1c3ced326f 3 0.00 vMB 0
103,657 103,657 000000000001828a44a7166814e67516fe935aaa6b226b5d40640218f2d1a081 9 0.00 vMB 0
103,656 103,656 000000000002377e902844133dca5192a6180636f30b0ab2de0c7a5c99d9cdfe 19 0.00 vMB 0
103,655 103,655 000000000000329ab69f11822623de8f9d5e15ff1de488d6bd85987b154796f6 3 0.00 vMB 0
103,654 103,654 00000000000356a924803b962ae27b1d856c19a6291d846907cf57ddd793ce0d 3 0.00 vMB 0
103,653 103,653 000000000002968dff4e5346dcfa9cfe7e365576177aaa416bc5d9c79bcaf4b3 1 0.00 vMB 0
103,652 103,652 0000000000005acdd12cef00f1fe084dc6efde4777a6faeeaf94a95de28461fb 6 0.00 vMB 0
103,651 103,651 000000000000bb3e5dd5c56e41c3740bbbba223f43f303c02330bc5490be04fc 6 0.00 vMB 0
103,650 103,650 000000000000df219239db734e6fbb30e551c6d8f04137bd94df398d02697352 5 0.00 vMB 0
103,649 103,649 000000000000e2163c076cc6c6dbf166e736b241f75ab2375d6dee2bb349ffcd 9 0.00 vMB 0
103,648 103,648 0000000000015386ee7e879500f7c91abe2322942eabe02cfd07c6a2d51fa254 11 0.00 vMB 0
103,647 103,647 0000000000035c476c339d603c7fd67f6ccaca7aa36e85490cfe2df21f9f8460 21 0.00 vMB 0
103,646 103,646 000000000001639e00dbb04b018c77af6ada9c1276b648e5498992a24982f852 1 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 353.60 GB
    • Received: 1.71 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.