Loading Tool

Explorer IconExplorer

Memory Pool

41,857 transactions
28.66 vMB
0.07140576 BTC
Random Selection Loading Transactions
Max Size: 146.49/200 MB

Candidate Block

Mining Attempt 891d18badfa849ae58754d12b31d473e489007f3cfb0e1f61dc3999e31656f62
Version 20000000
Previous Block 00000000000000000001064b98061a9986019af96532560f736a38d93be7743f
Merkle Root 7e3761c1a26477ae152f3c1d9fd9df6daadd4757c6c1586179e057101d62ed2e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.01580717 BTC
Feerates: 104.56 > 1.58 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,630 (838,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
76,210 76,210 000000000003a455840eb118fd4f7bf3266f9294897bef20799d530517dcafb2 1 0.00/1.00 vMB 0
76,209 76,209 000000000014bb8f96cf7ed666808a75c05aa23161a24e6e8d06d7d1015783f0 1 0.00/1.00 vMB 0
76,208 76,208 0000000000363766b54cc65b444cc95b719ac96c087bb7aecb25ffde8f8d68f9 3 0.00/1.00 vMB 0
76,207 76,207 00000000002d0fe9e9e509caa14984fa31b7c02c70b2d06e4b211365dca65c59 1 0.00/1.00 vMB 0
76,206 76,206 00000000003c78c499d96fc28389943785d88b1b92d3aaa601e660e74a897b67 1 0.00/1.00 vMB 0
76,205 76,205 00000000003330ba3136f289d55643869dbdef969f861d2a58a95b2854064155 1 0.00/1.00 vMB 0
76,204 76,204 00000000002f3b98eee1efa658b2fa118c36fc531db7b5a6430a0cd6c435c248 1 0.00/1.00 vMB 0
76,203 76,203 00000000002921fdddc44bd99ee491a23f5a9f31f598af6787a576fab96eb97e 1 0.00/1.00 vMB 0
76,202 76,202 000000000032df1bc440709eb2e0aa7d3870b8321046b560bb68f1e1b2f30687 2 0.00/1.00 vMB 0
76,201 76,201 000000000010be7c2ad8eed74d5f35848d0c5015431ab7d48d76a12136ca5876 1 0.00/1.00 vMB 0
76,200 76,200 0000000000334acb94cf689e23b90a249e7a65b303712367a669cd05ac5350fa 2 0.00/1.00 vMB 0
76,199 76,199 00000000006f7c416aed15a88fbe961ece40daa4c3629c7ea2dcfea621b3ecaa 1 0.00/1.00 vMB 0
76,198 76,198 00000000001634c49449e3369f0868edf32c91b3b0db22eeba93ef6d27168c11 1 0.00/1.00 vMB 0
76,197 76,197 00000000005c91cadc1dc49655b60f71992aa4ad66487433c13ad34040e036b9 1 0.00/1.00 vMB 0
76,196 76,196 000000000000a1b89e6bf8ff468e5ce62b61a610be4c0b344c38b2c3132d23d9 2 0.00/1.00 vMB 0
76,195 76,195 000000000047ae62a9bcb18728a1a3f67c9a43c9f50544e67e6a93d27ab30e1b 1 0.00/1.00 vMB 0
76,194 76,194 00000000001af073fb9b5524018f87f95a87e85d10270ce0e504c3004939f498 2 0.00/1.00 vMB 0
76,193 76,193 0000000000099a899cff6c1547d01be378b4d364aafa7d434d6d878469debb11 1 0.00/1.00 vMB 0
76,192 76,192 00000000001f9550b9452973a30d093755a68b3801da79b0101e59eb09d6d57a 1 0.00/1.00 vMB 0
76,191 76,191 00000000007ed562d6e8f588f2b34b3b542f4170e0a58d0bb109de52868b8dfa 4 0.00/1.00 vMB 0
76,190 76,190 00000000001c44c530894320c977e1c6975fd4ae0d2ed81c5a4af4849294c062 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.74 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: 630.35 GB
    • Received: 12.02 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.