Loading Tool

Explorer IconExplorer

Memory Pool

74,442 transactions
27.46 vMB
0.06995715 BTC
Random Selection Loading Transactions
Max Size: 167.72/200 MB

Candidate Block

Mining Attempt 45d9ef6b8427a1694cf3c353adb959bdbf01b93f8054db4c52611e94d9b792ff
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 68c6fbf0b0ab0e01f5aa3c264535e1db72385249b58aa476040c9c4f04af8b7a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,220
Size: 1.00 vMB
Total Fees: 0.01059364 BTC
Feerates: 100.53 > 1.06 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (435,513 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,738 479,738 0000000000000000011f4e61683937676df42957949c3dbbc9a8de95900b39cf 1,852 1.00/1.00 vMB 131
479,737 479,737 0000000000000000004ea7fd5cb49f4c8dda453b378afac8f348456da4b39e2f 2,484 1.00/1.00 vMB 146
479,736 479,736 00000000000000000017424e80fce93c0f96e6ba988f9215c8106a2cbe9c1651 2,592 1.00/1.00 vMB 158
479,735 479,735 0000000000000000013792734e2827ef2d3bc72efbe7ccc564d80f04ec3a709d 1,923 1.00/1.00 vMB 114
479,734 479,734 000000000000000001440fd51f187588f4e7a578635cf1e2ac738c314a793d37 1,301 1.00/1.00 vMB 98
479,733 479,733 000000000000000000518e98b2ec3741de57533d117ae0f22f735aa48e006ca1 1,725 1.00/1.00 vMB 138
479,732 479,732 00000000000000000071b58491ccd6e80efd7ac30284de1fb3178bb3b1e13b4d 2,431 1.00/1.00 vMB 92
479,731 479,731 0000000000000000009abb967a319a011d43669444c2c72a0250e545df700841 2,039 0.99/1.00 vMB 102
479,730 479,730 00000000000000000029f4d3a32a28f13d530358e2756eed592fb82fef58aaab 1,723 1.00/1.00 vMB 111
479,729 479,729 000000000000000000a7b23413f24666fc6e48e09f7a52adfb0f53225f408f8a 1,426 1.00/1.00 vMB 110
479,728 479,728 000000000000000001095ffbf24fa3ad36e5d8eaefc2916e06069ef4323ace58 2,786 1.00/1.00 vMB 149
479,727 479,727 0000000000000000002787e17d6d2c60dbf7c399601d36926da4165f6f812690 37 0.01/1.00 vMB 565
479,726 479,726 00000000000000000044ffa4485aeb6248fd2b5fa757cee217f10033cf0519ea 2,140 0.99/1.00 vMB 128
479,725 479,725 0000000000000000011bb991350072bb793dfc8162f062f3ff5ac0a77b02a66c 2,547 1.00/1.00 vMB 136
479,724 479,724 00000000000000000094b76e8595f49a89c1805c8c70c908ec8e516f21181c25 2,898 1.00/1.00 vMB 170
479,723 479,723 00000000000000000120615245911a86d8a072b94ac7b169975afc393bd9888a 2,407 1.00/1.00 vMB 178
479,722 479,722 000000000000000000223cc29b16ea5deb7d3e2b5ae1c3b9096c9551e3a3f3ae 2,738 1.00/1.00 vMB 105
479,721 479,721 000000000000000000a64e454307e39e6ec4a9a5730e0f906819d1508e1011a8 2,465 1.00/1.00 vMB 140
479,720 479,720 0000000000000000013236ef38095c2c129f839ea7283a65640fa5fdd859e282 2,161 1.00/1.00 vMB 124
479,719 479,719 0000000000000000013e89971ec0f1bdd43cc31aeb82a2491149340f76aaa07b 2,266 1.00/1.00 vMB 122
479,718 479,718 000000000000000000221493a90a785c16e72ccd48733c4e08231a50ae331480 2,176 1.00/1.00 vMB 130
Previous 10 blocks ↓
Total Size: 782.83 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: 711.64 GB
    • Received: 17.10 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.