Loading Tool

Explorer IconExplorer

Memory Pool

37,905 transactions
19.82 vMB
0.06120063 BTC
Random Selection Loading Transactions
Max Size: 108.55/200 MB

Candidate Block

Mining Attempt 639b286ca9bef549e15d9f63ed957915ad6a6316c4647f99d55e904df76fb996
Version 20000000
Previous Block 0000000000000000000069fc60e8390b5bb8a1a0743473e70c8c134b33a8a2fc
Merkle Root 2e5f2a98e7a8bf961ba3a825fbee064a611a0b0081179ed55109c2b7c01825f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,346
Size: 1.00 vMB
Total Fees: 0.02160958 BTC
Feerates: 199.45 > 2.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,911 (791,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,888 122,888 0000000000008ad1ed6a14e4f90a5f97c063e7e77087a7bd1f49c299dfab8eef 15 0.00/1.00 vMB 0
122,887 122,887 000000000000345b31098a5a7725aeb515e07964d5235ad8faba13850df59cc8 5 0.01/1.00 vMB 0
122,886 122,886 000000000000731be26272169f42a5ed0393c5f3e7e656eeb21ff3367c8c6fc9 15 0.00/1.00 vMB 0
122,885 122,885 0000000000000a8ab32ca1b825a7d9b55304eaa48403582944896d14b7894c1d 2 0.00/1.00 vMB 2,475
122,884 122,884 00000000000059b687a607ae1e58b64d65988b46244cd4fbc32b6704c4feb0b7 10 0.00/1.00 vMB 0
122,883 122,883 0000000000008fb30c9407effc7ac172aeeb75427cfc6f6fa9fb52014d038dc2 9 0.00/1.00 vMB 401
122,882 122,882 000000000000781dee887ac640e4a4ca3a99d25f4173939be88c427dbc3ec142 20 0.01/1.00 vMB 136
122,881 122,881 000000000000253a9aa42411d7eb52b190e42c97ea14e6a9527382b8e63662a5 11 0.00/1.00 vMB 0
122,880 122,880 00000000000095f7c53817297cf182b3e63b2b6ce92582e350d084341176928c 5 0.00/1.00 vMB 671
122,879 122,879 0000000000008a2c37b5a93d3b650d1f81a2c50b3839108c779189a04d6e7ad7 12 0.00/1.00 vMB 1,102
122,878 122,878 00000000000048654a4709067b7960ad260c3db7c29d00f4baf187d1a03b3376 36 0.01/1.00 vMB 2,797
122,877 122,877 00000000000049cbe9fbac94a3a646f55c9a7d012fd9a9e94d7c8f3c99662700 26 0.01/1.00 vMB 268
122,876 122,876 00000000000010470e4fe65a2863366899c3ed97b42bd97e867bb59d17b1086e 12 0.00/1.00 vMB 0
122,875 122,875 00000000000034dd2b3802d1dc7dedd8e5d4d87e995bbbe8202faca9db8e9a0c 1 0.00/1.00 vMB 0
122,874 122,874 00000000000076f3ff3810a4ee2ef302572b3ee870129d535815211af68b58f6 11 0.00/1.00 vMB 0
122,873 122,873 0000000000008df82a494ee986b8083bfa4ae0894d8900e15113ebf9fd4b2a8c 1 0.00/1.00 vMB 0
122,872 122,872 000000000000562ffd41ad9927741f3cdbbdee3b932da0a2772441ce53f96813 16 0.01/1.00 vMB 0
122,871 122,871 00000000000038eae51c197ac185a8c480a48b89f278eee4b741750f8058b715 3 0.00/1.00 vMB 1,438
122,870 122,870 000000000000484601b7aa8f96cf013d83b744428cfc5a8262896ff8cf039fc2 37 0.04/1.00 vMB 1,468
122,869 122,869 0000000000008f6da88bd54ba5bd3340332296e48d03b73dd894b6d10a0273b8 1 0.00/1.00 vMB 0
122,868 122,868 0000000000002ff6604ba816fe29466c46360f24590d9c11e0f6afea6ac7ab83 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.45 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: 527.54 GB
    • Received: 5.50 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.