Loading Tool

Explorer IconExplorer

Memory Pool

79,354 transactions
30.11 vMB
0.12651641 BTC
Random Selection Loading Transactions
Max Size: 180.65/200 MB

Candidate Block

Mining Attempt e69f4348222115c967ecc0a615a974d195cd45316f4ecfa1b40858625ceb3c76
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root bad4c7a3b5861751b48599affc0fb5d27e09846ee301a54a01d7c1bf86edac0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,065
Size: 1.00 vMB
Total Fees: 0.03967798 BTC
Feerates: 673.02 > 3.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (435,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
479,717 479,717 0000000000000000012c181fce4f2ec065c3eb773cccc5d72251c2595a038fe9 1,897 1.00/1.00 vMB 99
479,716 479,716 0000000000000000004dc51adcb8e4f5dc004423c65c6b593cba23751992f967 2,523 1.00/1.00 vMB 140
479,715 479,715 0000000000000000003b555a1f361bf1a355f33ee2d7e7b2187db02bbc16d7cb 2,236 1.00/1.00 vMB 133
479,714 479,714 000000000000000000d99b939e183f2e0ca1f17ee077cf04411a1156eee0f017 1,623 1.00/1.00 vMB 113
479,713 479,713 000000000000000000836260db3401d919e1a9a11f3d39fa74d1405c9e73e91e 2,525 1.00/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.29 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.