Loading Tool

Explorer IconExplorer

Memory Pool

26,563 transactions
12.04 vMB
0.03351022 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 69.47/200 MB

Candidate Block

Mining Attempt e09eb439d2851e193f380f094c09ba678cf96f69a3526f1c3314760b28e2d807
Version 20000000
Previous Block 000000000000000000016dd6a41acbc444381f70b8804cceff8d7909537f28ca
Merkle Root c9b8e71074992c875d7bce1e75ec5530b33b1560bba2ef1fbefa0ebde5b40bf4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,728
Size: 0.99795625 1.00 vMB
Total Fees: 0.01343198 BTC
Feerates: 103.81 > 1.35 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,674 (725,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
188,662 188,662 00000000000009509faa0aa5ee300056b2284bd8e95d3af3d13537d41d423ef4 149 0.05/1.00 vMB 47
188,661 188,661 0000000000000151874666db6fb76c7396dc3855c037d5a89a60279d11db1247 113 0.08/1.00 vMB 108
188,660 188,660 0000000000000150399fd17991eb79d524ff72ee8fa7509c9777d5fffef67943 129 0.05/1.00 vMB 110
188,659 188,659 0000000000000705924ab97b4da668f47367b8fe917a0a818bf7ac5c832ed8fd 77 0.03/1.00 vMB 83
188,658 188,658 00000000000003db31c3ba728393b3f33f70ac8581e73a1f27f1a2a97d839eb7 62 0.04/1.00 vMB 56
188,657 188,657 000000000000077d2a296a24f9489ced644eba54782bb9e3047a36ee3f046915 494 0.21/1.00 vMB 376
188,656 188,656 0000000000000298fde432958aa7cdabd24e2910ada3be035252ba163d767955 143 0.05/1.00 vMB 129
188,655 188,655 00000000000004118af65e35a22825a0382a6b17adf23f71b1c6f6f37935ae65 10 0.00/1.00 vMB 0
188,654 188,654 000000000000002a372568662aef8cd3a23a1983b0e44f34b0ae63b3463c1718 7 0.00/1.00 vMB 0
188,653 188,653 00000000000005daa90840d9f10514f96374328bf17dc17fc3e35c056fda9bfa 204 0.08/1.00 vMB 142
188,652 188,652 00000000000007f5feabf1385813dd28cd60d8b2be12533088d423ffb91873b0 316 0.12/1.00 vMB 126
188,651 188,651 00000000000007333a63a87814aab03ec39e407a4082017a36a73987b1e04ace 226 0.07/1.00 vMB 161
188,650 188,650 00000000000006176a1d41eb6164e6e2f43c007b03c5377ad66a04ea4206af95 118 0.05/1.00 vMB 184
188,649 188,649 0000000000000856e65449eff4942b55a12920586e44613a1de800c0576d4320 124 0.05/1.00 vMB 280
188,648 188,648 00000000000000cd6c63dd19b7df96c320901f36d832040003bc705f1f7d192f 91 0.05/1.00 vMB 83
188,647 188,647 0000000000000422be7bf500eda15eebfe2992d3926bdce6c12d588e5e991ec7 511 0.17/1.00 vMB 152
188,646 188,646 000000000000002c979ce2e219ad23814f5306bd029091e358458b65e91b60e8 167 0.05/1.00 vMB 164
188,645 188,645 00000000000004c57f133f428ad59822a131d3165bb0530f3a101712e0bd5b2a 326 0.13/1.00 vMB 135
188,644 188,644 00000000000007169ada12b8c4eee5a2ae1532ead0aad72c2f4878b3229e367c 9 0.00/1.00 vMB 14
188,643 188,643 0000000000000446bb1b084557cd3b9c9e3fad3a137fc3c7c5785f747159d6f9 637 0.25/1.00 vMB 101
188,642 188,642 000000000000083c277b04e0cc1140d96443b9427de78ef24f9e2ce8a1bfd899 245 0.06/1.00 vMB 109
Previous 10 blocks ↓
Total Size: 780.05 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: 486.16 GB
    • Received: 3.26 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.