Loading Tool

Explorer IconExplorer

Memory Pool

73,944 transactions
27.32 vMB
0.06624740 BTC
Random Selection Loading Transactions
Max Size: 166.84/200 MB

Candidate Block

Mining Attempt 2d10fbb8e759bc77d4f1d58f41a79922d52b618bc9a12513bd55a3ee640e7905
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root f3cdf4b420a0f4efd2712268e73bfd58f73ac3d000a59e1edf1eafa87dc3d71f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,473
Size: 1.00 vMB
Total Fees: 0.00812734 BTC
Feerates: 73.20 > 0.81 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (120,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
795,172 795,172 0000000000000000000417acd5ce540b2fcfd79ed913e3c39962bcea5f21eb4f 2,238 1.00/1.00 vMB 25
795,171 795,171 0000000000000000000484b5f5566da15637191ed2a81e8eae7a7eb00eca3262 3,557 1.00/1.00 vMB 20
795,170 795,170 00000000000000000002e6ea55119a2f3059d195d6338f7ce66f246bebd26b0e 4,551 1.00/1.00 vMB 18
795,169 795,169 0000000000000000000097fc4c70d69c0f921a556a7287f3e4a98fe44a2015d0 3,743 1.00/1.00 vMB 18
795,168 795,168 00000000000000000004ed3c6b1d56e3fe6a8f90ab94db26ccb87c7f85b620cd 4,806 1.00/1.00 vMB 19
795,167 795,167 0000000000000000000069eddb28d8af9662bb71047044af45c1cd506431de65 3,955 1.00/1.00 vMB 30
795,166 795,166 00000000000000000003582de99641f0059de3cd264df51cf76e8d2d99fa23d1 3,762 1.00/1.00 vMB 30
795,165 795,165 000000000000000000007f58b2bf2a7bf11f3d8727b129f75bc93845319c6fe1 3,619 1.00/1.00 vMB 23
795,164 795,164 00000000000000000002cb20152be1db04f7440c6c6d2c443a5c4984fc91b4a5 3,461 1.00/1.00 vMB 18
795,163 795,163 00000000000000000001ff2930aa4fd2cf07c0b307c252de83f20003cad3b86c 3,810 1.00/1.00 vMB 23
795,162 795,162 000000000000000000036205a4c3da7c9fc068e66dbe14ffe3023767da809a65 4,058 1.00/1.00 vMB 18
795,161 795,161 000000000000000000046e60c0a6ae306b8da4509d822a4d89fdb994f1642b34 3,534 1.00/1.00 vMB 28
795,160 795,160 000000000000000000033d4e96949a9f7cc75a17eb471e99c9d26c11be2a125c 4,622 1.00/1.00 vMB 18
795,159 795,159 000000000000000000032a2ed24ff0818a4ed1aaa8886dffd7dd96d056bad73a 3,818 1.00/1.00 vMB 34
795,158 795,158 000000000000000000026d9633bae47e90832b87232b306deed6a940fff7294e 4,241 1.00/1.00 vMB 20
795,157 795,157 00000000000000000001c2fe0f68f289f2c9ca4995637296cb695d6e6af7bee5 3,942 1.00/1.00 vMB 17
795,156 795,156 000000000000000000038d42b8d9882ef6a98713a6b52694270789ff2d8bb72c 2,528 1.00/1.00 vMB 12
795,155 795,155 0000000000000000000522657289d5a7268fbc4366661192df812414c0b5f9c4 4,081 1.00/1.00 vMB 18
795,154 795,154 00000000000000000002a01b2e0ab312a8fcc2b2efc6abbb00b954ed5e76113b 3,458 1.00/1.00 vMB 12
795,153 795,153 0000000000000000000238d09386bac1ef888e66547fa027910ffdc960ec5d4b 5,463 1.00/1.00 vMB 14
795,152 795,152 000000000000000000049042a01fcf07ba1de8fc12ed40352a541edae1bd4e52 2,779 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.