Loading Tool

Explorer IconExplorer

Memory Pool

27,619 transactions
25.85 vMB
0.09273506 BTC
Random Selection Loading Transactions
Max Size: 125.94/200 MB

Candidate Block

Mining Attempt ed02095cb0fbbf7743771d128d1fad8f0a756bde05e256b29de9677692edff88
Version 20000000
Previous Block 0000000000000000000066ea124765d7318956ec0b39ade9ce33a5a3709c7aff
Merkle Root 79b636abfd9039b9b8d36bd0379a8518ebaedf0895ec4b87e3fc637a859a7764
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,371
Size: 1.00 vMB
Total Fees: 0.04399537 BTC
Feerates: 101.63 > 4.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,233 (862,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,220 52,220 0000000001ee2ccd6b6b2bee53f6e5041681039e9bb22706405aab507136ed01 1 0.00/1.00 vMB 0
52,219 52,219 000000000fec7636ac3252164917b5e6aeba6a4d580b87fbdaf08ea04fe01a10 1 0.00/1.00 vMB 0
52,218 52,218 00000000036e8f859bb97db36095a915558c2aed83fc44bccd1f9eb1a05f1500 4 0.00/1.00 vMB 0
52,217 52,217 0000000004c1b6188509aa6bf59a8c5c4f6030e3a0cab04731784bee0eacc08e 1 0.00/1.00 vMB 0
52,216 52,216 000000000d004040c4ae784cbdaaf3ce27baa885f0ffabe14ecc74ccd7659a93 1 0.00/1.00 vMB 0
52,215 52,215 000000001102559a5d068b9fee31726c465a6053800de847bb2e6a09239d0dbc 2 0.00/1.00 vMB 0
52,214 52,214 000000001b0bbeb1669e5025c91122d93e6e0179abb073af8d5c16a85feaa66c 1 0.00/1.00 vMB 0
52,213 52,213 0000000006901dfcf381342891422bccb077a627a7f71cc6207d3663733de0a3 1 0.00/1.00 vMB 0
52,212 52,212 000000001ee24a42224282ec301bfd9529b321afd8f621371279892bd846d245 1 0.00/1.00 vMB 0
52,211 52,211 000000001fd83a7fef19c11d850e8a885521e869f504b0ad8f46d3f94746eab4 1 0.00/1.00 vMB 0
52,210 52,210 0000000006911c1ec606cdc5fd3d9c0a224d49d892bbe5f7cbc5a59319f85f18 1 0.00/1.00 vMB 0
52,209 52,209 0000000008665dddf54868e24f41e51dc8d226d74027291072cd6e9786acd128 1 0.00/1.00 vMB 0
52,208 52,208 0000000004e01522c074351cd8f529fbc3d98e25b273319e3f2a8d4d2564b769 1 0.00/1.00 vMB 0
52,207 52,207 0000000018f3ae8f5d8443a136b493aa4c8c98b99aa8a02ac71fdfb9e9c2b351 2 0.00/1.00 vMB 0
52,206 52,206 000000001596fe18c313d3c290c18cd5af811d36bab502867e2da7fa1b96e547 1 0.00/1.00 vMB 0
52,205 52,205 0000000013be27dcf878ec9f772abbd9ea6b048ad1aa5a6073c43f9aabeea048 1 0.00/1.00 vMB 0
52,204 52,204 0000000016d29a0f4e041aa91e0e7142fa7b234ff2399b6cec64f8435ba57c5e 1 0.00/1.00 vMB 0
52,203 52,203 000000001b770042801592d2599cf9605bc20b3306a8bb5a884b39983dc25ade 1 0.00/1.00 vMB 0
52,202 52,202 000000001f78f263ac60e36fcf4f68783ab60f0f2ad6ce46aa0eea74ec6124e2 1 0.00/1.00 vMB 0
52,201 52,201 000000000bebbb46c9772cc34ff45e1f9e6229d3debce1c200d96b27db4e65ca 1 0.00/1.00 vMB 0
52,200 52,200 00000000109ad460c12247592d168dea8a1009afaae3bb2f7400c4cfaf6642ac 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.01 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: 575.80 GB
    • Received: 8.34 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.