Loading Tool

Explorer IconExplorer

Memory Pool

35,426 transactions
28.80 vMB
0.12091238 BTC
Random Selection Loading Transactions
Max Size: 143.17/200 MB

Candidate Block

Mining Attempt b67d4e743e9d0240593918c73fe6138ed58c0cede02b7b6ee89df6fb9ee5b71b
Version 20000000
Previous Block 000000000000000000009c2ad8117852d755b02b7c6295119a7b7ee35ed83812
Merkle Root 4e784dab9b910b7b4667f3b39e42e9b697a2bae9e83d1b9356a484b4dcbd08c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,363
Size: 1.00 vMB
Total Fees: 0.06295177 BTC
Feerates: 208.44 > 6.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,513 (898,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
16,481 16,481 00000000fac5c7f8942092634606c1796986e787e3872dde4fc782fa967273da 1 0.00/1.00 vMB 0
16,480 16,480 00000000f088ca9fb758ebc9869724f350a0b3aee786582c4f089b0c4db63c41 1 0.00/1.00 vMB 0
16,479 16,479 00000000354ba856d66e3be0ff04742b9da6fdc29aa704f59e204d13534fdbc2 1 0.00/1.00 vMB 0
16,478 16,478 0000000009f7338a29cca2358d14dd061527fd5b9e0860a559239f059138b3f9 1 0.00/1.00 vMB 0
16,477 16,477 00000000a0a316f99ca7ab9ec329921bd732a098cc027121b34fbb68e27b9a2f 1 0.00/1.00 vMB 0
16,476 16,476 00000000833119ec9a4a74f04778a6a84009d81ee78fcfae2078ef5dea880794 1 0.00/1.00 vMB 0
16,475 16,475 000000002014eab23f9e52a92eb93eab27e154d8428997d118549176221b340e 1 0.00/1.00 vMB 0
16,474 16,474 000000007249094ca166df8a6859280f6323d3fd023673aec57c53e3f675c4bf 1 0.00/1.00 vMB 0
16,473 16,473 00000000a4ca630f328bb8027ec91ed4b2d7cb3d06ffa019a0cd364cc4ea0302 1 0.00/1.00 vMB 0
16,472 16,472 0000000060eaf45c9c73fca10d7ca09ce3f5e85d7f21e59ce24c9bbef1c28a0e 1 0.00/1.00 vMB 0
16,471 16,471 00000000ff253f519b22f462202014c5b9c1efeddb6243d6b5c1fb342aa2c08a 1 0.00/1.00 vMB 0
16,470 16,470 0000000054f13fb138d39484e073f96faa93361475937628b32dff54d57d8975 1 0.00/1.00 vMB 0
16,469 16,469 000000003fa8936cf856aba7043d7c340dcee11caf7314d18cf115e43e548d84 1 0.00/1.00 vMB 0
16,468 16,468 0000000001a039fa5e910ea377b598fe5b92f71caf09a30d447c8ff344cd6041 1 0.00/1.00 vMB 0
16,467 16,467 00000000eaadf94b1d588bfff6173595c51c378c4fb9c183505b307d9ddae5c1 1 0.00/1.00 vMB 0
16,466 16,466 00000000ff30bb79b5e67439872a156191d50db93e9e0bcf8c4daa1eff3046b9 1 0.00/1.00 vMB 0
16,465 16,465 00000000da1368f627f6b21aba46cef9fc09d05f940e5cd99b33ed641f47a2a6 1 0.00/1.00 vMB 0
16,464 16,464 00000000c36f26b62a17dd4e5b20bacac90faec2b8eb09fb86fa9313ef4d969d 1 0.00/1.00 vMB 0
16,463 16,463 0000000056dbe70cb7b78e4ac46129c99157cb7db7d2221bba86c5b47c1fd7dd 1 0.00/1.00 vMB 0
16,462 16,462 000000009218f3c332249ddd58e3fadd3215e694367f614c750875279c05599d 1 0.00/1.00 vMB 0
16,461 16,461 0000000027feae5be4d38f3456b29939f44017a9dc97c36d5e046953d7b4b34e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.52 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: 612.93 GB
    • Received: 11.10 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.