Loading Tool

Explorer IconExplorer

Memory Pool

81,692 transactions
30.74 vMB
0.08497504 BTC
Random Selection Loading Transactions
Max Size: 185.09/200 MB

Candidate Block

Mining Attempt 4824bf96fcb3ed0bf7d312f98eb235835ad0f87bdf4237b69089f4f8ee6630bd
Version 20000000
Previous Block 0000000000000000000181cbbb37023f2ae341db02ca2f52912bd17b61552f03
Merkle Root a5844648170c22d2c6d6fc4cc4cef76291a587a0a2d25a0cc9de131d6fd72aa5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,680
Size: 1.00 vMB
Total Fees: 0.01736402 BTC
Feerates: 51.76 > 1.74 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,170 (92,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,925 822,925 0000000000000000000216693af39502ccbd7819ea9e4523cdc0b2ab391fa6e1 4,142 1.00/1.00 vMB 95
822,924 822,924 000000000000000000006125315d45b5303548977bb1802e008cef172a2b705c 4,041 1.00/1.00 vMB 91
822,923 822,923 0000000000000000000336b28716aadea9f960fc3ca648e6f51ebd340a865ae3 4,200 1.00/1.00 vMB 85
822,922 822,922 0000000000000000000303c39413112dea0b42d97fae36872f04dc720a86352a 4,154 1.00/1.00 vMB 99
822,921 822,921 000000000000000000007b75bb5a1636e60f7d9700c73620a70cc2c5c242438f 3,980 1.00/1.00 vMB 103
822,920 822,920 00000000000000000002271c1c4a072ca685b0db85fd37fac9284e2079dec4a6 4,221 1.00/1.00 vMB 99
822,919 822,919 00000000000000000003d1ee95efc669af1937f3fac7562813c99dc9ed92aec1 4,548 1.00/1.00 vMB 104
822,918 822,918 00000000000000000001daa744db0bb508fc7ca8548003bfbf0f133a6badc8f6 3,526 1.00/1.00 vMB 126
822,917 822,917 000000000000000000002e655cc571ed5448d9cb2fec0cabe02dbaebe83df693 3,601 1.00/1.00 vMB 117
822,916 822,916 000000000000000000000681d8a9272c4448f5872fa04b83a92a1983d295aeb9 3,598 1.00/1.00 vMB 125
822,915 822,915 00000000000000000003c283b03fbb3f8159679480ce0030b93c027130ffb4f9 3,773 1.00/1.00 vMB 148
822,914 822,914 0000000000000000000017d4df224a399b523f3b4809b514fb6cebaa1ffcc97e 3,301 1.00/1.00 vMB 119
822,913 822,913 00000000000000000003333a77c1c411ad827055a87f683117c20b5d31522ccd 3,700 1.00/1.00 vMB 161
822,912 822,912 00000000000000000001838a4d848aa4bc745edeb89f5cf7760dfc51f9c16c7a 3,846 1.00/1.00 vMB 132
822,911 822,911 00000000000000000000c8d8d675926047f06ad0440e9c88038c23b72a046b54 3,540 1.00/1.00 vMB 135
822,910 822,910 00000000000000000003959d3d4a4d686fc915c0bdf8d8a662072002af29f4b2 3,615 1.00/1.00 vMB 158
822,909 822,909 00000000000000000002c55f671602496cabefe00832335d0df8c4df1cec8b9b 3,881 1.00/1.00 vMB 160
822,908 822,908 0000000000000000000108d1e71ce0ba9e1a8f2f9c075bd3cdc6b9d3f8f46108 4,100 1.00/1.00 vMB 174
822,907 822,907 00000000000000000001bca896bcfba5dfe540a9175ef8befccab82d517c4f6b 3,923 1.00/1.00 vMB 196
822,906 822,906 00000000000000000002798c45e0257d5749b95ccde5f27fd44649ea7782d2cf 4,373 1.00/1.00 vMB 199
822,905 822,905 00000000000000000003371c7876a85673ed634fc42df0bbb1673791ee693f9a 3,628 1.00/1.00 vMB 220
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.