Loading Tool

Explorer IconExplorer

Memory Pool

81,398 transactions
29.94 vMB
0.15572265 BTC
Random Selection Loading Transactions
Max Size: 180.34/200 MB

Candidate Block

Mining Attempt 2f763f5b8d0c448f30863c1ef7ae0eac2bf8407c0f9e93d699bb7b2865cf18a3
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root dc3f7d1a0db8960a3c678a5d74d3f053e6146ff63a1ae06c4e8142ad6033b457
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,689
Size: 1.00 vMB
Total Fees: 0.05900558 BTC
Feerates: 1,002.91 > 5.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (479,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,638 435,638 00000000000000000397b39eb1b8924eaba94827ef5e8084aad1793bddccbf90 1,044 0.66/1.00 vMB 46
435,637 435,637 000000000000000003eaa089e640ea339a4f5c83721a607c1075d3443a834e84 596 0.45/1.00 vMB 45
435,636 435,636 000000000000000003148c628ec9f268eb50685dedf587d553df0cc6867d6fc6 1,436 1.00/1.00 vMB 29
435,635 435,635 0000000000000000015142d77bf4c8e32b134b8f661d71d9406af82167f31a2c 1,720 1.00/1.00 vMB 48
435,634 435,634 00000000000000000354ff8e44ec0926f66c963b65cf305260dd8617c8bbb4a6 2,083 1.00/1.00 vMB 65
435,633 435,633 0000000000000000022f86f790ff2104c712e471dfed96fad5129f6e3f82e4f3 1,072 1.00/1.00 vMB 93
435,632 435,632 000000000000000001d792330c280a60005f64f9abaed9afaa5157b19eb1680b 1,857 1.00/1.00 vMB 64
435,631 435,631 00000000000000000248633ea680dae855266b538a69568baf57d83f790a0c5e 1,974 1.00/1.00 vMB 74
435,630 435,630 0000000000000000036b144704a28d510b478ac46464fce474cd234093d1bc55 1,066 1.00/1.00 vMB 103
435,629 435,629 0000000000000000039d2bbeec99743ae2ff4d8fe7d28d12eb330b167d8ea561 1,859 1.00/1.00 vMB 88
435,628 435,628 00000000000000000158b69b8bc153dbbfe12d97042fbdf2ba68fad88c29928d 578 1.00/1.00 vMB 21
435,627 435,627 000000000000000001738cd7728e92b433bcb1b1f82f4a37dd544272bbb9feae 993 0.75/1.00 vMB 37
435,626 435,626 000000000000000003f7eaabbbf27c96ce3396f452f8e0e16260120e0657b9cb 1,942 1.00/1.00 vMB 58
435,625 435,625 0000000000000000033531f2752efb227b6ee9a1c6a92e12247c4c3df6cd68b6 1,321 1.00/1.00 vMB 42
435,624 435,624 000000000000000003272fab8a85351a39c82ebe15cc30e60f3c9e2f5fa9e1c4 1,796 1.00/1.00 vMB 40
435,623 435,623 0000000000000000038f6eb59564aaa76578f172f7478e6f7e53ff7515299fc7 1,763 1.00/1.00 vMB 45
435,622 435,622 00000000000000000014ac2ffaec642e5e252d359d8704e8aa59450de999f0d5 1,572 1.00/1.00 vMB 87
435,621 435,621 0000000000000000036500cf7c64133d9884ad91ed5cd96a7a7ffba8d48e7ec0 1,199 1.00/1.00 vMB 86
435,620 435,620 0000000000000000045288749b44c5f5fc8fe02bf99caac000e462b2772e7966 1,730 1.00/1.00 vMB 40
435,619 435,619 000000000000000001f0361baa7b0aa2f724f670d757681739a8296adae5595a 1,777 0.99/1.00 vMB 61
435,618 435,618 00000000000000000221b5a52f941c7e7ad20c9dec50a733b2edb422ea5dc655 1,754 0.75/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.54 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.