Loading Tool

Explorer IconExplorer

Memory Pool

80,148 transactions
29.62 vMB
0.06727196 BTC
Random Selection Loading Transactions
Max Size: 178.74/200 MB

Candidate Block

Mining Attempt 77767f75eac863b7011ba82b66a796cfc423830069af4f2ede470e1c154a4ca4
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 601558ec6ec38dd2ae70985cdcc98fc22b39505cc6e3b99952cb75322af0c2fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,354
Size: 1.00 vMB
Total Fees: 0.00701599 BTC
Feerates: 73.20 > 0.70 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (221,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,055 693,055 00000000000000000011df78e1e11ec4ae1988027e6a4f3535e14fdb6b80ff21 1,172 1.00/1.00 vMB 10
693,054 693,054 00000000000000000003fef36d583527c029f7e4a1f4d26a8440fb5f60978321 3,342 1.00/1.00 vMB 25
693,053 693,053 0000000000000000000f3637c4f047f70ec092cc1921352da7ed916bed32af15 2,769 1.00/1.00 vMB 39
693,052 693,052 000000000000000000100622f9b0b2eff770aaa072090898c1f591f8f39d6b00 2,362 1.00/1.00 vMB 12
693,051 693,051 000000000000000000123e3e6e551137ab0d6d3b083b074941336a9597262493 2,084 1.00/1.00 vMB 12
693,050 693,050 000000000000000000089f6018e5ad71dadd1c4166364dac7192f34d500235b5 1,535 1.00/1.00 vMB 11
693,049 693,049 0000000000000000000c3f6837681739bb5809a86c75df727007bff7942e445f 599 0.40/1.00 vMB 13
693,048 693,048 00000000000000000008398ef2f5f1fdf3114f6a731f830fb15e71d8b1aa2960 485 0.20/1.00 vMB 12
693,047 693,047 0000000000000000000d767b8a1c47f0a4e8a03aa591107551ae7161eb662148 1,233 0.76/1.00 vMB 5
693,046 693,046 00000000000000000002ffa21e49f616c7306054c6c40702d92b427861a0d0e6 2,779 1.00/1.00 vMB 15
693,045 693,045 000000000000000000110cb2cc33cca73484ae81fe77226bd51aaffcc26efd1d 1,195 1.00/1.00 vMB 10
693,044 693,044 0000000000000000000dfc056b8ab9eb9f6b428de735b5d4a947f85b4b0f43da 643 0.27/1.00 vMB 11
693,043 693,043 00000000000000000002a3455f1519a46c7b85c9d71104d87de0a0252a5f2d2d 211 0.09/1.00 vMB 11
693,042 693,042 000000000000000000009fd02bbf47e1404e8bd7c7e0c0f7200efa6900a10195 268 0.08/1.00 vMB 12
693,041 693,041 0000000000000000000264eb281ce77363a522ebdb3f5c81634f9d6a4f0b9c47 1,754 0.67/1.00 vMB 12
693,040 693,040 0000000000000000000787085635bc153918a60fae66b5aad98c4751d6c0e896 1,398 0.50/1.00 vMB 11
693,039 693,039 000000000000000000039fbe3faa0c10b95d3abb3a2267f9d2ea25ef0bd9f82a 1,422 0.50/1.00 vMB 19
693,038 693,038 000000000000000000129a9c8219e0c06b1dcdb8bb75b6a49c4d4b2637787d0c 2,082 0.76/1.00 vMB 16
693,037 693,037 0000000000000000001386bc6cd2a76a1e57a85ee844093e226149c8775fc04f 2,431 0.99/1.00 vMB 12
693,036 693,036 00000000000000000008bd03aaa7aff323e3c07917278ff89920fa02a95d6587 526 0.46/1.00 vMB 6
693,035 693,035 0000000000000000000b991538fe8311813b96253f6dcbe33565b0b1a6bcc326 323 0.17/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.