Loading Tool

Explorer IconExplorer

Memory Pool

77,123 transactions
28.74 vMB
0.09270142 BTC
Random Selection Loading Transactions
Max Size: 174.52/200 MB

Candidate Block

Mining Attempt 5fa510407534456652df28b531d37594ef9fe70b8cf8765b585f69d2f25dc6c2
Version 20000000
Previous Block 00000000000000000000f476e02b0f3a45fc85a1c57118e0d247af7c3400b258
Merkle Root c25aaee6d8e7df3b2558b0bd3575031a2a3ded9443e9580ad3658374493f54d4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,623
Size: 1.00 vMB
Total Fees: 0.02660623 BTC
Feerates: 200.00 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,588 (804,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,189 111,189 00000000000104ad0fcf2ae1b92c68be7ceb93aaba6cf72cdc218b1a60ae3c9f 12 0.00/1.00 vMB 0
111,188 111,188 000000000001221b63366288bcb67808eda5b193e838eedc6777860670a1e763 11 0.00/1.00 vMB 0
111,187 111,187 0000000000012707ffb83e06780bbfccb51cb1c9b6fd9b80f4cca5fe87712315 36 0.01/1.00 vMB 139
111,186 111,186 00000000000091b98b4eca8e46138465a78396fa64dc1545028681f56af3358c 11 0.00/1.00 vMB 0
111,185 111,185 000000000000e063d3be142dfe01ff7be4941e3404632f6eaeb53c76b0a10bea 9 0.00/1.00 vMB 335
111,184 111,184 000000000000a11eb024f1aa60acc54af7cec52f782e9cb8bf33ec1285df9fd5 10 0.00/1.00 vMB 0
111,183 111,183 00000000000084329489ccc40b2167d0d383d86f60af88b24ace1533444c10af 11 0.00/1.00 vMB 0
111,182 111,182 000000000000bcfbea51b4df6001db03abbc0720299ffa102f139ae38169e431 27 0.01/1.00 vMB 57
111,181 111,181 0000000000005e72c5988174682e941ec0b5802d2cb5ec8a5c74a0a1d235e802 17 0.03/1.00 vMB 38
111,180 111,180 0000000000002039deed44a80549b4ac3ba7d75f6ca9c6a10100f1d080da2d5c 11 0.00/1.00 vMB 343
111,179 111,179 000000000000ca1405d2eaf469c0a900579e3239a33ea816bd2034e876138502 13 0.00/1.00 vMB 0
111,178 111,178 0000000000011a6518b658d8723fd577e97fbb74bf5d0025bc6ce7d29c738549 10 0.00/1.00 vMB 0
111,177 111,177 0000000000007f556d90b42e2c90b3cd9d8809b5bb573c9173d1e39624466efe 27 0.01/1.00 vMB 419
111,176 111,176 0000000000012ab8e92ac3a408a3d075c8815130c8729be4bb2447a43989b72e 1 0.00/1.00 vMB 0
111,175 111,175 00000000000074f77b5d5f8948bc8065d340ce3b6955b7c88990c3e0c350edaa 11 0.00/1.00 vMB 0
111,174 111,174 000000000001105a86468a85195505105bcccce3d0608a45ff5f0a3b5e1cd049 5 0.00/1.00 vMB 0
111,173 111,173 000000000000ef6c5be04c1e32a2acdc913747da35357be37eb2de87f9d71ccd 8 0.00/1.00 vMB 0
111,172 111,172 000000000000c0a11e843dc4afcf33d83991e7c1de547d0c3c4965cced548832 10 0.01/1.00 vMB 0
111,171 111,171 000000000000b96188b7f458da5f3f31baa0fb1d9f994ce4c85a48be60a7446d 9 0.00/1.00 vMB 0
111,170 111,170 0000000000003cb21b02f92845d44bb9911d376f8ed0075aed680d2fcbe1dc11 11 0.00/1.00 vMB 0
111,169 111,169 00000000000091e0e65a1ee146aaa6c28d5c8c08cac6c219b85147f14ab1d0bd 22 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.41 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: 770.18 GB
    • Received: 19.81 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.