Loading Tool

Explorer IconExplorer

Memory Pool

76,744 transactions
29.85 vMB
0.07558917 BTC
Random Selection Loading Transactions
Max Size: 175.43/200 MB

Candidate Block

Mining Attempt aedc45013ca9e296def6e15aff4892d0ec29cbb815c3a1521b9a1887dca15798
Version 20000000
Previous Block 00000000000000000001fcaaeaf4dd27ec0f7419789a84e680baf499703be4db
Merkle Root a4600bdcf16c6deea277c1504def3fcad4a58e811caca6ee508ec563acc6dfa1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 880
Size: 1.00 vMB
Total Fees: 0.01116421 BTC
Feerates: 40.21 > 1.12 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,059 (237,701 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
677,358 677,358 00000000000000000006277b5b1cee5208f712e0c0af4e7d01ce183211df1d4d 1,951 1.00/1.00 vMB 70
677,357 677,357 00000000000000000002764d626251f0ea806d618375da76db8c3fc7c475ab04 2,740 1.00/1.00 vMB 63
677,356 677,356 0000000000000000000054c0a02387952fc8696e534f3f2ca73f2aa264eecd42 3,078 1.00/1.00 vMB 78
677,355 677,355 000000000000000000011a552257eae357d6b98e5823f9337c0e323c7502cd19 3,018 1.00/1.00 vMB 84
677,354 677,354 00000000000000000004457f83505b44a7af05bd61ff76622b12846c570c6c63 2,297 1.00/1.00 vMB 71
677,353 677,353 0000000000000000000c14f12ec96b34e1bfd7436d50624cc594afaaf0f47aab 2,408 1.00/1.00 vMB 85
677,352 677,352 000000000000000000008ae2af5b635b896b6d5b145d90c89d61f22a6ef97f04 1,108 1.00/1.00 vMB 77
677,351 677,351 0000000000000000000803bfec33c6ffdc2bdb5ad849aec62bf86af49834486c 2,560 1.00/1.00 vMB 83
677,350 677,350 00000000000000000003f5bf1331dc6e7a233c09831979959908bb2f23d2eb6b 3,020 1.00/1.00 vMB 79
677,349 677,349 0000000000000000000697dcb25e09791561b799e9eea71e6181974a8863e63f 2,788 1.00/1.00 vMB 74
677,348 677,348 00000000000000000006e8ca8d232f464ff148c0d6b71b40a91b399d11cf79ea 2,939 1.00/1.00 vMB 92
677,347 677,347 00000000000000000009008da965dbb24d1fc34d78e96d39816c4229c8ba72f1 2,333 1.00/1.00 vMB 96
677,346 677,346 0000000000000000000b4052ae5e96432d84dd62e9137cbfd6015d6e6bef1d8d 2,330 1.00/1.00 vMB 92
677,345 677,345 0000000000000000000b4a3be41d87554506cf749dde1f2a48cf81923b1acf4c 2,362 1.00/1.00 vMB 96
677,344 677,344 000000000000000000041cde9438bd9250f6cc426f98f4c36c479a3cc60916e9 2,757 1.00/1.00 vMB 92
677,343 677,343 00000000000000000004a250beeb23fa5fb47d75491c90b037bfad847d733dc7 2,738 1.00/1.00 vMB 83
677,342 677,342 000000000000000000048ed11f292b484fe776b39fe08d7ed2f30dfa17e9cc18 444 1.00/1.00 vMB 73
677,341 677,341 00000000000000000006a2cbbc6d028f8d36b5e5f12997f30f9a4fda9a348345 2,025 1.00/1.00 vMB 83
677,340 677,340 0000000000000000000b912b958f65ce7471ed3b0df28fa7cec113343e6405cf 2,852 1.00/1.00 vMB 92
677,339 677,339 000000000000000000077fe3ff3966494d1baf23ef0cdc0b3f28aee68caf379e 2,813 1.00/1.00 vMB 55
677,338 677,338 0000000000000000000685bc857e6e8278a4eb06e8029c1f30a3362e02dcf4bd 2,760 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 782.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: 668.33 GB
    • Received: 15.48 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.