Loading Tool

Explorer IconExplorer

Memory Pool

25,300 transactions
26.94 vMB
0.05474280 BTC
Random Selection Loading Transactions
Max Size: 128.58/200 MB

Candidate Block

Mining Attempt c23acd5658ac11ed9e10cc6330fb57d7fe97c27007e8f20940a581381acfb9aa
Version 20000000
Previous Block 00000000000000000000c78ac01bc6de4341166accce32c41dd1feec8f577607
Merkle Root b2cf54c7e45c1e8236bdc8cf93f55be46dc011a44336400da353195cdac844be
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,281
Size: 1.00 vMB
Total Fees: 0.00412507 BTC
Feerates: 44.54 > 0.41 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,501 (827,460 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,041 87,041 0000000000197c3b71324f249bafef78f67d2eb8a2c7eff6d20ec80f9f2e5ed1 2 0.00/1.00 vMB 0
87,040 87,040 0000000000136e7db461e1307e18b856afe69510000654f3171480d3e971aa5d 1 0.00/1.00 vMB 0
87,039 87,039 00000000000c67452a69d34227838da25b6d8633771ba4de961a877c3d5cc1c2 1 0.00/1.00 vMB 0
87,038 87,038 00000000001dfbe5f079736c46f5f9f94a8660810b557c7a6a1feed4148796d8 3 0.00/1.00 vMB 0
87,037 87,037 00000000000d896d9bdb10138601f1b463f061206132c03c3724370308c6ec2e 2 0.00/1.00 vMB 0
87,036 87,036 00000000000d8879cff955e18c93136b750477628caddb0e2dae583d223cc84b 1 0.00/1.00 vMB 0
87,035 87,035 0000000000025dbfed09a39780ff6f91b9a16865dca3a4aa6a9051c1a20e41cc 1 0.00/1.00 vMB 0
87,034 87,034 00000000001db023af46b15406b5edd2e9ddb9924beb8254d385f23088824ec5 4 0.00/1.00 vMB 0
87,033 87,033 0000000000164cff7509c349b7b9fad860ca849bc85a212d62f9c408aecad1be 1 0.00/1.00 vMB 0
87,032 87,032 000000000015acc850ec14eff6351310c7aa0054346a3b913301fae00efb3b9f 2 0.00/1.00 vMB 0
87,031 87,031 00000000000f90767cac95e699656c601d5a7bef50df1bca99848a0a9c6bcf3b 5 0.00/1.00 vMB 0
87,030 87,030 00000000001569f4bb3effd021da9c47df4d4425a7fd0384725c45cd1391b5a8 2 0.00/1.00 vMB 0
87,029 87,029 00000000001e37a8ef9a9af118838dee0610091391ca96ce2c6a632c22acafcc 1 0.00/1.00 vMB 0
87,028 87,028 000000000018865283d773a7bfba6eee86efe1de688c82955ad5c763e3b511af 2 0.00/1.00 vMB 0
87,027 87,027 000000000004782e3b7142bb4e2189876e3e05b702b46d4859d8d5978f7b66f3 3 0.00/1.00 vMB 0
87,026 87,026 00000000000c7991675df1e4846e8dc8d5a12e738451e888a6597e13e4d55d03 2 0.00/1.00 vMB 0
87,025 87,025 00000000000d2c7db17312b43a093a3d63528cc72bc4e702856ef8a4bdfba960 1 0.00/1.00 vMB 0
87,024 87,024 00000000000f09c74ec6a9c1e470ac26752243c087ce6c8739f0db147c18cc01 2 0.00/1.00 vMB 0
87,023 87,023 0000000000152b79d774f03cbac3a22902815c76896faadf152f4e3df5cdc9a9 1 0.00/1.00 vMB 0
87,022 87,022 00000000001add67db7f4ea8b7746b56394591edcf704ac7bcea1e5e910165ab 1 0.00/1.00 vMB 0
87,021 87,021 00000000001a0d0229ad6a85832469c7b654927a60bc7fdd2f345af4beff950f 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.50 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: 612.33 GB
    • Received: 10.97 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.