Loading Tool

Explorer IconExplorer

Memory Pool

79,134 transactions
29.67 vMB
0.07637303 BTC
Random Selection Loading Transactions
Max Size: 178.25/200 MB

Candidate Block

Mining Attempt a2afcf06646d3e6f1cb05b941dbb99daca6faced0b66991f4dcc5079811120be
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 4495d1cf12e0285033b2e3e04654a6ef0e1c03fea29e8becd8fec2e935c0f0b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,976
Size: 1.00 vMB
Total Fees: 0.01606987 BTC
Feerates: 101.61 > 1.61 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (106,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
808,205 808,205 00000000000000000001d1a07f32768f918d31cb32019a68728b3aa6f9d19d69 2,141 1.00/1.00 vMB 27
808,204 808,204 00000000000000000004dc5e1918bd604ea6edbe7284896c8836228b8b0d4904 5,351 1.00/1.00 vMB 19
808,203 808,203 00000000000000000001aab7d575dce4267ea6452f14c9864637b5d9f2ef9bf9 5,113 1.00/1.00 vMB 20
808,202 808,202 000000000000000000040a9811a0895b4ca96b8070d1104d08bd90d2ffc1828e 6,360 1.00/1.00 vMB 20
808,201 808,201 00000000000000000000a0680c560fa9bcc3cc9d7a6e182d485e741d3449beaf 5,168 1.00/1.00 vMB 20
808,200 808,200 000000000000000000028a067676823dea8a07f4ff7562ea2235f45bd94c4b9a 4,806 1.00/1.00 vMB 20
808,199 808,199 00000000000000000000d7bef864c3ab21a74eb30551954f7840905eb19ecefd 3,667 1.00/1.00 vMB 23
808,198 808,198 0000000000000000000287f4a52819890b170ce65c0dfe172c8fab7e520ad073 2,432 1.00/1.00 vMB 22
808,197 808,197 000000000000000000008b6088091d333870378009e66c0986aa7484d9cef241 2,836 1.00/1.00 vMB 27
808,196 808,196 0000000000000000000202b02edb2c898f0289c9c27546a88787e98c39aa560e 3,127 1.00/1.00 vMB 18
808,195 808,195 00000000000000000001d188c139f7d07a0346a6e27d864e909c801c921213b1 4,572 1.00/1.00 vMB 20
808,194 808,194 0000000000000000000384b23152906a5930db541cb0284e83a714ff14d41570 2,663 1.00/1.00 vMB 22
808,193 808,193 000000000000000000038ee18b69d3bbd1f92cb5fe81ab3bf41c8b86260613f8 3,256 1.00/1.00 vMB 22
808,192 808,192 0000000000000000000347424871e88ee071e1792be72bbee57b5c78e19654eb 3,150 1.00/1.00 vMB 25
808,191 808,191 000000000000000000013c9ec4b186d8acc4f50fbfacdeb7f5fdbf5c052ceae0 2,811 1.00/1.00 vMB 23
808,190 808,190 0000000000000000000058574e375fe5deccc9e2fc6362b2f6772d0c80172e92 4,742 1.00/1.00 vMB 22
808,189 808,189 00000000000000000003df6420e003b94d31f209ae74ddc6c366d92ecf32517f 3,062 1.00/1.00 vMB 17
808,188 808,188 000000000000000000033310ec2f16fbf912ee6fc6cc81f970e8f6f78786605f 4,674 1.00/1.00 vMB 18
808,187 808,187 000000000000000000007ccc5819c74573ab4ab79e8dbb07c6cdd155e9f382d9 3,014 1.00/1.00 vMB 20
808,186 808,186 00000000000000000000c28d3cfd570199840e80b36b4ee584f3c7bd28334761 2,900 1.00/1.00 vMB 27
808,185 808,185 00000000000000000004d3e0ba07113b64fea553bf92c7ab253224e90537a0d9 3,799 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.