Loading Tool

Explorer IconExplorer

Memory Pool

35,749 transactions
28.79 vMB
0.15217812 BTC
Random Selection Loading Transactions
Max Size: 142.95/200 MB

Candidate Block

Mining Attempt f9233b11f47fde2d1519e7e57988388811d89e0cbde7fe74ec687c40fbf30cdb
Version 20000000
Previous Block 00000000000000000000243d44a97f1c271d0d3ca36b116d29da015d7b8fdbf4
Merkle Root 1aeb725f48c62ddbf45b7100fac98f46a0f7f224cbf79023ef3f1d4fc036440a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,727
Size: 1.00 vMB
Total Fees: 0.09368355 BTC
Feerates: 231.58 > 9.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,512 (867,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,732 46,732 0000000003a5e059cf38e159bdde4e639221ed82142109c191a757d6599ed91d 1 0.00/1.00 vMB 0
46,731 46,731 0000000030e9a02b2506ca206c7386df4fbb89df5cb58d0aaa3614b2d5d89fbb 1 0.00/1.00 vMB 0
46,730 46,730 000000003602240ced32dfc0642f689b452c3144f541b676d27087260f61fc77 1 0.00/1.00 vMB 0
46,729 46,729 00000000057e1e605fab549eb935a9d58356afe86423b289f5ad047344357b07 1 0.00/1.00 vMB 0
46,728 46,728 00000000125ca8a4ec06aa8548359ad49614eb2b3e0222c5b87afcec33237b90 2 0.00/1.00 vMB 0
46,727 46,727 000000000bc5fa676bde97c961d977d2174cbc5809628f3dc6f241173535caa7 1 0.00/1.00 vMB 0
46,726 46,726 000000001985875f420e2c5d5ba74b9406c61a5cb1b775cefed8a6d3ec26f45d 1 0.00/1.00 vMB 0
46,725 46,725 000000000d30817043b321668b3ee279cae8e733be7445bfc112f6b7548bbf42 1 0.00/1.00 vMB 0
46,724 46,724 0000000007663db4384c8f29af23a54440eddc3141fb89b75a39e21e9cdd8f6c 1 0.00/1.00 vMB 0
46,723 46,723 0000000035da4b1d9bfd660b7b4bcc6dc8c14b0983c2071420fe45d33209664e 1 0.00/1.00 vMB 0
46,722 46,722 0000000018cc4c03fe8edbae0e6f72132aaeb80efc70253ccb033dd82206ae95 1 0.00/1.00 vMB 0
46,721 46,721 000000001ed49860a751c75e5fd246d948fd4487224122cb862bef606acca735 1 0.00/1.00 vMB 0
46,720 46,720 00000000213c43e5d3cf5e22a296a80573811fa21eb72d527057e79e5b5cdaf2 1 0.00/1.00 vMB 0
46,719 46,719 000000000ceef644ace839919467c6fa56f1ff50e6bcb8dfc13deb3f79e97c01 1 0.00/1.00 vMB 0
46,718 46,718 0000000021666c15bace4983d56cb4aadbef113de15926a25c958b65e0eff964 1 0.00/1.00 vMB 0
46,717 46,717 0000000006ec3fc69b5b12bd0a2dca4d196608966b836cfef841f26fd6a1cb4a 1 0.00/1.00 vMB 0
46,716 46,716 000000001487d79397064e6705cdb26733a84c7cb718becd7572b4d5ebc93fd9 1 0.00/1.00 vMB 0
46,715 46,715 0000000021feeece9b65cee51a8246bc00ecee69b97734975b30c4b2229e71d1 1 0.00/1.00 vMB 0
46,714 46,714 000000001f7819385ff8c632a23c02bf91636aed6bb25107e3bd0aec2915d064 1 0.00/1.00 vMB 0
46,713 46,713 0000000020d677a52bcf86504562ff566ec2f4afe8a07a68f29c9626370648b7 1 0.00/1.00 vMB 0
46,712 46,712 00000000002911913a91252a37cdc5b28a31b46705d99d0ec2ec7c32c7712f04 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: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 612.91 GB
    • Received: 11.09 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.