Loading Tool

Explorer IconExplorer

Memory Pool

15,460 transactions
10.49 vMB
0.04569197 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.15/200 MB

Candidate Block

Mining Attempt c037a774086510ea91ff51f133cc07d118d3067eedca2fcefa437460b8ed814e
Version 20000000
Previous Block 000000000000000000012e19983e24f0604faef80654158cc2f867745882ec5c
Merkle Root becacaf8ddd305659049ecc41a5b77374133e63b27e97da754f2a42d41db4d5a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,415
Size: 0.99789825 1.00 vMB
Total Fees: 0.02926638 BTC
Feerates: 194.03 > 2.93 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,806 (771,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
142,756 142,756 000000000000083387049130e58e9f67754058b551820ba37d7a3bdf7a546b62 7 0.00/1.00 vMB 41
142,755 142,755 00000000000003f70dd33b072d081640c5df3558c4f82a568b6c9111c9ca104a 7 0.00/1.00 vMB 104
142,754 142,754 000000000000048354d5ebb20ba0c5bdcd26ae46614c79e7507bfb2f3160b6b6 22 0.01/1.00 vMB 156
142,753 142,753 00000000000003787df832b5bbdb67eb8cbd6be7976ad44a2d570a2c22cd8e81 10 0.00/1.00 vMB 51
142,752 142,752 000000000000060960c0e902dd5c7f8db8924ac01d861f8b6eca50c08f3e2ca4 8 0.00/1.00 vMB 0
142,751 142,751 00000000000001fa29a01011d12d1b1e809e8cafb158c2bb9aa842b1305973c1 22 0.01/1.00 vMB 32
142,750 142,750 00000000000008ed9c1a31131d260c5568589f9aa662d3b424fa2011152cd820 18 0.01/1.00 vMB 609
142,749 142,749 00000000000006d253363462f19091989ec8cc98462687e74f2be309031c0176 39 0.03/1.00 vMB 3
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
Previous 10 blocks ↓
Total Size: 780.28 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 516.05 GB
    • Received: 4.41 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.