Loading Tool

Explorer IconExplorer

Memory Pool

74,371 transactions
27.45 vMB
0.06958407 BTC
Random Selection Loading Transactions
Max Size: 167.58/200 MB

Candidate Block

Mining Attempt b5c97694599f7ff193c6cb5a2244c8231cd55c32f3c4b9ba2382dbd6c378ca8e
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root 8d139ad4f9d57f4d096674235a27a715dc01ed95cf7486b998c7088fafe5f96e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,031
Size: 1.00 vMB
Total Fees: 0.01091716 BTC
Feerates: 84.71 > 1.09 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (210,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,246 705,246 0000000000000000000b649b807d1055f17e33a4346d7a45570ad64c91a37322 846 1.00/1.00 vMB 14
705,245 705,245 00000000000000000000f3d7a9a2eacf9d4f6bf38bf70365eade196237c54f08 3,164 1.00/1.00 vMB 17
705,244 705,244 0000000000000000000af6e0034da71635483ec600c14f4c61e78aeb5783bfbe 2,861 1.00/1.00 vMB 4
705,243 705,243 00000000000000000005746dbee78419fbad1fa139e3ee844ecbd1c43ea2e582 2,260 1.00/1.00 vMB 10
705,242 705,242 00000000000000000004bcd1a5db0561db38488a8acb9779f565b7b146e655d3 2,050 1.00/1.00 vMB 8
705,241 705,241 00000000000000000008b5cc35b47b79b16927259cd9919c34d7bca9f1250609 2,564 1.00/1.00 vMB 13
705,240 705,240 0000000000000000000ada883d65a94f9c38cb456b50b79944c237b31eff9fef 2,868 1.00/1.00 vMB 23
705,239 705,239 0000000000000000000611e618175e69e531e7dc4b107ad18970b595cc1a94ba 1,891 1.00/1.00 vMB 14
705,238 705,238 000000000000000000025f9fc0bafc1e8157fb6e610091d866218cabb83cea45 3,105 1.00/1.00 vMB 29
705,237 705,237 00000000000000000000c82a360534ebc2ee3494ac74c571374f6e5f95a1ab25 1,231 0.52/1.00 vMB 11
705,236 705,236 0000000000000000000cc2c65c07d77f5f4d8e5496a3c8ae6e8327cf2c0e5ce3 2,392 0.99/1.00 vMB 13
705,235 705,235 0000000000000000000486115bbca6cdf38cba2179576b294f46cfaf030a231c 616 0.20/1.00 vMB 16
705,234 705,234 0000000000000000000d59328c2ba1372aaabd8b6b1043fad7ef57548a93a7da 1,440 0.53/1.00 vMB 14
705,233 705,233 0000000000000000000a68337adae5c43cf78b9726717bd3a9d577c0650fcb25 2,704 1.00/1.00 vMB 15
705,232 705,232 00000000000000000001c4c5f7a5eddbe2339129d6dcf0f7627ec738d8c7799e 2,695 1.00/1.00 vMB 13
705,231 705,231 0000000000000000000decb9311de0386cd8b5a857f3869969ca84dbd509f78a 925 0.33/1.00 vMB 15
705,230 705,230 0000000000000000000baaaf3451308d527daa1dad1a2ddfcd36a09c5cc586da 2,156 0.78/1.00 vMB 16
705,229 705,229 000000000000000000008ba52e85252cb30d2e6885ac559699103d24e180fe28 719 0.44/1.00 vMB 2
705,228 705,228 0000000000000000000510c6ce8debb0d24dffaa599d55abf97928f796dafa2c 3,253 1.00/1.00 vMB 15
705,227 705,227 0000000000000000000413ffde2634445effd09fc2e0b274c7c7c56ebbe885cb 1,567 1.00/1.00 vMB 10
705,226 705,226 00000000000000000001b9415de74fec2d79429ccbc30302a8771accd4c2b80d 1,893 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.88 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.23 GB
    • Received: 17.33 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.