Loading Tool

Explorer IconExplorer

Memory Pool

41,499 transactions
32.29 vMB
0.11079462 BTC
Random Selection Loading Transactions
Max Size: 160.99/200 MB

Candidate Block

Mining Attempt 3df227516c9ddd2988faea2354b6d7b625e8e24c030ec25d0ffd98c2ae88d3a5
Version 20000000
Previous Block 00000000000000000000f1281b2efd0aad5db491e635251ce073ca38483cc2b3
Merkle Root 27110830a53934b6245058b19a92f6caf0d80803f82ad6e47829af564fa51b9e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.04059355 BTC
Feerates: 505.93 > 4.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,367 (867,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
46,663 46,663 000000000819d96ff13e2ccbbcc5e47398e7bfa3e5700b821195b63da32fb1de 1 0.00/1.00 vMB 0
46,662 46,662 00000000025f2fe4f457124c4b932d1b1642dad1945262b77a0484147717b1fa 1 0.00/1.00 vMB 0
46,661 46,661 0000000003a397eb126ed9f84a08ab23ea45a0e034401646fd6194e5ac413f60 1 0.00/1.00 vMB 0
46,660 46,660 00000000079fa589d622a20eb9f83de84e61545964f9ad4852de854954b319af 1 0.00/1.00 vMB 0
46,659 46,659 000000001fac26482de08bcb5a808b6f660e5cd4616fa8a98ddc8ded7e64bdaa 1 0.00/1.00 vMB 0
46,658 46,658 000000002c4c696447a3c2312b4c9d8099c4592a8a9baf36fa5f5019c7748a31 1 0.00/1.00 vMB 0
46,657 46,657 00000000198e64283bf73ca5cc5351bb13380fd33fd75326978d96131f478bc2 2 0.00/1.00 vMB 0
46,656 46,656 000000001e7f26b49906256ed8da745c32da2d071963021a5e12c20e63076e68 1 0.00/1.00 vMB 0
46,655 46,655 0000000009e6586cae2c057607f60f267b06ded78684f88a0ec2630f783cb058 1 0.00/1.00 vMB 0
46,654 46,654 0000000031e56babc134b25adfa5a6ae1d723c3d4275cacb15bea2fb2b02f4aa 2 0.00/1.00 vMB 0
46,653 46,653 000000001f9a2e4cc7bbeb8a0a784b15bedd20dd1f9c3f442fa52f4a94098d94 1 0.00/1.00 vMB 0
46,652 46,652 000000002a38f8083de719831c6af25497df5380758c9d31f9669af668b3eb29 1 0.00/1.00 vMB 0
46,651 46,651 000000002972f277d50cefa59f28660c5bb182e599beacc902be177e6db57242 1 0.00/1.00 vMB 0
46,650 46,650 000000001049cc16f112ffdc54b4c7eff1cb8bc056b40347bb760df10e95a345 1 0.00/1.00 vMB 0
46,649 46,649 0000000028a0d94e9fdfd446bb2fdc63af1523bcf29e2b031437cec1f57febfe 1 0.00/1.00 vMB 0
46,648 46,648 000000001a303c570a64db68173169507a0ee4fa591782746bd326aa8ede1b61 1 0.00/1.00 vMB 0
46,647 46,647 000000000d6de4edf3361a38e32779e14a5fd2b8cb1189f592547137f482f5ca 1 0.00/1.00 vMB 0
46,646 46,646 000000001a24d94add64bce5086bed56a3887d501182812d1f360c8c443276a9 1 0.00/1.00 vMB 0
46,645 46,645 0000000016362eb46ddfe2d27b406b1fba0e098ef20f5b0c26da710a9acf7d42 1 0.00/1.00 vMB 0
46,644 46,644 000000000554990c8b29d6087421529bb5ef6effc10852f4109d670d7309a1da 1 0.00/1.00 vMB 0
46,643 46,643 00000000033c9fb980ae000c9f94caf37d6ea05a804c9b35c5b6f9b561a60e55 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.25 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: 594.47 GB
    • Received: 9.71 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.