Loading Tool

Explorer IconExplorer

Memory Pool

76,460 transactions
28.57 vMB
0.07117659 BTC
Random Selection Loading Transactions
Max Size: 172.96/200 MB

Candidate Block

Mining Attempt aaf0005500dcd8fcbd3494cb9b89e70d7d0d2159724a279f8ae2c5c6c6112295
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root 630395ae1866d381a1e0a7d151e471d1978d03372a191affa8fbacfd0f8451cb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,373
Size: 1.00 vMB
Total Fees: 0.01185142 BTC
Feerates: 150.93 > 1.19 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (136,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
778,880 778,880 00000000000000000003e17a450e340700661d034b7398de0cfcf052e3f31ccd 1,127 1.00/1.00 vMB 16
778,879 778,879 000000000000000000002f8d41aa5f6a5fdf236c9c900a4d5f2cf8c39e5b35dd 2,411 1.00/1.00 vMB 21
778,878 778,878 000000000000000000042aaba6cca464e9b0b2e336cdaf848103b867a74eee52 1,918 1.00/1.00 vMB 28
778,877 778,877 000000000000000000013ef2cb6a8636ac3aa860626d6580f3ff9eaa3889dc6c 2,440 1.00/1.00 vMB 11
778,876 778,876 000000000000000000017cb56073aaf0d14ddac5da1e770d22a38c4bddfd9feb 1,885 1.00/1.00 vMB 4
778,875 778,875 00000000000000000004c3a9bdd3d7d215867355f6c0a270d2578baebdafb588 779 1.00/1.00 vMB 8
778,874 778,874 000000000000000000022c3d48f71f8191818407fab871eb5d8ab6994e059708 1,723 1.00/1.00 vMB 12
778,873 778,873 00000000000000000005aefeec08a799316f11ee824615812405c4ed1b7d2729 2,764 1.00/1.00 vMB 16
778,872 778,872 00000000000000000000bb4b5d6284e311d9dbc2012fcff89afe5de32fedc4a9 3,109 1.00/1.00 vMB 18
778,871 778,871 0000000000000000000184be1e1e8d13fd5312eb5bb5793ae13962fc98a99d18 1,515 1.00/1.00 vMB 10
778,870 778,870 000000000000000000064147826b98be6e4a24e944e0f25e1a00765b925ae852 3,316 1.00/1.00 vMB 17
778,869 778,869 00000000000000000000f8c00ed290132b22f8099ec1db56950f3f8ededc818a 3,433 1.00/1.00 vMB 25
778,868 778,868 00000000000000000002fcbe2eb1a2078a22257c9d6ddaf272a34150adf39c81 2,833 1.00/1.00 vMB 18
778,867 778,867 0000000000000000000061f42015857c4d2df25709c907b6f4c02e6f99cb0bba 2,380 1.00/1.00 vMB 8
778,866 778,866 000000000000000000049dacc2eb8d98c5a263a7d5a6c4af4c062e63fd1d1c5c 3,546 1.00/1.00 vMB 20
778,865 778,865 00000000000000000001b182a2b4dba265dd6f9d18ddd8d4ba77173f58caa285 1,147 1.00/1.00 vMB 4
778,864 778,864 0000000000000000000508e13def3a3591633ff504e8ba052248ee0b0e06d2d4 2,508 1.00/1.00 vMB 19
778,863 778,863 000000000000000000003978b9b8adf0f3f376e7add9720389951c9b1743071b 1,456 1.00/1.00 vMB 20
778,862 778,862 000000000000000000016e49400520adb0fcc760098bbe418a41bb8afc72b02d 2,153 1.00/1.00 vMB 10
778,861 778,861 000000000000000000001e03c9fccee34edabd9e0870693160a6c37b67b9a18b 1,362 1.00/1.00 vMB 7
778,860 778,860 00000000000000000002f6af540bc704bce3ddf98ce53b7b79de6baae9b51bb8 3,234 1.00/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.