Loading Tool

Explorer IconExplorer

Memory Pool

75,606 transactions
28.30 vMB
0.06348648 BTC
Random Selection Loading Transactions
Max Size: 171.38/200 MB

Candidate Block

Mining Attempt 663c4defe436f0ea965480bb34d5d91f38354b91970e860754cfcd281926914b
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 4e150abd88335fcefd457673d74c38355f502085638c48b2888afa0a840da6a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,309
Size: 1.00 vMB
Total Fees: 0.00503129 BTC
Feerates: 101.00 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (90,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
824,448 824,448 000000000000000000037a0f895f3e496e3cd3019663d770c2edee62cc66602e 3,589 1.00/1.00 vMB 92
824,447 824,447 000000000000000000011f1cc3c97cfb005f9d68f021c0e8250c0f00b2148f05 3,286 1.00/1.00 vMB 90
824,446 824,446 0000000000000000000379c7aefeaf9657f68e46474a66f0063277f56cea4003 3,318 1.00/1.00 vMB 88
824,445 824,445 00000000000000000000239c7b4d334afc0f1701c7d76a4695fca9fa340d0765 2,631 1.00/1.00 vMB 59
824,444 824,444 000000000000000000016e1916d655ad057b871654ba1006d267b2f7c8f6ab9f 3,698 1.00/1.00 vMB 90
824,443 824,443 000000000000000000026902dc2d988f14ea982703e69012f82b825f3e35b169 2,686 1.00/1.00 vMB 59
824,442 824,442 00000000000000000002a27d5b20fe333d1ea0cf4940d39e9f34a7dfb5390a7b 3,846 1.00/1.00 vMB 85
824,441 824,441 00000000000000000003da8102f1721418d2a3d6a51a73ce628b333e9253e2e2 2,701 1.00/1.00 vMB 81
824,440 824,440 0000000000000000000364407edb24ddbc95fd3b711a9ed24606db73bd3604ad 2,914 1.00/1.00 vMB 123
824,439 824,439 000000000000000000021f9f716d5ae1b9c7cd74f363fff4df12834ef60b98cd 3,310 1.00/1.00 vMB 109
824,438 824,438 00000000000000000001d19813185663ed93b7f6a22bab8646b6f8e548ef0764 3,482 1.00/1.00 vMB 101
824,437 824,437 0000000000000000000190422c2833d809300537eff5575ee3e5dab3456214b2 2,636 1.00/1.00 vMB 76
824,436 824,436 0000000000000000000277333cd071a806e592ac7f45933b91706f5fdf32ae3d 2,043 1.00/1.00 vMB 74
824,435 824,435 00000000000000000003170552d640231d13478bf4eb1f043490390cefcf8a66 1,662 1.00/1.00 vMB 62
824,434 824,434 000000000000000000007bdcd9a686d99b49237035656fc68aa29504936f3f73 2,026 1.00/1.00 vMB 64
824,433 824,433 00000000000000000000d423d0ce7091a31ce0ca92e6935b1e2cd21f9166130f 2,899 1.00/1.00 vMB 71
824,432 824,432 00000000000000000003a39f64634bd313a77d135a981e385716847386630e5a 3,067 1.00/1.00 vMB 104
824,431 824,431 0000000000000000000353ee2389e35c6f746d65ee557bc8c0a1e996c86b87b1 2,828 1.00/1.00 vMB 66
824,430 824,430 00000000000000000001a9f3b77416e01cea22c0800a11756aec799d5683359a 2,962 1.00/1.00 vMB 96
824,429 824,429 00000000000000000001fcf60a796a1f9e1853a51aa5754de1b4116c81ae48f2 2,606 1.00/1.00 vMB 63
824,428 824,428 00000000000000000000525bfa04d2ce31e260795d4c6c2e08c5f02a0c15e0dc 2,368 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.