Loading Tool

Explorer IconExplorer

Memory Pool

82,072 transactions
30.46 vMB
0.12578124 BTC
Random Selection Loading Transactions
Max Size: 183.79/200 MB

Candidate Block

Mining Attempt ff488bdfbc103d5e80a95dbf15a0278ddffea1c81f1f3f1c22479c8488ee89f5
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 89576be56017fc7cbf65597903cf55162f285a572eed20c97c27cce82c1d7884
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,324
Size: 1.00 vMB
Total Fees: 0.04761574 BTC
Feerates: 502.62 > 4.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (503,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
411,627 411,627 000000000000000002a2bcea63c982d5ec766ee7fa72a7fdcc2a7382bc1187bb 2,531 1.00/1.00 vMB 36
411,626 411,626 000000000000000004f317c2193e991a931cbc6e829660a07db8924fdf3f3a83 14 0.00/1.00 vMB 151
411,625 411,625 000000000000000004d3b4f67e29b1e9056f4b3468173408ef9503e76fbc85db 2,889 0.99/1.00 vMB 49
411,624 411,624 000000000000000001aa2e701c310de1c8848889def7fcdc28c2dac5cef097b0 2,718 1.00/1.00 vMB 56
411,623 411,623 000000000000000005301ba0ce57b0dad14937bf2a1ed668420ec33c267613d7 2,749 0.99/1.00 vMB 78
411,622 411,622 000000000000000003ce559a8c14210a0e2d1af673e0e80c2c12f84b3d96c2a5 3,408 1.00/1.00 vMB 82
411,621 411,621 0000000000000000015bea6f6f296d3b96e230ede2aa4360aa6caa588d070cdc 832 0.54/1.00 vMB 24
411,620 411,620 00000000000000000125343ca292bf89addbbd7d34d341e025ebdbf244be581f 2,074 1.00/1.00 vMB 45
411,619 411,619 0000000000000000011c6501a7a94c0c01b39ffe5ca0e7cacb57c63d8eef424c 276 0.66/1.00 vMB 15
411,618 411,618 000000000000000004030eff0a792eb11afa9ebfe04fd340802a6369a3872530 621 0.31/1.00 vMB 48
411,617 411,617 0000000000000000011f3d41f1ea1dffbbef8ae858b998830113059bf0af91ee 1,205 0.98/1.00 vMB 27
411,616 411,616 000000000000000000253f8a36be831dd470f07eda76dce5bf3197c5c0cd8316 1,108 0.99/1.00 vMB 28
411,615 411,615 000000000000000004e1e429029976ef1cc3ef59583492ebdf2585b66099334c 2,773 1.00/1.00 vMB 52
411,614 411,614 00000000000000000451dd7a58537ac2ddb7d2eb675cbb223cc577d26d4438a2 2,409 1.00/1.00 vMB 44
411,613 411,613 000000000000000004ae44717ae5876c76208600c2d4b73f0a4273368dee06ae 1,597 0.99/1.00 vMB 29
411,612 411,612 000000000000000000df3ba8f9a17893cdf72043a4cc349a416a93e8f4918245 14 0.00/1.00 vMB 90
411,611 411,611 0000000000000000020ecbdea25e25160d2752a9f3cb7def43d6dd96d15da035 487 1.00/1.00 vMB 12
411,610 411,610 00000000000000000098af1fcec1ec9d76322c9c9628ec4a558b6e1f3b6fe25d 1,415 1.00/1.00 vMB 28
411,609 411,609 000000000000000004f0cf6065b777ab22db1ba6a5bc6d0fe3250f185c96f930 618 0.75/1.00 vMB 31
411,608 411,608 00000000000000000571884f9b58ec62a06f14cfb8c701f6e5e8df61c6068f9e 2,573 1.00/1.00 vMB 39
411,607 411,607 000000000000000004415534cb6e6d429c00a1ce1e1341e91d6532eb6135e606 2,805 1.00/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.