Loading Tool

Explorer IconExplorer

Memory Pool

84,529 transactions
32.09 vMB
0.09834008 BTC
Random Selection Loading Transactions
Max Size: 195.21/200 MB

Candidate Block

Mining Attempt 6a43f75b9d1c386fecfd450d3e290b59d56fdde81b58a7fc2eb267e0b9ad8486
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 761d2be8c57c70755b642f09e07c840043cd473f67bad3cf7ba8432a359fa412
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.02729763 BTC
Feerates: 179.53 > 2.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (97,514 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
817,696 817,696 000000000000000000018db7c15275519f5121ea442317bbdfe9a31464c9d5d5 4,570 1.00/1.00 vMB 107
817,695 817,695 00000000000000000001bbcd58d0f45e721cac7d2ca32305f87b40ed3d74daa3 4,137 1.00/1.00 vMB 153
817,694 817,694 00000000000000000000dbc633486cfd5b9f890788be1ccaec9792586c2cf265 3,626 1.00/1.00 vMB 177
817,693 817,693 000000000000000000016e97f888468a13ca19dc2fd86365be72d1ac1386a072 4,496 1.00/1.00 vMB 71
817,692 817,692 0000000000000000000173cc9079d5a45c24f2fd71d1e0bad50a8c7d5ce6b1ec 2,340 1.00/1.00 vMB 68
817,691 817,691 0000000000000000000086ba65a33a14dad51be9d611d900d3174be6047ba92e 3,282 1.00/1.00 vMB 87
817,690 817,690 0000000000000000000398fae853717c8534db9fd445c0586b5ff74938d1e4aa 3,405 1.00/1.00 vMB 129
817,689 817,689 00000000000000000000d3f4148cd7e07ea9d435c922ce444fa6fd9f74d91432 2,110 1.00/1.00 vMB 171
817,688 817,688 00000000000000000000fab8257e1994e974a29d2ddef52d3d155ddf64639b6c 3,735 1.00/1.00 vMB 161
817,687 817,687 00000000000000000000d8abd7c51f4b8d0b7cdad77b391c927644b652bebaa1 3,331 1.00/1.00 vMB 181
817,686 817,686 000000000000000000031209222c05daed60b5a7fde7e212f6e55882b5b02603 3,776 1.00/1.00 vMB 99
817,685 817,685 00000000000000000002c01683ef14dc06dcd0da9a58fc3693ab468063c28b79 4,197 1.00/1.00 vMB 83
817,684 817,684 000000000000000000028bc937bf6c13c6d1e768fcb7f9d37529ceee8779796f 791 1.00/1.00 vMB 112
817,683 817,683 000000000000000000031c4fd0fa60018a5f5258e61ed5179ebbeb9c82eb49b1 774 1.00/1.00 vMB 106
817,682 817,682 00000000000000000003cad9b315692c5b2ffa5bf0053fbf6f31eeb3afe4ec9b 2,991 1.00/1.00 vMB 213
817,681 817,681 00000000000000000004076ed6739f2041742c57686f471010861058fc4ef52f 3,484 1.00/1.00 vMB 88
817,680 817,680 00000000000000000001514e24a79b112a401fdcfdad451a112562aece90b3d9 3,237 1.00/1.00 vMB 144
817,679 817,679 00000000000000000003118a13ac8224b8ef8b1d88f2aa7a4d549cb99a1b98d9 2,571 1.00/1.00 vMB 104
817,678 817,678 00000000000000000002606f1d3cf0875387fb9c5acea5022a565d1d12e6b54f 1,041 1.00/1.00 vMB 97
817,677 817,677 00000000000000000002ba7c520648237680a4b11cfdf48b7ca483944d1b4630 2,837 1.00/1.00 vMB 188
817,676 817,676 00000000000000000003867d4508c0b3f0fb505da4f48acfd48373c2c026e64f 3,011 1.00/1.00 vMB 232
Previous 10 blocks ↓
Total Size: 782.75 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: 708.92 GB
    • Received: 16.78 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.