Loading Tool

Explorer IconExplorer

Memory Pool

32,527 transactions
29.52 vMB
0.07759107 BTC
Random Selection Loading Transactions
Max Size: 160.19/200 MB

Candidate Block

Mining Attempt 8d20308c9c2cb4e29270fa335a2f03a047ad5d45531c9e0347918b7ab850c90e
Version 20000000
Previous Block 00000000000000000000703d366a0f2e9456ff49d30436c15ad4075d0630f92d
Merkle Root 699d5cea41234be88eaf5702801f1663dcceaffeb30004bf77b55f48cdbcb518
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,873
Size: 1.00 vMB
Total Fees: 0.03829777 BTC
Feerates: 200.00 > 3.84 > 0.88 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,301 (139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,162 939,162 00000000000000000000dd6bf917d6ddcc645c4685496bcfa3eef61e47fbc26c 3,352 1.00/1.00 vMB 2
939,161 939,161 00000000000000000001708e859832681b85c52d1621b6d93d73f96f6903f961 3,605 1.00/1.00 vMB 3
939,160 939,160 00000000000000000001519c81d08a50f79c77ada8ee4718a23f23f9060666b5 3,642 1.00/1.00 vMB 7
939,159 939,159 00000000000000000000910714e5d5c5d318385a3eaa4a834324ba594237f7da 3,285 1.00/1.00 vMB 2
939,158 939,158 00000000000000000001cc3e5fbd978a32139ec6f4f6ce51547781c9517e6a7e 3,573 1.00/1.00 vMB 6
939,157 939,157 0000000000000000000063ff31a3f1ff31b2012cdb26890b087c978b6a0bdeeb 3,481 1.00/1.00 vMB 4
939,156 939,156 00000000000000000001ecd544227374541177d3a6d63725d913d5ddc8421849 2,864 1.00/1.00 vMB 4
939,155 939,155 00000000000000000001108aac145d2e4efa00c85e80c035901cf84fef2bd1a2 3,623 1.00/1.00 vMB 1
939,154 939,154 00000000000000000001720de6c98cccb664546151470a91749ace2d935e27f9 3,556 1.00/1.00 vMB 2
939,153 939,153 0000000000000000000029fd7dc4a6d12fd7c019f1e004a068b35bf7f3da903d 3,819 1.00/1.00 vMB 5
939,152 939,152 000000000000000000013847854784dc596f84e11ccfb8aca6ec0a9259b2db9c 2,651 0.76/1.00 vMB 2
939,151 939,151 00000000000000000000269f60242d207995fcb1716eee89e99948fa69ad1a27 2,016 1.00/1.00 vMB 1
939,150 939,150 0000000000000000000105191a77be9e7c0635d484924a49181db9b87b4cf768 2,361 1.00/1.00 vMB 2
939,149 939,149 0000000000000000000152ab8c366c3bed2b61fe18c0c8b76b6c27638704d2fb 3,295 1.00/1.00 vMB 5
939,148 939,148 000000000000000000015563c3fd5672b6d18bb7420d8672613493294d5e9f0a 3,921 1.00/1.00 vMB 0
939,147 939,147 00000000000000000001147e5e49acfb872e0b0b026a944e3f92e45f68b7f828 3,747 1.00/1.00 vMB 2
939,146 939,146 000000000000000000011cb2114ce4d21eba8876598fcd3c4a180c17995f2f17 2,545 1.00/1.00 vMB 2
939,145 939,145 00000000000000000001d4fcd77d523f5e235814e64972e2d69d3a2e4937535a 3,639 1.00/1.00 vMB 3
939,144 939,144 0000000000000000000169683cfca226f76809eaea2668fde4cfa57c6d41342b 4,798 1.00/1.00 vMB 0
939,143 939,143 00000000000000000001aa1c2a0e533949c700433bc1084b6cde51d88e51dd7d 4,238 1.00/1.00 vMB 1
939,142 939,142 00000000000000000000c580fb9f9b5ba19bdf18cc0eed3932815e9876babadb 3,020 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 825.45 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: 4,248.59 GB
    • Received: 233.75 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.