Loading Tool

Explorer IconExplorer

Memory Pool

73,801 transactions
28.87 vMB
0.07103750 BTC
Random Selection Loading Transactions
Max Size: 174.76/200 MB

Candidate Block

Mining Attempt f5579abbc693d0dd0cbefb9f1d9894bae505e7d20edcbb91a9065c0ebf6a15c3
Version 20000000
Previous Block 000000000000000000006ad2cd61f9f953da3e0595499548edf2e4ab20c1cc23
Merkle Root 73ebcec8c918892527f9bd206903416de9164250a528769b5277e47bb17f68e5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,120
Size: 1.00 vMB
Total Fees: 0.00717274 BTC
Feerates: 73.20 > 0.72 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,433 (117,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
797,786 797,786 000000000000000000036cb08f2ff4d772fe05d031a048884a5fef4f0d9473d7 1,926 1.00/1.00 vMB 5
797,785 797,785 00000000000000000002c00dc0edbc43bd975825a5c467776bfe307e175e63a8 2,404 1.00/1.00 vMB 10
797,784 797,784 0000000000000000000335cd807d7bfdf1133f96b176703a7e6e99e07545ee42 2,298 1.00/1.00 vMB 17
797,783 797,783 000000000000000000010c4e0e89dfbea285ad84e76f04fcd8e6604537fe98ea 2,936 1.00/1.00 vMB 17
797,782 797,782 00000000000000000000bfa3d02d3f719280241afacee69ed2c30c5d09d723f3 3,525 1.00/1.00 vMB 3
797,781 797,781 0000000000000000000088fef29c626af5794cd9e17f76cebf710babbd51032f 1,813 1.00/1.00 vMB 8
797,780 797,780 00000000000000000003bf406dc7690faa527b724322cd8465a99e8baf599be6 2,440 1.00/1.00 vMB 10
797,779 797,779 000000000000000000043896098bedf65cc779fbff0c226536ff05a2de0a95a3 2,977 1.00/1.00 vMB 9
797,778 797,778 000000000000000000015e2427820e93b12b7073e0ca6a3a5bf7f5e7964d056e 3,218 1.00/1.00 vMB 18
797,777 797,777 000000000000000000017a11a2fc2689b1b937717f5da51bd2beb42f1469d542 2,854 1.00/1.00 vMB 4
797,776 797,776 000000000000000000032e0d58e6c8a1db2a95c6f21e5bb322f9e43061b72217 3,538 1.00/1.00 vMB 15
797,775 797,775 00000000000000000000daf192a9838a47c8e5daf8cd27c62714622a302612d5 5,403 1.00/1.00 vMB 4
797,774 797,774 00000000000000000001221c145d05a79066aed9da406a5705b563853dd0af54 2,404 1.00/1.00 vMB 3
797,773 797,773 000000000000000000052e8c73bdd0daca9e751126cfd94c178acd86bb54458e 4,812 1.00/1.00 vMB 6
797,772 797,772 000000000000000000005e9f84579c09bd9ace14ed17b654bfd2e987506c47a4 5,033 1.00/1.00 vMB 3
797,771 797,771 0000000000000000000335b78f3bd3943c9b3dc40254359eaad6a1246b70e57d 4,930 1.00/1.00 vMB 5
797,770 797,770 00000000000000000003fbaa6c674b4f1a0b4a6f72160470f1776856096b734d 5,463 1.00/1.00 vMB 6
797,769 797,769 000000000000000000024b0f9120bfd5a5f501d79a8886433e2e23e130ef364c 5,340 1.00/1.00 vMB 5
797,768 797,768 00000000000000000002ec67c50d05a10aaf896573e2aa5e5aaf161c2408998a 4,085 1.00/1.00 vMB 5
797,767 797,767 000000000000000000053a4c6607fc36a59db09df44e57332deb60a15977f13e 3,160 1.00/1.00 vMB 8
797,766 797,766 00000000000000000000dd3edd5163ecac4f53ffc564996b2a4dcf010c3b5817 5,040 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 742.96 GB
    • Received: 18.67 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.