Loading Tool

Explorer IconExplorer

Memory Pool

44,990 transactions
26.55 vMB
0.05422884 BTC
Random Selection Loading Transactions
Max Size: 140.76/200 MB

Candidate Block

Mining Attempt 871cf28238d03d59ee236de23a188c1a565ad9c4721198d3a83d9452f1451fe0
Version 20000000
Previous Block 00000000000000000001127a2e96d397c2be9f34cab3902b51cfac0ca622c96b
Merkle Root 4a534389ce97eee0e5c4929d83670e024c222128f2a80c9dfb11a5c9794934b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,251
Size: 1.00 vMB
Total Fees: 0.00539010 BTC
Feerates: 40.21 > 0.54 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,780 (438,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
476,379 476,379 00000000000000000012d3c13de91c088f84d42b7ad5ff86e32f1d0609fb1689 2,574 1.00/1.00 vMB 243
476,378 476,378 0000000000000000003b2a27d6ec46ca572cd7ae8f403a2c148cb22b6b769265 1,504 1.00/1.00 vMB 168
476,377 476,377 0000000000000000001f103ae70aee039baeb7d00103708cf0960176a25757cf 1,841 1.00/1.00 vMB 268
476,376 476,376 0000000000000000005d46a1cdd225221e91f86d2c0ad948295f3e29417a50a6 1,377 1.00/1.00 vMB 149
476,375 476,375 000000000000000000896afbb72e4e03c170d9231fddf2d7000857e704c070f5 964 1.00/1.00 vMB 89
476,374 476,374 0000000000000000015c608b3d288fe79743c6d3e00741bf7dd764a72431f49d 816 1.00/1.00 vMB 72
476,373 476,373 00000000000000000115507e4673dbea4028b9dd7c2d3050c930077842d0a81f 2,082 1.00/1.00 vMB 28
476,372 476,372 00000000000000000107c3f8112786c3896bdbd074cdce314440e4878ba2c2fc 1,326 1.00/1.00 vMB 105
476,371 476,371 0000000000000000004ddd453c7a9aa59b2f1c04324fa1b844e90eaf71e6710e 1,455 1.00/1.00 vMB 229
476,370 476,370 000000000000000000854851639effb53852305a4e15dc573448f3d9487ee79a 2,317 1.00/1.00 vMB 219
476,369 476,369 000000000000000001336fb75a46d806d901313bb1affd15cec01a5560050df4 1,942 1.00/1.00 vMB 257
476,368 476,368 000000000000000000e8eeb0d8dda5e336c09166ba0481d2487d1ed211e09234 400 0.98/1.00 vMB 24
476,367 476,367 0000000000000000015b21d2dcbfb199e91d20e7caad09870402750bceaca02f 330 1.00/1.00 vMB 15
476,366 476,366 0000000000000000003f6601c1ce685ebf20eba05d20b86db090de000da6e784 744 0.97/1.00 vMB 38
476,365 476,365 0000000000000000012cff1da0fbbd80dbeeeb4b8a3de09643aff769dd7ad5c0 1,169 1.00/1.00 vMB 25
476,364 476,364 000000000000000001550d02ca4fe0a8f4e1c00fae4a6dea4e08d45496d701d3 1,793 1.00/1.00 vMB 151
476,363 476,363 0000000000000000007c61dbba8bf95b848403ad3af3047c8f33d9a9359062b0 2,104 1.00/1.00 vMB 115
476,362 476,362 000000000000000001197f499b4486c5151d5758a508a44fd306bdd4258dfa8b 2,290 1.00/1.00 vMB 215
476,361 476,361 000000000000000000c0308d79e9fd10c1ee89fcf94b6b8ab29965a3b59e019c 1,103 1.00/1.00 vMB 97
476,360 476,360 0000000000000000015adb3ca49a4a654ab8af6c184a6a1aad912564985a2a89 415 1.00/1.00 vMB 32
476,359 476,359 0000000000000000009ec4ac895d7c3ae2b632a82205f0f0d86ac5626da360d4 1,849 1.00/1.00 vMB 125
Previous 10 blocks ↓
Total Size: 781.99 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: 648.78 GB
    • Received: 13.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.