Loading Tool

Explorer IconExplorer

Memory Pool

42,656 transactions
32.34 vMB
0.09562084 BTC
Random Selection Loading Transactions
Max Size: 161.81/200 MB

Candidate Block

Mining Attempt cd36be0068f97029e4e7c10343ab20225b4f84b2b9c26828598b2cbd729e575b
Version 20000000
Previous Block 000000000000000000014d09ba7a31a9df4561752127b3c25ca00855382b7a3f
Merkle Root 6dd18fc458a39adc03618ec53c545e2e8d2bfd39c300bad51b861c39454ad3a0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.02434975 BTC
Feerates: 603.21 > 2.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,361 (809,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
104,556 104,556 00000000000386d38fae416025763afbb67b0c66d9a2d1df90512799b5bb2e1e 20 0.00/1.00 vMB 0
104,555 104,555 0000000000036ab65d8246d52bb21db762a8fb7b3c88b3c83c76cb7254f8460f 4 0.00/1.00 vMB 0
104,554 104,554 000000000002c70f22988795326fbec4117078128f8d5c51e3bf13de598e54af 2 0.00/1.00 vMB 0
104,553 104,553 00000000000346f7d1a6e0b023786ff78527886205943c74e885e3bd99a328f8 1 0.00/1.00 vMB 0
104,552 104,552 000000000002075b9e60386de57e7589c0ffc8546621539a4bd4f5fc59d66611 3 0.00/1.00 vMB 0
104,551 104,551 0000000000002bdf92c16a3d25aba058163524586dd44e23438e282c7a7d3ab6 1 0.00/1.00 vMB 0
104,550 104,550 000000000001dc97482597483ca6c53fbf33981a2c529e977391abe459719d1b 1 0.00/1.00 vMB 0
104,549 104,549 0000000000023e4b7059f7d23bc36f1290ce3342ee18a4f13df9a08c38c035c5 3 0.00/1.00 vMB 0
104,548 104,548 000000000002d2569b5deaed6e66d9e8c0beac40437ee7dba0596319d8ae726c 10 0.00/1.00 vMB 0
104,547 104,547 000000000002db6a559b5c7aa6e42e93a19c2793138bb22116950fa4ca31e5ea 13 0.00/1.00 vMB 0
104,546 104,546 00000000000076c3e95a5f9e7bf2936a976cc9a7a7fdd377a8c88008d5a04362 3 0.00/1.00 vMB 0
104,545 104,545 000000000001d1e341b045a6f27b322a2de568a90925bcb467b86952a2be0087 1 0.00/1.00 vMB 0
104,544 104,544 00000000000369c8501e0efac77fbbaa9ac153ec1817133a320106d2cae438cb 3 0.00/1.00 vMB 0
104,543 104,543 000000000000eb3ce888d48a12169d2b2fc11f42d3d344b8a8606464af788f66 6 0.00/1.00 vMB 0
104,542 104,542 0000000000017ec13ffe08005cd0b10909a06691fb06038efc6d4aafc65a8f16 22 0.01/1.00 vMB 0
104,541 104,541 000000000002bc0f1566b4e69d67bec3beeeef2071637ce1190a015fe00c9732 1 0.00/1.00 vMB 0
104,540 104,540 0000000000034f04b102ba9befe69b192994b105ac8e0011a5428beb2fe802c8 5 0.00/1.00 vMB 754
104,539 104,539 000000000002855d8afae0628b36a13d6c117b0840e3134c88e8833d48b8a089 8 0.00/1.00 vMB 0
104,538 104,538 0000000000010bf339a697ddd3498871c2f9a2828b1871e7383d4fd1b28dd86d 9 0.00/1.00 vMB 0
104,537 104,537 000000000002967834ad7668f20e6f34173eab5bd2785c271896951baf4cec1e 10 0.00/1.00 vMB 0
104,536 104,536 0000000000019904b4df66c6413f0d37e8a8986c5a622b03f6234ee24d1d736b 22 0.01/1.00 vMB 188
Previous 10 blocks ↓
Total Size: 781.24 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 592.44 GB
    • Received: 9.65 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.