Loading Tool

Explorer IconExplorer

Memory Pool

74,344 transactions
27.54 vMB
0.07072883 BTC
Random Selection Loading Transactions
Max Size: 167.96/200 MB

Candidate Block

Mining Attempt c928f83ba7452141755abedf2afe52d099a4a750eb6bfa1d6d994f445ebf3113
Version 20000000
Previous Block 000000000000000000019f01622aa9ccac55b505788f3310454eb40145b7d73a
Merkle Root 2aff03eaf4327db6f9bc1bd02a5c4aa49e6c20f3908d21d47bcb8d7d4d2e2cf4
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,393
Size: 1.00 vMB
Total Fees: 0.01197188 BTC
Feerates: 480.19 > 1.20 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,263 (793,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
121,681 121,681 00000000000076380a5cc61d82544cdc01d5ecc323c4127e38f06c6789c9a51b 146 0.04/1.00 vMB 99
121,680 121,680 00000000000013c7b817e4ccb37fe5fd49258f9b47f7215d0ce066d288346070 9 0.00/1.00 vMB 0
121,679 121,679 000000000000830af03671b7e2f614faa715c7432b4650425343e5a739907067 20 0.01/1.00 vMB 289
121,678 121,678 0000000000006de9e699fdfdcb401e603d0775553c265d8a4ff10f848e9b15c4 26 0.02/1.00 vMB 172
121,677 121,677 00000000000066457177675c210cc4e9fd1d911dd761e546d4d678063eddc0c0 1 0.00/1.00 vMB 0
121,676 121,676 0000000000006b3c256255c049b4f79e9584ea29e06eff747ffc6b136390bf7b 1 0.00/1.00 vMB 0
121,675 121,675 000000000000632c4b7f3eea11f737528a4237a1ce67b6aee8e3a0b599572f5c 33 0.01/1.00 vMB 875
121,674 121,674 0000000000004dd056a18e6723a6c0181396d608be1281e25ae34bbba5eede1b 14 0.00/1.00 vMB 917
121,673 121,673 0000000000006bf051ce00ef16b0ccb05e699efcc9d79efc6e2a1027b9777a6c 11 0.00/1.00 vMB 301
121,672 121,672 00000000000019a1c6d31157114318e03635f3024ab263eaa924901d68c7c9c0 2 0.00/1.00 vMB 0
121,671 121,671 00000000000086bf7b700b90ecd90e83164d2f11c305171b7c78fd379674f85c 159 0.05/1.00 vMB 372
121,670 121,670 0000000000007312193c111717d524d6fe69ee253766cfdff1dcb59c1aacac5e 9 0.00/1.00 vMB 0
121,669 121,669 0000000000008688aea5a67d0e30cbfc090eb4b727094270a6fc4ac431f68a8f 33 0.01/1.00 vMB 287
121,668 121,668 0000000000007b94dce1be3e0304a4a9f5b7db65aaa808e372204f121fdd1557 1 0.00/1.00 vMB 0
121,667 121,667 00000000000087eefe423162c6d1ed5641641e3b8bd0a56ca68e0832403eca3c 12 0.00/1.00 vMB 0
121,666 121,666 00000000000080455a889cb1f3cdbbfa4f2e9f4c2481ba6b4812f5c5813eb3c8 13 0.00/1.00 vMB 865
121,665 121,665 0000000000003ad4a6e94b84e6db34fbfde99396289ed8f0399dc5760c69bdaf 6 0.00/1.00 vMB 0
121,664 121,664 00000000000037caa418370f29f50bb2c792c2e663ff7a1c05d91139e8a3d839 7 0.00/1.00 vMB 346
121,663 121,663 00000000000070f596cb1378a92af54231ae664784058691f20958b39dadf75b 6 0.00/1.00 vMB 0
121,662 121,662 0000000000001e7e55ecd57f944e16c8cb5c01792433e2dde75dc58d99bc30c0 10 0.00/1.00 vMB 0
121,661 121,661 00000000000085c1e51ba5b746e5538b25eb1f6e7203e59bc1e58b9a5a1f4f30 23 0.01/1.00 vMB 518
Previous 10 blocks ↓
Total Size: 782.85 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: 712.55 GB
    • Received: 17.19 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.