Loading Tool

Explorer IconExplorer

Memory Pool

44,361 transactions
28.68 vMB
0.12222095 BTC
Random Selection Loading Transactions
Max Size: 149.11/200 MB

Candidate Block

Mining Attempt 563b89e974781cde513f5b611995c029fcd4278fd23ad9f619cab7f20d183835
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 97555c6de6acedd5f41fed0a13458303788364c9336579f345f51f9329dfe72f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,278
Size: 1.00 vMB
Total Fees: 0.03322518 BTC
Feerates: 150.46 > 3.33 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (411,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
502,750 502,750 0000000000000000001ebe23601daf81b87ecb543fc327ad0681f4b3d30a0921 3,382 1.00/1.00 vMB 468
502,749 502,749 00000000000000000043624d44228f3edfec7febbb6ef9ba899ea0f0f0e669ec 2,378 1.00/1.00 vMB 560
502,748 502,748 0000000000000000004af3288dd0f145d27c24f643c98b42d3420d6a710ea284 1,872 1.00/1.00 vMB 645
502,747 502,747 0000000000000000000e2e17bc6bf58d8bf9e721a9f1364aaab5319faf4fb3df 2,128 1.00/1.00 vMB 538
502,746 502,746 00000000000000000035a3301dd5d062ec3df15c1135722766fbfa38df23766b 2,515 1.00/1.00 vMB 547
502,745 502,745 0000000000000000005ec2ccf319ce976a0804209a89650558b0e19e9edf0f54 2,002 1.00/1.00 vMB 596
502,744 502,744 0000000000000000004750df7e2a293840c4e062f0d2743d414fe22cd32ca035 2,714 1.00/1.00 vMB 461
502,743 502,743 000000000000000000432c3353ddcf42e7dc62ba043ede5a366818a3213e3e24 1,980 1.00/1.00 vMB 453
502,742 502,742 0000000000000000009092fa75027bfeae91732ddb2248ecdca03c9c2c668dc2 2,923 1.00/1.00 vMB 492
502,741 502,741 0000000000000000001a97be75dfba2c319adeb3c362b314290f713972a516f0 2,774 1.00/1.00 vMB 526
502,740 502,740 0000000000000000005826d5ae10b45cc064892f71f170b2c69597ee5e846c77 2,378 1.00/1.00 vMB 538
502,739 502,739 000000000000000000279ebbee299b59bba3b2c23e4f5fd123783e5504816e47 2,129 1.00/1.00 vMB 553
502,738 502,738 0000000000000000007ed8ee7b255faa0e1195fad9c2f344c32954c00ae08ac6 2,684 1.00/1.00 vMB 542
502,737 502,737 00000000000000000040fecec1b3a13190738874b1932a485abffc5027197e11 2,367 1.00/1.00 vMB 440
502,736 502,736 00000000000000000079ea0a037457fcacec387f0f7a3c58b5dcf378c238fdc6 2,105 1.00/1.00 vMB 576
502,735 502,735 00000000000000000073ed3c0ff2b9e73abf0fe827dec03e57eb9811e84ee1c2 2,338 1.00/1.00 vMB 524
502,734 502,734 00000000000000000071ed6a96597318d5a9bb4033c3a0d81ba87c78f24dd75e 2,663 1.00/1.00 vMB 500
502,733 502,733 0000000000000000002c944e003a8361a18411b90f60ad41548a3f1b483369dc 2,632 1.00/1.00 vMB 542
502,732 502,732 000000000000000000852c93f83c4c502637e38d67b90f32d823451350d806a3 2,472 1.00/1.00 vMB 555
502,731 502,731 000000000000000000186e754ace3da01580d68e5000ae28e4200f06cd7d7e9c 2,180 1.00/1.00 vMB 455
502,730 502,730 0000000000000000008418876d2c887b0d51f9f119b83dc86847e3bd2bc1e00c 2,516 1.00/1.00 vMB 530
Previous 10 blocks ↓
Total Size: 781.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: 645.03 GB
    • Received: 12.65 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.