Loading Tool

Explorer IconExplorer

Memory Pool

86,196 transactions
23.06 vMB
0.08769597 BTC
Random Selection Loading Transactions
Max Size: 154.57/200 MB

Candidate Block

Mining Attempt c8b7f16a5cb3ec24237136020012266da78d8d884ecef9177955cb6d42b3551c
Version 20000000
Previous Block 00000000000000000000fcaab1f363857294927a8827487057b0fb99d48273f7
Merkle Root 2d3d8edef383138cee54d9e97af97b187bac43b537d84e85bbe8326263d6c30f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,230
Size: 1.00 vMB
Total Fees: 0.03306683 BTC
Feerates: 265.25 > 3.31 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,153 (907,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
9,037 9,037 0000000093506413d42170caa97d0624b7fd36b5fd672f4e88a9a9d2e283f81c 1 0.00/1.00 vMB 0
9,036 9,036 000000008cdfaf5111efc7d95cd524aaf23d1f62ec41482cd1234fb019c898aa 1 0.00/1.00 vMB 0
9,035 9,035 000000005aa3c1eeadbe8f57e0688f31c19309d17ad649a1e8ea2243895ce565 1 0.00/1.00 vMB 0
9,034 9,034 00000000e0f76cad79c0bb4af567f920bafd257ed493fb86e502447e5f66ab99 1 0.00/1.00 vMB 0
9,033 9,033 0000000022f4585cc2153d6e049ff0664f100524da17823b04dd94a9f2aefe4b 1 0.00/1.00 vMB 0
9,032 9,032 00000000f56c97f182190c37dda62092b99f2539fd70d7f71cd1206003a82975 1 0.00/1.00 vMB 0
9,031 9,031 00000000adee4235d3c2f7fe216299ef298c2802f1ea4505fb2138ff6991b2b8 1 0.00/1.00 vMB 0
9,030 9,030 00000000d1c827fe034369dbbed5d835f5aad611cc802ba8862f3f1ade3860e8 1 0.00/1.00 vMB 0
9,029 9,029 00000000a712efd9a87e1ea84e9f781f9fabb91f1924065c457b6ccb0a7b9337 1 0.00/1.00 vMB 0
9,028 9,028 00000000b9fb4b453338bcfe77c0ab3cd342bd24ea0c6f38724c755e8479a525 1 0.00/1.00 vMB 0
9,027 9,027 0000000026877aca2e4a930e8a232865f1f4259b4e6305b24ff9af3e187ae0ba 1 0.00/1.00 vMB 0
9,026 9,026 0000000078e21b4a78a238207f0994ce13f7678448aa10e55a47a6529391ecfd 1 0.00/1.00 vMB 0
9,025 9,025 000000008fdf75bf3564a69485c2e115e18c03dfb8f56c4966b739e41fa9af0e 1 0.00/1.00 vMB 0
9,024 9,024 00000000871439443e783e896fff08e44631cb894ca229b1d0b1e32ad1ea2266 1 0.00/1.00 vMB 0
9,023 9,023 0000000084bf16c1bf01890349df52f25dc40c324ec27c08282a1135ebb78f0b 1 0.00/1.00 vMB 0
9,022 9,022 000000005985ddd407d323e19488030a5e48531ba2c9b69fb0451cb49425ea98 1 0.00/1.00 vMB 0
9,021 9,021 0000000007be87cc100137cc086df3322658c8c0197b54b11b37ad8e1c9adb21 1 0.00/1.00 vMB 0
9,020 9,020 00000000dc72caa6de5ee3e75c099be6c4496f06b957994446c9494e69c9972b 1 0.00/1.00 vMB 0
9,019 9,019 00000000dd4a55f4f2a1375e4d0f712335b8ed7d0704927495c0e75c26ef7604 1 0.00/1.00 vMB 0
9,018 9,018 000000008140175d3b9fdb901d50138c560afa3272403a575eec7d17bea7f054 1 0.00/1.00 vMB 0
9,017 9,017 00000000e9572df5611fe04e290d9cfecc23794f1200c59efc9330312a324833 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.38 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: 818.57 GB
    • Received: 24.55 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.