Loading Tool

Explorer IconExplorer

Memory Pool

27,567 transactions
13.13 vMB
0.06419794 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 73.96/200 MB

Candidate Block

Mining Attempt 17c6e37f585b01a39ff12a91f2013678649bdf3957509043390760df2ba4303f
Version 20000000
Previous Block 000000000000000000013c873cf4ceb4afccc79d707499bec1b6ac6b33058da6
Merkle Root b5c1618114473e5653329fac92ed7d594b4627800b69353549fa95ec13bb794b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,983
Size: 0.99794575 1.00 vMB
Total Fees: 0.03264787 BTC
Feerates: 100.53 > 3.27 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,651 (770,903 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,748 142,748 000000000000070ef3c73df6b5c018a40991bff527c511fad56069767f5f4ccf 63 0.03/1.00 vMB 219
142,747 142,747 000000000000054a5801dee3870560494d949540ba505b9f060aafed23b88d06 63 0.06/1.00 vMB 307
142,746 142,746 000000000000016621de182bbed7f40415fe98f9dc6111c1de2693d2681de57a 31 0.01/1.00 vMB 347
142,745 142,745 000000000000082edb5d4910512e339506936c571c9b1414c7d19d780817dc43 132 0.04/1.00 vMB 48
142,744 142,744 0000000000000150e17a14133065f25cb1981a2127bbf4ca2b542e31d4bc57f5 5 0.00/1.00 vMB 110
142,743 142,743 00000000000006e344adea52ec8735a9b7aacfddad9d196795a8603639cd328f 51 0.03/1.00 vMB 125
142,742 142,742 000000000000056b0e24803ac1032f8e3d5120fd8aea85e0502d4aff249eb4ca 111 0.05/1.00 vMB 235
142,741 142,741 00000000000007281a28e8fbc7975f0e28d1a95ce1628f562874f2a990b19a4f 134 0.04/1.00 vMB 48
142,740 142,740 0000000000000218c5e8f38d70c2615073ed0ede9562aa5d2d6736b09b8f55cb 36 0.01/1.00 vMB 155
142,739 142,739 0000000000000804166e7eed0cd9bd6989ba6b6090a191fa3b8fd00b393ed8be 93 0.05/1.00 vMB 61
142,738 142,738 00000000000007f3ee58b5a76556cad27668dc3d028683b4f4fd7ec4df104f2b 35 0.05/1.00 vMB 194
142,737 142,737 0000000000000855fda8b5fe8a9c0797527a1381f3c3040cc194e0c6273e2083 61 0.04/1.00 vMB 191
142,736 142,736 0000000000000104b7af0b15f00a2eeca61db210c6564b55f3c390a634f9b150 46 0.02/1.00 vMB 507
142,735 142,735 00000000000004651715e5f1785847d8e8736113128c9829c35b78093cf96b1f 28 0.01/1.00 vMB 150
142,734 142,734 0000000000000077473c5fa5315ccdfa57cda3884082a5b0376217136dd42518 10 0.00/1.00 vMB 69
142,733 142,733 00000000000000bd2335ff037af546bc597601a6d041512ee2c5ec00e5856ce0 153 0.05/1.00 vMB 79
142,732 142,732 000000000000089e2d63f7f1d9c8a396c701220a4cb4cec7c1371df6a82d532f 62 0.05/1.00 vMB 140
142,731 142,731 000000000000016b0673e343bd00086f6b41a77dc8ed9ede2975b39e6df312f2 34 0.02/1.00 vMB 170
142,730 142,730 000000000000023ad38c75ccc20850f20aa50f1b2d43d881a11cc78ce19bb5c3 47 0.02/1.00 vMB 93
142,729 142,729 00000000000006ff87cfce407f8f1f4e12626f2dff68be22a74013c2609e3103 23 0.01/1.00 vMB 52
142,728 142,728 00000000000006f64ed19aa11cfbae3c08fff134da8dbc8de2fefd860960cac9 134 0.05/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 780.00 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: 477.40 GB
    • Received: 3.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.