Loading Tool

Explorer IconExplorer

Memory Pool

82,042 transactions
30.48 vMB
0.13163836 BTC
Random Selection Loading Transactions
Max Size: 183.65/200 MB

Candidate Block

Mining Attempt 031ed31f934383d97496579b65646138ef840a4729e1dfaabfa99d5e2bccfb48
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root cab94bf76f5f04668218af32beaf70f89aac0a7efeae43822db87691341a8e3a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,486
Size: 1.00 vMB
Total Fees: 0.06900843 BTC
Feerates: 203.60 > 6.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (173,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,786 741,786 0000000000000000000377f1dca8f9d457d28950b1f13dcb7f9ecdf4bde2ce2b 3,054 1.00/1.00 vMB 23
741,785 741,785 00000000000000000002c5aa687051dde6200e6e3fc915fdb0efdd55d2e7ad9f 2,429 1.00/1.00 vMB 33
741,784 741,784 000000000000000000053d88643288dac12795c4dab6343316544150e42b6303 831 0.38/1.00 vMB 3
741,783 741,783 0000000000000000000795be5a42eca55d4e6d1e4c373a27fd26b71d9047760b 2,636 1.00/1.00 vMB 10
741,782 741,782 0000000000000000000097961243616b1eac6dc473f82c74e4381aa7abdfec3a 3,378 1.00/1.00 vMB 24
741,781 741,781 00000000000000000000647ad4e98935577bca1e9497966a35da0bd4be649ce9 158 0.04/1.00 vMB 19
741,780 741,780 00000000000000000000c176d56be2e0f3187249f083c52e83290bf8e0fa9bd7 2,978 1.00/1.00 vMB 14
741,779 741,779 00000000000000000007918768a6b4e536a09c82d1a342e78bcf9e02783e64cb 2,293 1.00/1.00 vMB 12
741,778 741,778 00000000000000000003a9a53c02a9a774d21c076a533ac4eb88f8fe46eaa3f4 1,547 0.76/1.00 vMB 9
741,777 741,777 0000000000000000000797baaeee6905d3bb11e56f084dd7d12e3a90241a14d9 792 1.00/1.00 vMB 1
741,776 741,776 00000000000000000000055e55ef2ca6d3a0d9655c76c6b23aa510fb11cd3ed8 1,303 1.00/1.00 vMB 7
741,775 741,775 0000000000000000000881b61870b4a3dd33bf5ed65f743f4af4f283ef8ee159 559 1.00/1.00 vMB 14
741,774 741,774 00000000000000000000fdc730189d5eca1910e79e2bfef335c118ae8216a927 2,643 1.00/1.00 vMB 17
741,773 741,773 00000000000000000008ea8d24c6feda7336ddc00d7c59891ac0a95856b42645 1,764 1.00/1.00 vMB 3
741,772 741,772 000000000000000000013142e97a82af626716ae4b4982e5d3c53a08fa2f4e2e 3,071 1.00/1.00 vMB 12
741,771 741,771 000000000000000000063d01a5c72d20c1772ce3d0c24d835b0fac98c7381acd 3,060 1.00/1.00 vMB 17
741,770 741,770 000000000000000000049e1b44a6caeb4f49b02b1d035a98c2c3535191475d5e 2,747 1.00/1.00 vMB 12
741,769 741,769 00000000000000000000189e8e05f7841f31e42724646e6937d4223eb8305b83 2,749 1.00/1.00 vMB 18
741,768 741,768 00000000000000000005dda0f5182b9f19022f13dca0a236a3cb98e24845c1ec 3,157 1.00/1.00 vMB 16
741,767 741,767 000000000000000000080202106696a314c665d675e6b891a3dd3bee46ce6f05 2,784 1.00/1.00 vMB 30
741,766 741,766 00000000000000000003fcce0240072210c155c52789a84a3d387b61b0e40517 1,742 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.34 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: 661.29 GB
    • Received: 14.80 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.