Loading Tool

Explorer IconExplorer

Memory Pool

51,406 transactions
28.50 vMB
0.06966244 BTC
Random Selection Loading Transactions
Max Size: 153.61/200 MB

Candidate Block

Mining Attempt 8198ce1486b374390b0ba5bb7b5dc72853e155b57f6d2a23d6939f0d3707be02
Version 20000000
Previous Block 0000000000000000000202abf4cb2e73722b0f21ed4887cece23ff41e5be25fb
Merkle Root bc5819dd15ff5768d9083e6f40fb288cedd7a9bb603299a6e0a5f88d5ab77168
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.01529139 BTC
Feerates: 77.90 > 1.53 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,773 (736,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,636 178,636 0000000000000abc5fba684da836fcc32fce12f9dba8f6e48776e72beb54b580 20 0.01/1.00 vMB 792
178,635 178,635 000000000000078afb6f68b290fc2b63efd921dd2505b2253128c2c77d002c41 46 0.02/1.00 vMB 79
178,634 178,634 000000000000097bfe758227fc5750ed336af22a341cfdd73bde2d82653b4afa 28 0.01/1.00 vMB 3,441
178,633 178,633 00000000000007c5dfac0fe2fe7c409678bc3bd4a52759c33835d04423cf453a 72 0.03/1.00 vMB 155
178,632 178,632 000000000000005a307437812f12d54a7ca45828c5f1c26b02f8e2053249f9f3 76 0.04/1.00 vMB 826
178,631 178,631 0000000000000554a035f96565ca9521934872944e71de939f0e5425323f5490 242 0.12/1.00 vMB 639
178,630 178,630 00000000000007813bb48c3d7792cb255bc1fe8ae66482ac7004b23a45747640 114 0.04/1.00 vMB 119
178,629 178,629 00000000000006b81f92b75e1c912ad91097c63c302b08350859c55a78fdb7bf 142 0.08/1.00 vMB 769
178,628 178,628 000000000000047f24276f307c1e95821b0a5d7755a03a7bff6c90e9a92d0ccf 396 0.15/1.00 vMB 158
178,627 178,627 00000000000007bb89da6ae26b5e3858f1e745cf0bdf1c1dc59b946f1bbb7116 31 0.01/1.00 vMB 3,550
178,626 178,626 00000000000005746601f6688bb5f44d33133ae0e2f6054c3bcd17d7412a8df0 233 0.10/1.00 vMB 127
178,625 178,625 000000000000082dc99e10e3ba58fbab5581818fa6c2250307e1b0eb9212900c 91 0.05/1.00 vMB 65
178,624 178,624 00000000000009504d90d3c3f50d8dd136b794a35908587d6eada07804fde7ac 19 0.01/1.00 vMB 182
178,623 178,623 000000000000045f8e5368b11575919f911dcf07864453737ca0966b6b75fdcb 185 0.09/1.00 vMB 113
178,622 178,622 0000000000000b030572ec0b8ce0f0579613971a0bf7aa960d15c54c562176b8 84 0.03/1.00 vMB 106
178,621 178,621 00000000000009f7634a3e8267cd76aeea4af549b4b58679e4c952363f1c7031 137 0.05/1.00 vMB 125
178,620 178,620 00000000000009c5a7898a8e98a9cb1c5a7b5225dd74e90f19f25b525760a9e1 172 0.08/1.00 vMB 130
178,619 178,619 00000000000007910546641052cdf3600f41e644a2625c1bf234dc9e8a2400b8 163 0.06/1.00 vMB 134
178,618 178,618 00000000000004c9345b87785e713784cde46c8a22c73e44b15115fd5e89a5e8 29 0.01/1.00 vMB 179
178,617 178,617 000000000000072e5ff8aecdc2601f8f64d371f925e1e32b98e1c0f7ca1731da 62 0.04/1.00 vMB 72
178,616 178,616 0000000000000288058d20970bb77838634516fc965590e79b09b7c0c9916340 80 0.02/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 781.98 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: 648.37 GB
    • Received: 13.05 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.