Loading Tool

Explorer IconExplorer

Memory Pool

83,513 transactions
31.03 vMB
0.13900464 BTC
Random Selection Loading Transactions
Max Size: 187.21/200 MB

Candidate Block

Mining Attempt fd0e0fc7670ef84dfdc05877a0eba71f1fa2bf38d10582be376dd24adb420ec6
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root fe74ad802963ae065518cebdf02eb52e62b8a8bf5c1963ae55880d664c1b9a64
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,831
Size: 1.00 vMB
Total Fees: 0.07063356 BTC
Feerates: 366.60 > 7.08 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (908,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,584 6,584 0000000053bdb21d6c70a969c058e3bf30405bad6eb9d7f95ef88bc265a61741 1 0.00/1.00 vMB 0
6,583 6,583 00000000b17315fca0d8b3f8229e49aae2912e9d5de1f94b772f1412e932a4a0 1 0.00/1.00 vMB 0
6,582 6,582 000000007fc54ccef03a1386155e5fd10229a80d592bd6b299064d1572635378 1 0.00/1.00 vMB 0
6,581 6,581 00000000b46bb9d830499302bcf3e544e679897ab595531d98539a4593e5a849 1 0.00/1.00 vMB 0
6,580 6,580 00000000b5e64339fcaed867719bf17b4416839403deeeba1ec96ce5ea8c2929 1 0.00/1.00 vMB 0
6,579 6,579 00000000580a7a7cd537bfac354996f0d5ab1d1779e316968b524153bfff09fc 1 0.00/1.00 vMB 0
6,578 6,578 000000000ab7ac9a9423071d674d8104ee4b220d5664387d90850e3f76e979ae 1 0.00/1.00 vMB 0
6,577 6,577 00000000ea4728c14bcbbfda30b77e8f84eaf7646daa9090debba19770b9fb57 1 0.00/1.00 vMB 0
6,576 6,576 00000000190b7c78c04060087be9ffdafeffc2eaaba0c2f8c98e56e10cba73fb 1 0.00/1.00 vMB 0
6,575 6,575 0000000050c878a194212cddc468fced5162630acccae8a01778a997c307e347 1 0.00/1.00 vMB 0
6,574 6,574 000000000f473a759506cf47ee544fe35ef4f9bb4a1946b00aa278e079adfc47 1 0.00/1.00 vMB 0
6,573 6,573 000000008d81ea3ee542e4c42b6199e0ca16b1161e28ef784cf62a1a436151c0 1 0.00/1.00 vMB 0
6,572 6,572 00000000004da06c86b8417e8ab7d29ca55ffb85cfe399e41dc0adfcf5f3d330 1 0.00/1.00 vMB 0
6,571 6,571 00000000b208b8059038c5b7dae8c19b40c3b186332170493bdd19b3a9c0a445 1 0.00/1.00 vMB 0
6,570 6,570 00000000249b3caba98d7757fa078188b21ee3c73272c1c90392cfe8e070e08b 1 0.00/1.00 vMB 0
6,569 6,569 00000000a23fd72f8e11e5cd0b5c174abcfd799d6f67a26d0ea3d8c3f068387f 1 0.00/1.00 vMB 0
6,568 6,568 000000004c8219e98069b083c39ead295633a0644f47caf11bb8806712150723 1 0.00/1.00 vMB 0
6,567 6,567 000000000897999f131aadbb67f87200bc24d7dc46ddd3d6ea21e1e82fb7d354 1 0.00/1.00 vMB 0
6,566 6,566 00000000f3a96763eb7e4bf1e7753bfda0641d65ae0ccc2b25ae4dfc1bd83f39 1 0.00/1.00 vMB 0
6,565 6,565 00000000469051cee0bd7a50d086371524494b377fc40b30664bcf503860d548 1 0.00/1.00 vMB 0
6,564 6,564 000000004caef4968b3c0adb8056c8a5e53573431c23079e529bc83a0f2bf1ca 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.34 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: 661.58 GB
    • Received: 14.82 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.