Loading Tool

Explorer IconExplorer

Memory Pool

37,262 transactions
17.81 vMB
0.13453644 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 4 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 94.17/200 MB

Candidate Block

Mining Attempt cbbe3cb2bea0dab13eb232a1ac96969024afec7275eb7aff7f7a8c0af5e431f5
Version 20000000
Previous Block 000000000000000000004a70f3e5f9adf9454018687410ec954195352aac5475
Merkle Root eace1f624fc35c79e6951bf2d931d9745ce8474fb04fc7284941b83f31e791d3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 783
Size: 1.00 vMB
Total Fees: 0.02702696 BTC
Median Feerate: 4.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,329 (746,304 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,025 167,025 0000000000000108297edf4c8da0d9b129dc177207e017f5238a988345d41b3b 85 0.03 vMB 68
167,024 167,024 000000000000081c9dd4b4496e45f65b438d6b647a00a7d1e60029a8d4e7c17c 94 0.05 vMB 72
167,023 167,023 00000000000000ba6b95017028aaca26e96bf56f36a92dba6b466a04b5e64fa4 99 0.05 vMB 117
167,022 167,022 0000000000000c20e2c341bfc55576f9f890d05018090b656da14580d1a30b77 84 0.04 vMB 108
167,021 167,021 0000000000000b455e515f055f10f68110e88482e6f5636044fd327068a7852d 10 0.00 vMB 970
167,020 167,020 0000000000000c118eec58111a1dbf50d90c98f745e0547022144360b578e091 32 0.01 vMB 110
167,019 167,019 0000000000000575370f312dd211bd0cc19aede69351f425cad69162b1ffb4b4 57 0.05 vMB 303
167,018 167,018 000000000000061be5340efc72d256b4d9b927082a351322e85cebe9259a9945 35 0.01 vMB 92
167,017 167,017 00000000000003ef45e1453a466084281282d496e4ba58e182f11ada79a3efd6 15 0.00 vMB 232
167,016 167,016 000000000000064eb06a0d0e2fd500b38e85fd7e30660c64a1a271e091235641 121 0.05 vMB 15
167,015 167,015 0000000000000177339f80fda120ad7aaa0d49d7ee66885ae4e4e6f748b65144 22 0.10 vMB 946
167,014 167,014 0000000000000719b4323c5fa6398125bea463c503039dea6b7a13ffa6f97d38 129 0.05 vMB 57
167,013 167,013 00000000000004b5ed65d7d423501cc085a913e3767354d932445ed4e02808d9 87 0.03 vMB 199
167,012 167,012 0000000000000040315aac85dfaba02308a7b1d7d6d3f8efc80ea4f721938e27 72 0.05 vMB 108
167,011 167,011 0000000000000aae25769cd99d3e9bee184093548f599a24825e4425a0b743ce 12 0.00 vMB 14
167,010 167,010 0000000000000639359df1ab1314987165fcb4bafd1d7e72d45676784f27f764 59 0.02 vMB 107
167,009 167,009 0000000000000268333848de11746e1e660fd2113e9838e6c2c0b92968d6d916 20 0.01 vMB 76
167,008 167,008 000000000000013f48c9151a7f49110e72ca27890441b14f3ae1127fa151eba2 47 0.02 vMB 101
167,007 167,007 0000000000000928d31d141c549dcb412f7cd65cc36eb6d9b0eb0da9170dbced 56 0.05 vMB 27
167,006 167,006 00000000000007bcdabf82a963ddad629d94ea868d383c55eb578c60be9f3231 77 0.03 vMB 113
167,005 167,005 00000000000007982b6fd9de79e64b18b356835c6865b1380b9483f9ce4b15b4 69 0.03 vMB 69
Previous 10 blocks ↓
Total Size: 779.44 GB

Node Details:

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