Loading Tool

Explorer IconExplorer

Memory Pool

87,149 transactions
32.32 vMB
0.14116958 BTC
Random Selection Loading Transactions
Max Size: 197.81/200 MB

Candidate Block

Mining Attempt 5923b1425f9f8a93d5ddc253ad4679f0f1787f914b19bde9a49b22e244b2b21e
Version 20000000
Previous Block 00000000000000000000706fcfe7a9734f1d47cf37155217b27383e08f75eaea
Merkle Root 02eb3526a9ce64287c501a6dae6967bb1e2dd6b48167fba6087961bf8f97ba61
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,838
Size: 1.00 vMB
Total Fees: 0.05328755 BTC
Feerates: 301.57 > 5.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,224 (418,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,933 496,933 0000000000000000005f9366b755882e0fdc9f08b38e0ffc99734db5f9aeaaeb 2,337 1.00/1.00 vMB 167
496,932 496,932 000000000000000000b5bd0d023ef5c56f32f48b7ca9ab701e00f78abba74eba 2,632 1.00/1.00 vMB 221
496,931 496,931 0000000000000000008713b20d0d8bb7c0989b71cac6befddefb5f423d883197 2,325 1.00/1.00 vMB 145
496,930 496,930 00000000000000000044fe4e06b7f8396f42eff89ee6f64bc5e9ac9a9aea9cf8 2,461 1.00/1.00 vMB 126
496,929 496,929 00000000000000000013e8da8726d8801e7146b08f1caa883656b4e6e38979d0 1,281 1.00/1.00 vMB 138
496,928 496,928 0000000000000000008c7a97c9033eb6c583f2c50c62bb96015a2592785c024f 2,615 1.00/1.00 vMB 130
496,927 496,927 000000000000000000c5da805afcd9b82dbcc72af292715e36d2293fd3d63994 2,412 1.00/1.00 vMB 130
496,926 496,926 0000000000000000004fb616fa714a5b4671b7d4a9980b1fe0de117f6104871a 2,924 1.00/1.00 vMB 131
496,925 496,925 000000000000000000666cb3daff2ded6f2ea5732030829c6908001f9ecd3c27 2,052 1.00/1.00 vMB 146
496,924 496,924 000000000000000000108eba96401fb7da284f6fe219ab6ad02b9de236622ed2 2,558 1.00/1.00 vMB 140
496,923 496,923 00000000000000000097b090e9393719dcc159a688b1a6c235a26ff6229b93d3 3,071 1.00/1.00 vMB 184
496,922 496,922 0000000000000000007215609bb188c60c481ce94721050439af1f4fae57d400 2,740 1.00/1.00 vMB 217
496,921 496,921 00000000000000000088062635ece7bb3fee74939b347fca782998f066d46a51 2,550 1.00/1.00 vMB 183
496,920 496,920 000000000000000000b32fc17c192f8869fb480395589bf6c9f28ab41ae8abd8 1,905 1.00/1.00 vMB 223
496,919 496,919 000000000000000000bbb4edab32ddf6dac996063e8862f014de63dfc75539d9 2,830 1.00/1.00 vMB 163
496,918 496,918 0000000000000000001ba45587818851bb5d7fb116b497842b8eb19346563c13 2,990 1.00/1.00 vMB 186
496,917 496,917 000000000000000000c659ad1af3a3cd03f1448b9a36ac35ea3c2c7a952293e8 2,267 1.00/1.00 vMB 203
496,916 496,916 000000000000000000428bde470f9a2dd16a17b22457b1d63a2a6ddca86f0190 1,564 1.00/1.00 vMB 155
496,915 496,915 000000000000000000c9ce63f9e6d136fe4a806fbd03e6de72bd30a27cc634d9 2,320 1.00/1.00 vMB 147
496,914 496,914 000000000000000000646a96f4d4eb58821f735231111128cd7f79442765f0cc 2,844 1.00/1.00 vMB 176
496,913 496,913 0000000000000000005b83bb54e7ba6fece8258bcebad1e75a578bc9723da477 2,189 1.00/1.00 vMB 196
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

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