Loading Tool

Explorer IconExplorer

Memory Pool

80,421 transactions
30.87 vMB
0.08583462 BTC
Random Selection Loading Transactions
Max Size: 187.29/200 MB

Candidate Block

Mining Attempt 1c87cfa9d1c73b95c9e97da2d79d2832982d447c5fe7b44a2d59335c49edd145
Version 20000000
Previous Block 0000000000000000000041d60a92a6ed88a5f4f780ef10a467a2b56d3042f027
Merkle Root 39a20fdbfbfdc45196287e2e12dcba345f4378f8fde7a720c403e4b01c2905b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,288
Size: 1.00 vMB
Total Fees: 0.01953892 BTC
Feerates: 261.10 > 1.96 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,192 (111,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
803,720 803,720 0000000000000000000375ab9f824faeebd96289bf73ce06f3e440bd7732b6cf 1,004 1.00/1.00 vMB 9
803,719 803,719 00000000000000000000524aba776f5ed2ac439e7f2b5c667d9ff2efeefd30f2 2,460 1.00/1.00 vMB 14
803,718 803,718 00000000000000000001777025fef107e76145bfc0ccbaf66a08aebed1763799 3,096 1.00/1.00 vMB 22
803,717 803,717 00000000000000000003e83d9e6bfbecd71369d075add30f4d4c7708596af37f 2,065 1.00/1.00 vMB 13
803,716 803,716 00000000000000000001b4d62e29ec87147c52e88d9fd9f7b955109d009f9724 4,696 1.00/1.00 vMB 8
803,715 803,715 000000000000000000018b8a223f9d4e309d757a3addb02122147a736d3143e5 3,877 1.00/1.00 vMB 10
803,714 803,714 00000000000000000003413a81a6ccf273bacf61a55cbad67554dd6a33beb467 3,398 1.00/1.00 vMB 7
803,713 803,713 000000000000000000002a4badf958f151fd5dfe07141fb6e9e71c18f8bcaa25 2,544 1.00/1.00 vMB 7
803,712 803,712 000000000000000000048cf0bcbf2ef81dd9106f4c6bd36b9afaa9fea7945398 1,395 1.00/1.00 vMB 14
803,711 803,711 000000000000000000020e047254ceebf09f1c4b1b8a369916ab848c8870792d 3,909 1.00/1.00 vMB 7
803,710 803,710 0000000000000000000492b0ba3f819d06fcdb51fb720efb7dbb6ed513ec3464 3,036 1.00/1.00 vMB 7
803,709 803,709 000000000000000000032013c399c61203e73bf55f9a6f5e2a23e4e9ec8dd878 4,881 1.00/1.00 vMB 9
803,708 803,708 000000000000000000040206e886a937f83d5915fce67b0b77910b0ec66db4c0 4,216 1.00/1.00 vMB 11
803,707 803,707 000000000000000000043b9f1604c0787cb4d07a842097cd1d29f433041b00d4 3,063 1.00/1.00 vMB 9
803,706 803,706 000000000000000000052340da33be83599fff24ffbbb47d79259f893de3c017 3,120 1.00/1.00 vMB 8
803,705 803,705 00000000000000000000fa2752aee28fde4e94dba6536060c7396b8a2d0a11b9 3,257 1.00/1.00 vMB 19
803,704 803,704 0000000000000000000252b6d82802b988f165e1b79db471cd2126217a8963bd 829 1.00/1.00 vMB 6
803,703 803,703 00000000000000000001926113a8658625d5bd84cb96421a18ca764d5934b392 3,381 1.00/1.00 vMB 7
803,702 803,702 0000000000000000000220bfe440493ea4e20227b0e6d4655e8bf028c49278f2 2,336 1.00/1.00 vMB 11
803,701 803,701 0000000000000000000241d7afa0adbe92d092651896488e16c318215964d4b7 2,254 1.00/1.00 vMB 14
803,700 803,700 000000000000000000034f5b72988a12217888e78a2ca96b72f513ad05241aa4 2,361 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.72 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: 707.23 GB
    • Received: 16.67 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.