Loading Tool

Explorer IconExplorer

Memory Pool

33,508 transactions
26.60 vMB
0.08850284 BTC
Random Selection Loading Transactions
Max Size: 133.64/200 MB

Candidate Block

Mining Attempt 4759ccbc51a8245310694765550753ac71eafff3a813ad107145f3ebf33a7958
Version 20000000
Previous Block 00000000000000000000419a8df15e621a781644e58d8ccdcdbf95f982cdddd8
Merkle Root 29b5d4c6cdba983748445697154f2de1ba01316a8acfed7796955760cd5825f0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,931
Size: 1.00 vMB
Total Fees: 0.03722100 BTC
Feerates: 300.00 > 3.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,284 (822,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
92,283 92,283 00000000000721a6654308c912e4b5a6b569a79aad2e6b5257dae8f3e1c2a724 1 0.00/1.00 vMB 0
92,282 92,282 00000000000e700228e203a6927c57bf1fb9f96cd8d4d64f40479c1b6f31c8dc 2 0.00/1.00 vMB 0
92,281 92,281 000000000006e208a58c35b2f1ab22b025c955ef5a086f66bce93e983c2ed006 1 0.00/1.00 vMB 0
92,280 92,280 00000000000963b51e7484fd49d614430e529f28a0d58ba87d08392c47c5ee1b 1 0.00/1.00 vMB 0
92,279 92,279 00000000000c325c01f2c54916edbb2e7e6d1628e4147a2c433540d31b8c1d4a 2 0.00/1.00 vMB 0
92,278 92,278 00000000000e281ca4557c17d6a7781a1de929149c1c814f9be0ea461119239e 1 0.00/1.00 vMB 0
92,277 92,277 000000000008a6f1a675dc80f159dba44c0c2f8674a71a531e451050c3950967 2 0.00/1.00 vMB 0
92,276 92,276 00000000000d62d51e220ad9be1459cb4cc0886531e9f51f032eaf5c485bf831 3 0.00/1.00 vMB 0
92,275 92,275 00000000000b69703613fafad894951b6ba5c796e10117f4346e09e527bdc8ec 1 0.00/1.00 vMB 0
92,274 92,274 000000000003cb8cb5da21ec1f196d8af67b05d1dcd88718507b2c6b68280ec0 2 0.00/1.00 vMB 0
92,273 92,273 00000000000ddbf3f4282522d62e52bf29a3b3192fd324a91e2e60a55734bb14 2 0.00/1.00 vMB 0
92,272 92,272 0000000000076584d0f0380a106f77d9dbe768445554d43ae5d09a4b1e7949d4 6 0.00/1.00 vMB 0
92,271 92,271 00000000000a64d166864eedeabdf945d2174f0f850fef24fe75f358795e64cd 1 0.00/1.00 vMB 0
92,270 92,270 000000000000625c59e6528b9f17566b8712b77f19fdf04b5a9d25603bab1cab 1 0.00/1.00 vMB 0
92,269 92,269 00000000000e09d6b505e4b5d376c63748bbe43aeb2d4ea57cffe154217c6782 1 0.00/1.00 vMB 0
92,268 92,268 000000000008f77c84df92cbd4ca3a08814cf7ccba1652bf22756c956c52a807 1 0.00/1.00 vMB 0
92,267 92,267 000000000007d5291d62f530ddbd79be8bed5392d1658c25d51456ad6c4fba4d 2 0.00/1.00 vMB 0
92,266 92,266 0000000000061cce6bf8cb75de441fb608d110583651de418556a8826dc393ed 3 0.00/1.00 vMB 0
92,265 92,265 00000000000bd29ae6635ad8467952bfc96913efea2b5a5a2af1f17b1ddb6a58 1 0.00/1.00 vMB 0
92,264 92,264 0000000000037afe6634f7a63918ad202eab22100b4eb79fedc1a9fb73517642 2 0.00/1.00 vMB 0
92,263 92,263 0000000000022d24dc438da34393ff5cdf3dbdf3ad6ca66774c3ca657aeab39c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.10 GB

Node Details:

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