Loading Tool

Explorer IconExplorer

Memory Pool

79,024 transactions
29.61 vMB
0.07407851 BTC
Random Selection Loading Transactions
Max Size: 177.89/200 MB

Candidate Block

Mining Attempt e1ce76c7817495dffcd32f2c51c4634424873968a16d08967d7afdfb33c9f830
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root 22faa43a6607efa551156ff1143b3b91b9272011df8cbe23903224893c610ef6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,111
Size: 1.00 vMB
Total Fees: 0.01381950 BTC
Feerates: 302.06 > 1.38 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (479,819 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,193 435,193 0000000000000000016f963f83752875b542403695b341b7bc1a57778e7d2b9e 1,257 0.78/1.00 vMB 42
435,192 435,192 000000000000000002f9ae8eca54e7ec9d1bd6adfa0205746afafa02ca67002a 2,336 1.00/1.00 vMB 60
435,191 435,191 0000000000000000032596da01db894eed90a55e6000be7aefea772e2a862b83 2,198 1.00/1.00 vMB 95
435,190 435,190 0000000000000000004fb662799fcc63c09307ce51582ed2a786705fb35e88f7 533 0.51/1.00 vMB 25
435,189 435,189 000000000000000001cdb9128cf499f8067b759239568f50fa697e5ed5047fb1 187 0.10/1.00 vMB 53
435,188 435,188 0000000000000000026bdc351946ce876942ad7bb8c7d4efd17eb547319cf457 587 0.75/1.00 vMB 21
435,187 435,187 0000000000000000032237a7dcef6b2460c19755f642f974672188f63ac2439d 1,688 1.00/1.00 vMB 44
435,186 435,186 0000000000000000005ebbf13cce3f49528d5cd61a7d791dcea98e8de92473ab 2,289 0.88/1.00 vMB 68
435,185 435,185 000000000000000000cb491f552cb9950875201287d5e7148ba75adef5a53c56 1,538 1.00/1.00 vMB 49
435,184 435,184 000000000000000000c6a14eccc653589fc93f21a706b89c3d3a07ac447a6057 1,965 1.00/1.00 vMB 45
435,183 435,183 00000000000000000348d41c752e7830875de9092be02bc4f0bc0fd8e24f99b9 2,310 1.00/1.00 vMB 64
435,182 435,182 0000000000000000023760fe42eee26c7a7b7ea8da9c46bf5fc51930082827d9 1,687 1.00/1.00 vMB 40
435,181 435,181 000000000000000001caba978969c3175eee82b08681edaf094e148ebf6e4729 1,531 1.00/1.00 vMB 44
435,180 435,180 000000000000000002e466cabbf277b65a175696db4429b265b3d8ddc7a2ee57 2,386 1.00/1.00 vMB 60
435,179 435,179 000000000000000003e85168f4279a6bc90f867d271f24f3a8dabf29b99b5ab4 2,372 1.00/1.00 vMB 81
435,178 435,178 000000000000000001b4526da89f722f96b88a9dbf3cd86c4f010e5b11293ad2 2,213 1.00/1.00 vMB 50
435,177 435,177 0000000000000000000064d4a959fc21d3b7bfea79f2feef9a4b9356bdc1c38a 2,737 1.00/1.00 vMB 81
435,176 435,176 000000000000000002c2835b426c6a7b741b4c444394f9f01b5292e5966bd8f3 2,601 1.00/1.00 vMB 79
435,175 435,175 000000000000000003b352e9329229d399d4011f01a251f4a5a9a81983c53a9c 1,110 1.00/1.00 vMB 35
435,174 435,174 0000000000000000001e2c9d2c7adf7aef7d4e23e17fd1833e1619b596cd1ef5 2,137 1.00/1.00 vMB 62
435,173 435,173 0000000000000000043fdc31a5b08820fef0147cfbddeed86942b70de027a517 2,140 1.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.