Loading Tool

Explorer IconExplorer

Memory Pool

32,986 transactions
27.13 vMB
0.10900153 BTC
Random Selection Loading Transactions
Max Size: 136.12/200 MB

Candidate Block

Mining Attempt c0ac6cd3e7ccd4c6ea7c5a0b43e68c3fa00af26da5b6adf11ba3411836589d0e
Version 20000000
Previous Block 0000000000000000000073ff96478c5584a0477e81e2c2b98ae9f339a9380378
Merkle Root 9bc0de09eb23a17b389e230bd25c89a418553d8cd3e5ac2c3e22321bb0d5f067
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,852
Size: 1.00 vMB
Total Fees: 0.05337409 BTC
Feerates: 386.83 > 5.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,247 (857,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,622 56,622 00000000044711f03f58b3f933578f60e21ceb18d84c750a8a868e5af4362453 1 0.00/1.00 vMB 0
56,621 56,621 00000000030831ae179691969a3e25845d2d65acd850fe71a7207dba50093aab 1 0.00/1.00 vMB 0
56,620 56,620 000000000d21d01a7fd624db854b3461abac2ee13582f4255dd6baf2e050d4dd 1 0.00/1.00 vMB 0
56,619 56,619 0000000014fc73184c20e3de309d113a66387588730de8c1550c70c3dd0e817b 1 0.00/1.00 vMB 0
56,618 56,618 000000000336a350fa422687efb30603bfd3c9752cc556918e7017f22a967d18 1 0.00/1.00 vMB 0
56,617 56,617 000000000ca7094a948b75ebecd23699ec73e2957a411913852674881f7ac1c5 5 0.00/1.00 vMB 0
56,616 56,616 0000000000b3683a703d71eceda5fbca446f30e47c295d7a8910d7154fb35f96 1 0.00/1.00 vMB 0
56,615 56,615 000000001599186b35e3fbc09679a21c57ebcd83ee8ed0f2f1d1ae0eb1f3fc47 1 0.00/1.00 vMB 0
56,614 56,614 000000001282b26ee92c7789944593edba4f59b376aaa11c2feae498ecde0c80 1 0.00/1.00 vMB 0
56,613 56,613 000000000716074b8e73c2c990af94faa754e346d1fb077268babbb3c98dee60 1 0.00/1.00 vMB 0
56,612 56,612 0000000011dce2ac0065786c2e14a24fceffd38bfccaebb15bbc7fb0c866a5df 3 0.00/1.00 vMB 0
56,611 56,611 0000000004f957c29cf46891eb2698676a6ee578937fedc8d5aef42c860e5831 2 0.00/1.00 vMB 0
56,610 56,610 000000000867079804d91be0806853b743022be72e18dd4eeee90f6a8e2de193 4 0.00/1.00 vMB 0
56,609 56,609 0000000001de5ec976d6a9c0eca742b0603825bec57844482a34f7a77cbc8c0f 1 0.00/1.00 vMB 0
56,608 56,608 0000000008b2880a482cba251b7ac9a8f836ed1933b7ac61bd8e1c07a40001f3 1 0.00/1.00 vMB 0
56,607 56,607 0000000011bf96772c61d748d31d6ba5ab582980ff1aab35d24cdc24480ac217 1 0.00/1.00 vMB 0
56,606 56,606 0000000004f790b11fcf9035f96e8eacae5a2a2037c640c1e8b21827d2bf98a8 1 0.00/1.00 vMB 0
56,605 56,605 0000000002c31cd6ac8df7cd8526fb909e5d69f3a651d7cb0a35a07b9bde3e9f 1 0.00/1.00 vMB 0
56,604 56,604 000000000799a6521402bcbbceaaf9ef37cb0ab7648828cac3de5ecc54c60c09 1 0.00/1.00 vMB 0
56,603 56,603 000000000d71095413bfa55975eb7a4516369f0a51560faaf6125b6af0e6010f 1 0.00/1.00 vMB 0
56,602 56,602 000000000aa31ba4619b3fb9b062eb2db12edadc738ec4565f32e5157dc3d3f9 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.03 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: 576.66 GB
    • Received: 8.50 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.