Loading Tool

Explorer IconExplorer

Memory Pool

45,215 transactions
28.62 vMB
0.08384904 BTC
Random Selection Loading Transactions
Max Size: 151.74/200 MB

Candidate Block

Mining Attempt 7f63de0ab38f902ca369556dc5cf94426c8dd49d97f05e9e02bd980b60e2ba35
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root 7b9e89b38574fda0da1405b1e5b2b97b8ec33dfe0e485e86295b7cf169a24849
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,732
Size: 1.00 vMB
Total Fees: 0.02931113 BTC
Feerates: 150.92 > 2.94 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (224,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
690,741 690,741 00000000000000000010b8d1f993c3a69cdfcfa3ebace54dc3fe2e3e785e62c4 821 1.00/1.00 vMB 28
690,740 690,740 0000000000000000000d1f11aa3a938bf4d29904e07dda405d6f0db6552bdffb 1,675 0.95/1.00 vMB 4
690,739 690,739 00000000000000000006bc42597a2eb51c7d8a93099e7d4fe39b246f0eac70c0 1,955 1.00/1.00 vMB 6
690,738 690,738 0000000000000000000235035ceca18fefcf60bafe879975ef06d88af9faae3b 2,226 1.00/1.00 vMB 35
690,737 690,737 0000000000000000000b3c4840a716572c37f036dfc174978ff1d18937bcd60a 2,343 1.00/1.00 vMB 21
690,736 690,736 000000000000000000116ef18c18fd6ce35b6d372b78c868d9df2a94f21e81c3 2,400 1.00/1.00 vMB 7
690,735 690,735 00000000000000000000943590aefd068fce29c053fe66c672fdb8ace9178c0e 2,573 1.00/1.00 vMB 34
690,734 690,734 0000000000000000000147dd32662f0bfc892b5f3bc1ec39d5c34fa6ddb74cbd 3,268 1.00/1.00 vMB 15
690,733 690,733 000000000000000000017b1522a991e0f18888e12bcf4dd1d7b5801c89cf7fb2 2,840 1.00/1.00 vMB 35
690,732 690,732 0000000000000000001288f99f758559e015c89b661a69ebb1f6508e0e6be4e6 2,325 1.00/1.00 vMB 56
690,731 690,731 000000000000000000060719cdd3676ebf8ca7691394436d3906e6073229dfe6 3,269 1.00/1.00 vMB 13
690,730 690,730 000000000000000000133a3342ab186b4ca3b241edbeb923bbe826962ef2e581 2,166 1.00/1.00 vMB 23
690,729 690,729 00000000000000000007dd3dfd182531cca4f325d1f50614e594e3e148f586b2 1,466 1.00/1.00 vMB 33
690,728 690,728 0000000000000000000ab518912656661e80f2f1824423d3469fd106de437dce 1,289 1.00/1.00 vMB 44
690,727 690,727 00000000000000000001ab0e6d325c398bb6dd34de11416ac375d6057bd34719 2,292 1.00/1.00 vMB 12
690,726 690,726 00000000000000000004bdc023d0517cb4c17d70063d3e4251a9c76a4c83b332 3,099 1.00/1.00 vMB 32
690,725 690,725 00000000000000000012954c0983ee4244cf438a26ab3b5ff7f9ebaea7d3bc00 2,438 1.00/1.00 vMB 58
690,724 690,724 00000000000000000003f664aba487ba4e8ca0164a326026aa7608e0afcee937 2,253 1.00/1.00 vMB 36
690,723 690,723 000000000000000000004096f0d0e4842f397a60982f2f4bffe31a894ddb3240 2,350 1.00/1.00 vMB 12
690,722 690,722 000000000000000000062500cb65c0a9ff2d09a3c89be02f8fad8e8e599d4c37 2,591 1.00/1.00 vMB 27
690,721 690,721 0000000000000000000ac7dc4b8eae02dc2a8a4c77ba9cab82689234971e4362 2,690 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.05 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: 650.94 GB
    • Received: 13.36 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.