Loading Tool

Explorer IconExplorer

Memory Pool

32,204 transactions
26.19 vMB
0.07470931 BTC
Random Selection Loading Transactions
Max Size: 130.90/200 MB

Candidate Block

Mining Attempt 1b08180d899c290ae251215f2dcb92b5e8752f6438a583cbe3ed8b2bb9b81e80
Version 20000000
Previous Block 00000000000000000000f40d95165f1e56554a1a7c25dc329e090a256a29726d
Merkle Root 763a4542830699d17fe753b2d23187ac7e46e4e18298355b27a09c3710c23b0d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,837
Size: 1.00 vMB
Total Fees: 0.02596631 BTC
Feerates: 477.45 > 2.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,281 (815,247 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
99,034 99,034 0000000000007dd62a19463f5d7fa93fd1c862f6e69aa7b6e801229f27f6d0dc 2 0.00/1.00 vMB 0
99,033 99,033 00000000000073d4f1e0d1ce20848861d7cac3c222d8c886195717c0bd61f654 1 0.00/1.00 vMB 0
99,032 99,032 000000000002e357b115ae405076900f1201cbccc04b5e04177a4f825b2d2a7a 1 0.00/1.00 vMB 0
99,031 99,031 000000000003302aa5dcb009d43d34c4ff19da558af8cd6abf6feb104c522e4a 1 0.00/1.00 vMB 0
99,030 99,030 000000000000765e88c753743a38e24a4381ce1f8a26a31948eed4a6c2bbefae 2 0.00/1.00 vMB 0
99,029 99,029 0000000000023f3c0fad426758450cc758c949b644d3f55f4707701318cccd2d 2 0.00/1.00 vMB 0
99,028 99,028 00000000000256935874a761bd05c8482c58c7d90dce8d1c54aac0e39990d7cb 4 0.00/1.00 vMB 0
99,027 99,027 000000000003db7b31763611df2b5c1cd3f5336c3ab092d270050453839c4a63 3 0.00/1.00 vMB 510
99,026 99,026 00000000000311d108e9ae04d3b988406e280291f27c508b98a36fa7c36b5697 9 0.00/1.00 vMB 0
99,025 99,025 0000000000045dd039b020ba5db4edf38deec5e1b3ed381d59afbe60fdfaddae 3 0.00/1.00 vMB 0
99,024 99,024 0000000000047c2bc41ab9435e5239e9f1ee80473072ba84043e45d6c949918f 1 0.00/1.00 vMB 0
99,023 99,023 0000000000024554c6b86fe5bcbd111be0e421cd7e65a9a5d3ea6d48b3b5a934 2 0.00/1.00 vMB 0
99,022 99,022 00000000000287263a4f6ecccca9504fdf3ef7a0db0cac8b29d7ba8ea5965fd4 2 0.00/1.00 vMB 0
99,021 99,021 0000000000043bc06741d99b2d3d6431789f3cecd86482cad45da21bb208729d 3 0.00/1.00 vMB 0
99,020 99,020 0000000000039ace0bca95f2b0a45f2cd541e7da5fe36941d2ebf942bcb11d25 5 0.00/1.00 vMB 0
99,019 99,019 0000000000026acc5b117c1f23eed64da4b7384618bd315204d64f001daa3773 5 0.00/1.00 vMB 0
99,018 99,018 0000000000001d073b1c7b91ad180f95fce1965d6c5569dbd68c3d19fbce8fd4 1 0.00/1.00 vMB 0
99,017 99,017 00000000000449a8650e3aa5d2bcf8566993246300054b51bebc2063a00f0cdc 2 0.00/1.00 vMB 0
99,016 99,016 0000000000036f4b15a33babba24e86251e7b87b2fb96e0485077d0e6ba9689a 4 0.00/1.00 vMB 0
99,015 99,015 0000000000018abb97a82a89bc1f9d8c95cb9d7dc4ebe7dc3bffb72b13c88eaf 12 0.00/1.00 vMB 0
99,014 99,014 000000000000505fbec469594b3e631ab25ef788f086ff2bb92cd49dd340dfac 12 0.00/1.00 vMB 342
Previous 10 blocks ↓
Total Size: 781.09 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: 579.09 GB
    • Received: 8.84 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.