Loading Tool

Explorer IconExplorer

Memory Pool

85,568 transactions
31.80 vMB
0.09392771 BTC
Random Selection Loading Transactions
Max Size: 195.26/200 MB

Candidate Block

Mining Attempt d4f990eb0875a2d3cc0dfc7db90786dd3a37eba71e61dad01e70d6eadbff1772
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root 18b560e039728cf54c5aa28e30cdb27277fec57e4c61861e1973150f292dd79b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,956
Size: 1.00 vMB
Total Fees: 0.02072439 BTC
Feerates: 40.27 > 2.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (90,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
824,427 824,427 00000000000000000001a65d382e3a2726f2d90ce3ee1705dc3ff65e03baa06d 3,734 1.00/1.00 vMB 56
824,426 824,426 000000000000000000006b343f9d8ca4fe2a1697b122938739c75c5bbb28787f 2,811 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.76 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: 709.06 GB
    • Received: 16.84 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.