Loading Tool

Explorer IconExplorer

Memory Pool

82,950 transactions
31.98 vMB
0.11612626 BTC
Random Selection Loading Transactions
Max Size: 191.77/200 MB

Candidate Block

Mining Attempt 6006ec5ed91dbc557a03d5f89f9a1d25022dbbb12f1af02a09469a20daf63b18
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root efdbcc8b42df72cd597a7fae63af5791c9197bb92ccca2254b55ba8970f52e00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,659
Size: 1.00 vMB
Total Fees: 0.02841490 BTC
Feerates: 100.36 > 2.85 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (480,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,039 435,039 00000000000000000176d1a8fe7880ce25c52e9a2c84ac2513d79712238ce015 1,048 1.00/1.00 vMB 112
435,038 435,038 0000000000000000028dc2b22bf0032b1d83d80a07a48e12b5bd18381c5cb93e 474 1.00/1.00 vMB 102
435,037 435,037 000000000000000002406c0f6163a7b3fb1cd1692dd3830c143e772d13ee0dea 680 1.00/1.00 vMB 106
435,036 435,036 0000000000000000004d300c5693f4a1a82af23196f8abe5893cf0748e9b74c1 1 0.00/1.00 vMB 0
435,035 435,035 0000000000000000003e4882392f62ede2ca7fa2351658d4362bb8af5d218751 739 1.00/1.00 vMB 94
435,034 435,034 0000000000000000003a0d35e93493669e6820b4c0c660e71effe93aec9f669c 1,211 1.00/1.00 vMB 111
435,033 435,033 000000000000000001e191a51b5eaf1d73f7d8058b460c16412c43b901a7398c 684 1.00/1.00 vMB 90
435,032 435,032 00000000000000000080bff2d1f1b1c1333f5045f6e4a0d4745cb0d592f722ef 2,574 1.00/1.00 vMB 123
435,031 435,031 0000000000000000033b25c98ee77f917f2a60ae902821e14c4ea7b177ac3658 2,479 1.00/1.00 vMB 56
435,030 435,030 00000000000000000194fa392b62cd75a7fe84c3ed47bfd1d526cddde1eee6c0 1,951 1.00/1.00 vMB 70
435,029 435,029 000000000000000001b0d7e4308ba6cbd9467780e09c894f1181b6e50c2f5c62 1,866 1.00/1.00 vMB 109
435,028 435,028 0000000000000000031aff8f6da65315d3d84c3491a787cf64933006b7650bfd 2,591 1.00/1.00 vMB 78
435,027 435,027 000000000000000002f9b730489c78c744502705d071430950a36a8e5e3db8d4 1 0.00/1.00 vMB 0
435,026 435,026 000000000000000001250af4f7ebbb1936a9c614c17a232d2c279c896059145b 1,919 1.00/1.00 vMB 70
435,025 435,025 0000000000000000002d703204f4300a80bfb83b6031a6763cd26902e91ef251 1,561 1.00/1.00 vMB 52
435,024 435,024 0000000000000000012303a4c41a408324e447191111efa33ded25d83d4e77c2 2,848 1.00/1.00 vMB 58
435,023 435,023 0000000000000000024dd1c0c84be11c2ab8704ea4d4ca90b7472660d36a8eed 2,391 1.00/1.00 vMB 84
435,022 435,022 00000000000000000361538725d673b66b5b516701b0b1bfb8874b34f9db3a80 2,442 1.00/1.00 vMB 68
435,021 435,021 000000000000000003d44e6d1eae42c71ebede2a803b2fb07b8f0c59f0d1e9c1 2,618 1.00/1.00 vMB 59
435,020 435,020 000000000000000002b683c3de1abae561c4a5690c00c273045e36afc1c2da27 2,753 1.00/1.00 vMB 66
435,019 435,019 00000000000000000142109118004ceabc5b12ca0cf74cadbb870e4239afc73e 2,381 1.00/1.00 vMB 91
Previous 10 blocks ↓
Total Size: 783.04 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: 720.43 GB
    • Received: 18.16 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.