Loading Tool

Explorer IconExplorer

Memory Pool

51,208 transactions
28.82 vMB
0.07654677 BTC
Random Selection Loading Transactions
Max Size: 155.03/200 MB

Candidate Block

Mining Attempt 91be6dd14690ef0a694372e2434ba4f92e7e503a9ecd91875fa4ecbc0c8e58a2
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root 4e322d8ae9a4c6827a011c6a75499a9a27a2fefbfb577e457927fefac41a9b11
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,519
Size: 1.00 vMB
Total Fees: 0.02072234 BTC
Feerates: 122.12 > 2.08 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (337,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
577,229 577,229 0000000000000000001836be05f8205acb6c9eda4128705366f68ae2b00df832 3,038 1.00/1.00 vMB 113
577,228 577,228 000000000000000000012a31e75b63df891df0f079c57f65f15f4717c9336b42 2,836 1.00/1.00 vMB 162
577,227 577,227 0000000000000000000fd30a70dc1cdf9b1ed2c7d99822051e558340c30c3c12 2,661 1.00/1.00 vMB 101
577,226 577,226 00000000000000000001ef0508aaccedb3e26ff6a9bbe320cf082fed26597eaf 2,617 1.00/1.00 vMB 79
577,225 577,225 000000000000000000230abfa42fa902d2931e3fbf1d2f26a7de37c68069bac8 2,564 1.00/1.00 vMB 122
577,224 577,224 000000000000000000284afb1c3c73549b890cc6773a1c6be4e15dbad98da13f 2,442 1.00/1.00 vMB 43
577,223 577,223 00000000000000000000ed6b82b3684a4d6a426e1943a02535fde732d2f234d9 2,612 1.00/1.00 vMB 144
577,222 577,222 00000000000000000017e3b8a36b8a156f206f523003cf6da36fdefa2c86de40 1,426 1.00/1.00 vMB 28
577,221 577,221 0000000000000000000d7ca12e8e005b5345b072243ca08ddd398f2fa00e6e5b 2,229 1.00/1.00 vMB 55
577,220 577,220 00000000000000000006e61ce4754a08d2b06f4d917fb3007a54bb32fa441609 1 0.00/1.00 vMB 0
577,219 577,219 0000000000000000001be90b88e22862ff7f30deacd97fc3e987be944e6a13e2 2,590 1.00/1.00 vMB 112
577,218 577,218 00000000000000000017192e683a93a22f0f44c5a22933baecc1edd8b2ae5487 2,695 1.00/1.00 vMB 100
577,217 577,217 0000000000000000000a868a47783468ae3b914b5180b35625823116a449db0e 2,624 1.00/1.00 vMB 110
577,216 577,216 00000000000000000009438c344df1c3958eca604b7997ce6c78b9b1a0746916 2,784 1.00/1.00 vMB 130
577,215 577,215 000000000000000000175a14fecc21179492417a03f1fc232c5cc66a062d6716 2,577 1.00/1.00 vMB 125
577,214 577,214 00000000000000000028eaad71c0fc7b552bd51d98253b83edf3c73c93c47587 2,578 1.00/1.00 vMB 140
577,213 577,213 0000000000000000000e36720399811308a6d7393f888bf574ed608f6e5190c9 2,469 1.00/1.00 vMB 153
577,212 577,212 0000000000000000002338bc2c5b6389ce8b403aaba8a969c08af99211317b45 2,342 1.00/1.00 vMB 155
577,211 577,211 00000000000000000027e3039e38892c687acd664f4328075b3884a90d9056fa 3,349 1.00/1.00 vMB 159
577,210 577,210 00000000000000000009bc7949a182434147f2712298da9610ed433cb0c846f2 2,966 1.00/1.00 vMB 222
577,209 577,209 0000000000000000000f26be686680431055ac4f11af390cbc1c10aca4a42a41 2,270 1.00/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 782.02 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: 649.84 GB
    • Received: 13.22 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.