Loading Tool

Explorer IconExplorer

Memory Pool

81,825 transactions
30.83 vMB
0.08146222 BTC
Random Selection Loading Transactions
Max Size: 189.13/200 MB

Candidate Block

Mining Attempt b39737e49bd321a0af4c2ddc351a2cde1716576e9a35179526f1140da9335d04
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root ecf1ec803d3ae8c28290b0662fc6f2701a9b48394fa8093ab2d0c90d104b11b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,335
Size: 1.00 vMB
Total Fees: 0.01224091 BTC
Feerates: 151.12 > 1.23 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (124,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
790,598 790,598 00000000000000000002008400350c042c72251789c6b00dc972e70904ccf994 3,564 1.00/1.00 vMB 76
790,597 790,597 00000000000000000001484cc5ba30a10732f256e966b065745f4d979b796370 3,670 1.00/1.00 vMB 88
790,596 790,596 00000000000000000001a50acdf7b30c8f1b127ab6c105b69a4f6c24f72ab9eb 2,356 1.00/1.00 vMB 82
790,595 790,595 00000000000000000001cfd7b99787a52f2933f0d73d2d0c4805c2b25b17d166 4,321 1.00/1.00 vMB 103
790,594 790,594 00000000000000000003b0e0281e9385675e60c8022bd5c166b6f2d872eb8f91 3,983 1.00/1.00 vMB 135
790,593 790,593 0000000000000000000542305f96d3f1e079bf3e0634dc68011aa7b5fdaf130e 4,409 1.00/1.00 vMB 126
790,592 790,592 00000000000000000002d87f6e578ccdd8dcd700e04db848bfe382a3cd972936 4,031 1.00/1.00 vMB 115
790,591 790,591 0000000000000000000271e50a343c002087b7e5fb454321b9d3d9089dbe4d28 4,728 1.00/1.00 vMB 151
790,590 790,590 00000000000000000001776fe906f2eb1db2b11d229d73e15d6619c6be129174 4,606 1.00/1.00 vMB 181
790,589 790,589 00000000000000000001e9f4462968ba404af8e9286c197d9ae3650a5165cac6 4,764 1.00/1.00 vMB 146
790,588 790,588 00000000000000000001b274dbd40480fd3ab8ffbc1dcd9daa4667c76077c88a 4,372 1.00/1.00 vMB 209
790,587 790,587 000000000000000000041c3004e9f638d5355f26701c424606365e94db5c94ce 4,754 1.00/1.00 vMB 153
790,586 790,586 000000000000000000005a5130cd98159c22647f71b1464d70c1b2baeee08ab9 3,998 1.00/1.00 vMB 160
790,585 790,585 00000000000000000004c7f9f1e67a278a4473b64a2e64f91fb90643bbc73658 4,321 1.00/1.00 vMB 68
790,584 790,584 000000000000000000023700cb3bf59d8a0c536b06179c2fb69f12fba2bbfc17 3,997 1.00/1.00 vMB 100
790,583 790,583 000000000000000000055ff4e556af58712562b4bd6185d4994dfa564ad50c03 3,414 1.00/1.00 vMB 66
790,582 790,582 00000000000000000003af457b907e228684808b0e1003c64214e75672cced32 3,088 1.00/1.00 vMB 78
790,581 790,581 000000000000000000059447030635f4a133d0241ab34f6ebe88ec0c0059efe7 3,420 1.00/1.00 vMB 114
790,580 790,580 000000000000000000013d5f7d3de41221dfbf38abd48b230dd90e129670335b 3,714 1.00/1.00 vMB 54
790,579 790,579 000000000000000000010479d8e26d49607f397c9d3d4b31f985a5eb9569748b 3,652 1.00/1.00 vMB 57
790,578 790,578 0000000000000000000197f40fcdac7e16d08e1048c07f96ee0055bd38705487 3,614 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.79 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.75 GB
    • Received: 16.98 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.