Loading Tool

Explorer IconExplorer

Memory Pool

82,515 transactions
31.25 vMB
0.12474149 BTC
Random Selection Loading Transactions
Max Size: 189.35/200 MB

Candidate Block

Mining Attempt 791e160c3f3829c68493850c8f6dcecb5af2d958e1cda4ac8276e820c3d5c452
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 533ab06a7130770f807b4e6493a579dbf1c915e9e46d9074a30715a90e41cbba
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,143
Size: 1.00 vMB
Total Fees: 0.04269935 BTC
Feerates: 318.30 > 4.28 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (124,224 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
791,177 791,177 0000000000000000000261f5fac87ce64cb8dcf3e84f5625ed96b2ebb03bb548 3,019 1.00/1.00 vMB 51
791,176 791,176 0000000000000000000478a13d58bc108f291da12c4e9f69f15b67819c324ed3 1,681 1.00/1.00 vMB 55
791,175 791,175 00000000000000000003d5b63c20984433bd97a8c1dca79163f5ea1f405679a7 2,564 1.00/1.00 vMB 68
791,174 791,174 0000000000000000000080da50313f0e1f8cc6fa3ab697e494eaec35732ac09c 3,177 1.00/1.00 vMB 56
791,173 791,173 0000000000000000000295bd0274e3ed6f61214f5b9130348dc57ddf8b955812 2,968 1.00/1.00 vMB 46
791,172 791,172 00000000000000000003ee721bbbcca8aa13fd800a6d3877e34799a9472b490c 3,306 1.00/1.00 vMB 55
791,171 791,171 0000000000000000000021b005455dd85388c977006aafed9d4e0364e52f17c8 3,296 1.00/1.00 vMB 35
791,170 791,170 000000000000000000036a4b01aeda6c68f4567abdafc5ee7dce214468e51f70 3,398 1.00/1.00 vMB 42
791,169 791,169 00000000000000000003e4e86952397ec5c613c9f69db6fe9ad0cd7d8d468d64 2,844 1.00/1.00 vMB 35
791,168 791,168 000000000000000000053819be131b5de0763594d8aa4c3a03c85d486735f314 4,205 1.00/1.00 vMB 56
791,167 791,167 000000000000000000025f413826d400a4342d7e1ab2f826db4138f34d747ae1 4,293 1.00/1.00 vMB 55
791,166 791,166 0000000000000000000562344ead16fd4b2987bb3498e0292afea4ab1ee64d83 3,937 1.00/1.00 vMB 36
791,165 791,165 00000000000000000005971eadb3a90285d6fe48cdd14d96d605ac26447f2697 2,966 1.00/1.00 vMB 37
791,164 791,164 0000000000000000000317594e6a29bf3430a344777757e4122983455801242d 2,978 1.00/1.00 vMB 42
791,163 791,163 00000000000000000003d4fa5c0105f3914388283a14acfd808fe8330f8a7860 3,486 1.00/1.00 vMB 52
791,162 791,162 00000000000000000001e9a8e5378789f6a77eef4a6ab14c76211557f497e60e 2,482 1.00/1.00 vMB 36
791,161 791,161 00000000000000000001674c77a821faab74d9a638b005cf7ffaffd77df1d5bb 3,286 1.00/1.00 vMB 57
791,160 791,160 0000000000000000000590adbe3b29e454262a273da40311f7fd84afb9b58eec 4,290 1.00/1.00 vMB 27
791,159 791,159 00000000000000000003176a7c2bf5fe53bd524b904aa1c91bab0c8e93fb9f56 3,206 1.00/1.00 vMB 39
791,158 791,158 000000000000000000036ec42be6f12b7ceb4ca23beb6e11a09f94c8d000db0e 3,480 1.00/1.00 vMB 21
791,157 791,157 00000000000000000004782d04721d46054eaa3155f5a2c16caf228efabf6d19 4,510 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 783.08 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: 722.20 GB
    • Received: 18.39 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.