Loading Tool

Explorer IconExplorer

Memory Pool

86,512 transactions
32.17 vMB
0.10971434 BTC
Random Selection Loading Transactions
Max Size: 195.48/200 MB

Candidate Block

Mining Attempt c468d97dfd8426c91a1aad283c7fe0f0926e5fd6ec505b0eaba2123c46fd7094
Version 20000000
Previous Block 00000000000000000000d6af37f0b6daaf3286e0e474d4226cd2febdaed43b03
Merkle Root 2fc1f37a7f4f86c463a51c9e5aaf4728daa11731c3de5f98171e2a730b0d199c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,685
Size: 1.00 vMB
Total Fees: 0.02493094 BTC
Feerates: 301.68 > 2.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,363 (65,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
849,405 849,405 000000000000000000007fbc4f7cddbd453e3203e3563d2cf665a6100d942567 3,874 1.00/1.00 vMB 12
849,404 849,404 0000000000000000000330f9d314e969272258da21a89d45507e341ab14282d8 4,123 1.00/1.00 vMB 13
849,403 849,403 000000000000000000023d204c3b6c7788a5d9b41ea4961f4bb97ff887d07328 6,387 1.00/1.00 vMB 8
849,402 849,402 00000000000000000002afebd51283583d8672b067996a03bac0b0a39eb8d39d 3,101 1.00/1.00 vMB 11
849,401 849,401 00000000000000000002e1f30d3870db11aec9a4d6b9e1d25fccbe5d56afaf55 5,258 1.00/1.00 vMB 8
849,400 849,400 000000000000000000004169a7af12e1f33ea59d452da5e057730471cbfc9d23 5,856 1.00/1.00 vMB 10
849,399 849,399 000000000000000000026628b8dd1f299db4f438c9646f810a3b4cf26923508d 7,007 1.00/1.00 vMB 8
849,398 849,398 00000000000000000001ec54da103d2f0c88f91951f9e388b12f2b9700590635 1 0.00/1.00 vMB 0
849,397 849,397 0000000000000000000066b23f7ce9bf3f6ea0f0b5dc7b854e9736eb68167f0e 7,503 1.00/1.00 vMB 7
849,396 849,396 00000000000000000002829ba71dda8909adb9e4993bf139c994f736270618df 6,614 1.00/1.00 vMB 8
849,395 849,395 00000000000000000000d75c22da65acf51571fa04049bfd396509431eed7c18 3,137 1.00/1.00 vMB 9
849,394 849,394 0000000000000000000044c7d69642b80cde6ccfa434e69e65f8c34b2e3d593a 865 1.00/1.00 vMB 9
849,393 849,393 0000000000000000000044214d7c235b534cfbc5e0289bf2423ba242a2a64360 1,241 1.00/1.00 vMB 12
849,392 849,392 0000000000000000000072f24ada797f5cdbb824bbc700f3a52f42c67dba7361 3,699 1.00/1.00 vMB 15
849,391 849,391 00000000000000000000f8650f37dfe38f0dd93f0a341886ccde3e9e4ee72130 2,734 1.00/1.00 vMB 15
849,390 849,390 000000000000000000008b1c9f17ebaa47c49d65902a63795db918f9dbcc0057 3,727 1.00/1.00 vMB 14
849,389 849,389 00000000000000000001753fea35fb8a58631e7cc0810dd58f47acb615b19d95 6,944 1.00/1.00 vMB 8
849,388 849,388 0000000000000000000240c50f19fca2c56236ef3b10a63ce70e16e8aae32b0d 6,875 1.00/1.00 vMB 8
849,387 849,387 00000000000000000002020d65e8f4ee88b36c82bab61f0f1a3b1d3c75967b80 4,797 1.00/1.00 vMB 10
849,386 849,386 00000000000000000002db8366fc762695a7b6c7c5063e534c364f565bc2b2ba 5,773 1.00/1.00 vMB 9
849,385 849,385 000000000000000000017213281af046b65f45b81197cd45b67a5de2125d7548 4,894 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.02 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: 719.44 GB
    • Received: 18.06 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.