Loading Tool

Explorer IconExplorer

Memory Pool

36,258 transactions
26.90 vMB
0.06435517 BTC
Random Selection Loading Transactions
Max Size: 136.10/200 MB

Candidate Block

Mining Attempt a6df4b19b7436a8fe51ec90754bed5ea00b37a80d67233286782307a9a82b955
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root 85a1f8dca6571970f86c1ea9a6ef737d8bba88cd1dd974a0d0816a67abf45400
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,634
Size: 1.00 vMB
Total Fees: 0.01372531 BTC
Feerates: 101.65 > 1.38 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (862,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
51,697 51,697 00000000014aa7292751dfa58a7945fd82fa3fc0d765b5374ad960257bb60063 1 0.00/1.00 vMB 0
51,696 51,696 000000000bad7e025136dc63022c2e00b8771676df7d65f84f384f6d9eb14db3 1 0.00/1.00 vMB 0
51,695 51,695 000000001abbc323a89ec8eedae5fd124234a5816867b80754149f59104b37fe 1 0.00/1.00 vMB 0
51,694 51,694 000000000b66fcded257b098bb54c254f404a11189c093ad3d0e447ff5ed6b4d 1 0.00/1.00 vMB 0
51,693 51,693 0000000017926c3043410a09e9ab64d346183ca32c5cfd07a1eb2f51e002be75 2 0.00/1.00 vMB 0
51,692 51,692 00000000085411f6eb8f280cf0d6ae9fadba79b90d87f0cddcf6785922cfee2a 1 0.00/1.00 vMB 0
51,691 51,691 000000000c27cf13b4e437bafe503bfd538e8cd9c9ff8d13fa588a98ea9fb129 1 0.00/1.00 vMB 0
51,690 51,690 000000001c9d925ded9942259d7d267f7479cf06825e2f4250f2c8b4ffc2138b 1 0.00/1.00 vMB 0
51,689 51,689 0000000000644509b60cedd62e8903772e8395b0bcaec146b5c4f04ff0285de9 1 0.00/1.00 vMB 0
51,688 51,688 00000000097ed661656300019490398ec1abbe5c5c490450069673b11e66b879 1 0.00/1.00 vMB 0
51,687 51,687 000000001e72e07080d3e2e0e24a2d71f90661db44781e25cb95cc979df22a3e 1 0.00/1.00 vMB 0
51,686 51,686 0000000017f943e2e76b03087321b2189a7c8229fe8e729caff953a302f05c1a 1 0.00/1.00 vMB 0
51,685 51,685 000000001aa045b6746d56d81c0818b8e145107a1abac0505d76fb05a6960d15 1 0.00/1.00 vMB 0
51,684 51,684 000000001793c69b2b3f26c5263836827601cc917fa977a7b4ff9b91d724e7e1 1 0.00/1.00 vMB 0
51,683 51,683 000000000cfc76d33333c907ad2d7b0571be50d5b26e33ff09954f0b9f46a7cf 1 0.00/1.00 vMB 0
51,682 51,682 00000000136e2bf4eba70a4257e71fd18d87c76ce8a962f57d4d956ab4a6fac9 1 0.00/1.00 vMB 0
51,681 51,681 0000000006e6d19c7a2278f0a3c231644056710c48373bb084e4fc8c952a198f 1 0.00/1.00 vMB 0
51,680 51,680 000000001eac6451efff61c2e44df936fd55396e3b091853520fe59856530d29 1 0.00/1.00 vMB 0
51,679 51,679 000000000bf2c3b64f0e62fde16839b3e2119763b8bf167f34a93ed1b83fa43f 1 0.00/1.00 vMB 0
51,678 51,678 000000001c3c14994d6ce891a7b94c2e9b0a61545f332cd9499de0331020dbcf 1 0.00/1.00 vMB 0
51,677 51,677 0000000017a0bfc513100f2a9e9fe753ce876a5571c6ec363d47db35ceebe374 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.75 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: 631.34 GB
    • Received: 12.06 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.