Loading Tool

Explorer IconExplorer

Memory Pool

83,859 transactions
30.73 vMB
0.08888015 BTC
Random Selection Loading Transactions
Max Size: 188.66/200 MB

Candidate Block

Mining Attempt bce2508f8a5923dae552efdf8ae05d0f21d2fb9acd67d005792f85aec17f3dfc
Version 20000000
Previous Block 0000000000000000000128573cb111401f661ea57a2bc9fbc9c48fcf8c5e1f6b
Merkle Root 66d99e39776f7482ad3ae14e8fed76936c421982eb56c174039028e0c071aaf2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,208
Size: 1.00 vMB
Total Fees: 0.02005977 BTC
Feerates: 402.60 > 2.01 > 0.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,326 (462,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
452,602 452,602 0000000000000000016c05e0a467c79b668206c8875718e02542e9b5ac3cdb81 2,366 1.00/1.00 vMB 80
452,601 452,601 000000000000000001c1ff0787da41ab5c7c162148d3c262d7eb85e6456baafb 1,234 0.75/1.00 vMB 93
452,600 452,600 0000000000000000013299b8307f19d4a359f6ccb9b2f80f9285b5829c341858 2,149 1.00/1.00 vMB 117
452,599 452,599 00000000000000000008f048acb1e991ed54f277391488fc5583d7589763b038 2,366 1.00/1.00 vMB 149
452,598 452,598 0000000000000000008c49842d565058c235dc7a527b0ad40088317aa4e618bf 2,425 0.93/1.00 vMB 116
452,597 452,597 0000000000000000025a5dea7aec5f0b421104eea09875ab47e0499175cdca8b 2,424 1.00/1.00 vMB 75
452,596 452,596 0000000000000000026b9b0396ec99917bf49fd6e2cd365bac30f42eaba63a97 1,930 1.00/1.00 vMB 106
452,595 452,595 000000000000000001cc162dd05183bf0ec774c5b0a6012280857bc85829b8ce 2,257 1.00/1.00 vMB 145
452,594 452,594 0000000000000000007c4bd439babef940ea7cfc264368a861a9593b9a8b76df 1,819 1.00/1.00 vMB 67
452,593 452,593 000000000000000000f96eac080779b5a5b53875f0b0e76d3e502c8523f1e33e 1,976 1.00/1.00 vMB 68
452,592 452,592 000000000000000001c540b4939d6f0aa5db129e4945c9b759c8a66183713e0b 2,558 1.00/1.00 vMB 71
452,591 452,591 0000000000000000016c40bdb8338b8a790e598d65132cf90093e740e074b629 2,270 1.00/1.00 vMB 112
452,590 452,590 000000000000000001a2657b86a994fbfa07b401adade2f332eb45313e29031a 1,954 0.75/1.00 vMB 134
452,589 452,589 0000000000000000017864aa0bfe477ec2b95b0d2f24edf862550a0c0d5a5e18 2,170 1.00/1.00 vMB 104
452,588 452,588 000000000000000000f0e689fab4a049393501addaef493be0fb9eb03b6589a4 1,359 1.00/1.00 vMB 55
452,587 452,587 00000000000000000159e3cf5a9ffdd10f666818a1210b07a18af7475262b9c3 2,435 1.00/1.00 vMB 80
452,586 452,586 000000000000000001ab06bbe96b8f100a09331db9953b33d619febb8ef425f2 2,112 0.75/1.00 vMB 75
452,585 452,585 000000000000000001c1d0659065746bf92e5e158bace2e1bfc8fff05281b34b 1,937 1.00/1.00 vMB 85
452,584 452,584 00000000000000000012658f4c13a6f6ccdac74ed265d55f70f33f95b5b64d90 2,686 1.00/1.00 vMB 126
452,583 452,583 00000000000000000072d44bf16993111bafc20e64c8472bf3bd4e279091bb45 2,991 1.00/1.00 vMB 131
452,582 452,582 0000000000000000023d5678ebbded7474579462350b7fbe9fd594ca7c4eb61e 2,036 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.96 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: 715.28 GB
    • Received: 17.70 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.