Loading Tool

Explorer IconExplorer

Memory Pool

37,217 transactions
30.95 vMB
0.07324175 BTC
Random Selection Loading Transactions
Max Size: 152.99/200 MB

Candidate Block

Mining Attempt 9b7f97965a8ba4512a119f6f4c9639ae6ea0f537958fb6a70e1f14ecb857fb2e
Version 20000000
Previous Block 000000000000000000000d935151c7a7c30b31c96fe98ba830815ff230186bd9
Merkle Root 9853a407578c85662148dbd5a64a2e4855c9964668045f7c83a1a1ccc2729024
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,093
Size: 1.00 vMB
Total Fees: 0.01014291 BTC
Feerates: 76.13 > 1.02 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,354 (872,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,430 41,430 0000000043626c29fcbca609a2165205d7f763cfcc466a011ec8b31c7593bb61 1 0.00/1.00 vMB 0
41,429 41,429 0000000045eb0c013b19ada6590748b9cb93de2a3d912c7b1c298b39ff8c5f0f 1 0.00/1.00 vMB 0
41,428 41,428 000000004b4fecd3650af36df31eea20b7d4ce07d25a659b9468ba0eb107a179 1 0.00/1.00 vMB 0
41,427 41,427 00000000549a492d280daaf9b5997a3b8785d7003a60cd1e875442a8774234da 1 0.00/1.00 vMB 0
41,426 41,426 00000000070ba687731cae5d87379410db7ab91ac138c249dd9e90d283042028 1 0.00/1.00 vMB 0
41,425 41,425 000000003bbc94e0cee7b77fefba628e272dc6bf39d8fee0de594ef7143b5ef7 1 0.00/1.00 vMB 0
41,424 41,424 0000000028dcf09ac434e06e0c6fb64f0d68cd6021f3c6fa3ef46be851305531 1 0.00/1.00 vMB 0
41,423 41,423 000000000f7f67aba647a68acea0c8448d2a0430ca844297d636ad35b669ed12 1 0.00/1.00 vMB 0
41,422 41,422 000000003031dc5058ade98d6106d933ebb8f0f3d95c9fc69f18d4805767848b 1 0.00/1.00 vMB 0
41,421 41,421 0000000035766394c7aa8e71d2d62f3b839017c60eb33ce1326d2969ad2e1089 1 0.00/1.00 vMB 0
41,420 41,420 000000000aa39ef56ac446b73e2acc4b7eeb9ccb863cf508326851f07a280cee 1 0.00/1.00 vMB 0
41,419 41,419 0000000034fd175e8bc102f33c6f65eb368893af604c1583fb5c229e3190eb5c 1 0.00/1.00 vMB 0
41,418 41,418 000000002c90f04f0a432130423cf82ebc1d12e7abd93c55b0c24e836e172c16 1 0.00/1.00 vMB 0
41,417 41,417 000000004ee9430dba5b5cb722168ff2b02dd5ddad57aa09c46178fa6b05d013 1 0.00/1.00 vMB 0
41,416 41,416 0000000027907b55282e2d81d1a3f8b9710222642aa84585e337799bbcbee7f8 1 0.00/1.00 vMB 0
41,415 41,415 0000000042ad0acda17a677d1aa29dc71e4dcd27056d0e134a30d77615388bc2 1 0.00/1.00 vMB 0
41,414 41,414 0000000018c1273c8531f6a11f52b2f8578b3d041db1ba5959d01d7e0afa5b2a 1 0.00/1.00 vMB 0
41,413 41,413 000000003204a15096710826b4f490797a4fbcdefed443f1c9e0186fee81d0d3 1 0.00/1.00 vMB 0
41,412 41,412 0000000020b442d3cc0aeee652bce0046cafed214c13580733228ebbe61ced48 1 0.00/1.00 vMB 0
41,411 41,411 000000006542bf67bb06185ad4af7ec85a3c5b6a5d656bbd99f09896c15be1bd 1 0.00/1.00 vMB 0
41,410 41,410 000000002ec206f201f12762f2bccab2e9ab37f7b890f790ca64fe3638916dce 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.23 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: 588.60 GB
    • Received: 9.55 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.