Loading Tool

Explorer IconExplorer

Memory Pool

43,456 transactions
26.59 vMB
0.06383577 BTC
Random Selection Loading Transactions
Max Size: 139.84/200 MB

Candidate Block

Mining Attempt 6060d16c85f289b35593d92732797d1701c7a08c82af71283749a2bd79fa1055
Version 20000000
Previous Block 00000000000000000000474abf3fcf62d8e89483dbbfc4091cc0a57225296f17
Merkle Root 9e2f0db5a4062eba1a150117a4520dbf9f0b1fec401dba7cd192ad236baad59d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,517
Size: 1.00 vMB
Total Fees: 0.01501834 BTC
Feerates: 200.71 > 1.51 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,728 (828,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
86,255 86,255 000000000019bbf005cf6562e42b70b4492937b0fd956d556863cc1f2ab3ee79 3 0.01/1.00 vMB 0
86,254 86,254 000000000011ab4b91dba5da5f66d38067da94624543a7fa5dec00e132f09d2f 5 0.00/1.00 vMB 0
86,253 86,253 000000000000c92df373a1306dbcb7d6ad1c8ac65f026b0b4a57957ac235b12e 3 0.00/1.00 vMB 0
86,252 86,252 000000000021aaf486485a369b2cd2f6370c95232d14cd2a4cceb1281e0bcd50 4 0.00/1.00 vMB 0
86,251 86,251 00000000001a8ab42486095fc082fdeb8b6be7cbfcc410aeda8e6950316dd8ea 7 0.00/1.00 vMB 0
86,250 86,250 000000000029f9578c6fda35709152604d013ca5cb13ed279695a091179d5ebf 2 0.00/1.00 vMB 0
86,249 86,249 00000000002da94390fedf8b4b9da9a4b8a2296706270951974b997ea410cc41 5 0.00/1.00 vMB 0
86,248 86,248 00000000001e5aa8cf1e0bc39c82faba87f18a9060747fc761124bab4fef66b2 3 0.00/1.00 vMB 0
86,247 86,247 000000000017b557ff73d608fd1a9b7ddc60d5f6200a8da40818f32382a1ebf1 4 0.00/1.00 vMB 0
86,246 86,246 0000000000150cce82dd932c73558f0c38e54c1fb89bd80de38604f99f26f728 6 0.00/1.00 vMB 0
86,245 86,245 0000000000167a7af4114e0a64f70eb8f4d929ef364824a412263fe67929a127 2 0.00/1.00 vMB 0
86,244 86,244 000000000023d62569037c6922dede54e90d5ea4e98cd41aa9f56d6f68df193f 3 0.00/1.00 vMB 0
86,243 86,243 000000000020254a90c489bd3fe64637b15ba355e13943fa73fa9d5279f18da0 3 0.00/1.00 vMB 0
86,242 86,242 000000000019b6118c2c54d73c1fa812427101592400a4cf086a87e34350d6cc 1 0.00/1.00 vMB 0
86,241 86,241 00000000001ce67f5d9dcf08d1ce9c7dad7321501fa0d0a026be991da7006276 3 0.00/1.00 vMB 0
86,240 86,240 0000000000139ed96939ed680e82d737ab2ecbeb56cce4738317d7a0370d6b16 7 0.00/1.00 vMB 0
86,239 86,239 00000000000ed2317d55983cb9396d0a2285c48b2bda8fd5849fd9bd3b0b0b91 3 0.00/1.00 vMB 0
86,238 86,238 0000000000007c7ed74f6c12cead6133d2960af9cfe8c516cb1d33b61d70a7f0 3 0.00/1.00 vMB 0
86,237 86,237 00000000002a6473165a54a94f038470da186d95b6c95f619610282f0e22a56d 1 0.00/1.00 vMB 0
86,236 86,236 000000000020372d994cd4b3e03466892c9bb4a8087bafc2660a2fb35c428f69 1 0.00/1.00 vMB 0
86,235 86,235 00000000002b95dba5b5f2f6b151f414255e656f3f8c12c24226420f19ad7da8 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.91 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: 645.83 GB
    • Received: 12.78 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.