Loading Tool

Explorer IconExplorer

Memory Pool

41,146 transactions
25.85 vMB
0.05281851 BTC
Random Selection Loading Transactions
Max Size: 135.20/200 MB

Candidate Block

Mining Attempt c91d8ae20fb2b2a21c57f808d0a64f2353efd9e6934eae6b8093e7d27d0572d2
Version 20000000
Previous Block 000000000000000000008f5a6c1e1f1fa429f250d4cd2ee1808884ed8a06ea2e
Merkle Root 7fbd6d10a4ceba4252b5cb17405be77b3a9b9b8769028c40cab1eb973c39fc8a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,651
Size: 1.00 vMB
Total Fees: 0.00591864 BTC
Feerates: 40.21 > 0.59 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,787 (738,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
176,047 176,047 0000000000000545f3a86880dda7ec8ce34cdcdd1552b3637e2a210e91639d1e 90 0.03/1.00 vMB 9
176,046 176,046 00000000000008258c15882c2c8467368fec834bf6cbe234fdd3adfb7137ef70 64 0.03/1.00 vMB 33
176,045 176,045 00000000000004fde83462cabd89db52d6f51ae442e1de897b09793cb32166ac 27 0.05/1.00 vMB 105
176,044 176,044 00000000000002fec20f6771f7aa45bbc592738c877f4f742cd8c88bab799280 11 0.00/1.00 vMB 0
176,043 176,043 000000000000004219f265c8d3bd9936d91c2ea15e5314ad646f3166476b6d9a 82 0.03/1.00 vMB 121
176,042 176,042 000000000000033d9fac6485be5e3a4dc3ee34d92ac8bdd3b0e7720bf883cccd 43 0.05/1.00 vMB 108
176,041 176,041 00000000000008d90dcd536ce9353a8e2aa4eefe3359b567aec498eaad91d2a8 96 0.04/1.00 vMB 134
176,040 176,040 0000000000000a271c08d515532be0c3dec5a248e3270c74ce1281ca9c22b6df 12 0.01/1.00 vMB 15
176,039 176,039 00000000000003f52c69d04b3aeb568e28398e1ce69072562238b9c00e02aa00 54 0.01/1.00 vMB 13
176,038 176,038 00000000000008f569697c0a7995ceff79ccaddc79bf6d07d5664cfbe7ea9085 50 0.03/1.00 vMB 56
176,037 176,037 0000000000000066acb2f1d06c198a3513e34b46785a41d560bc0456e168d263 6 0.00/1.00 vMB 15
176,036 176,036 0000000000000231db26ab70c8e4abb19c6fc02289773589a8ca644a7c16a07a 50 0.04/1.00 vMB 147
176,035 176,035 000000000000096fd80ca8f0c3b3d75f0859698671627ab4688432031198c732 8 0.00/1.00 vMB 16
176,034 176,034 00000000000004dffd6dc2aebec23d2729c1adc1b27182d2a888f39f129d357c 45 0.02/1.00 vMB 103
176,033 176,033 00000000000001f32a952f2a7c214bbb1f054d25feab3228b7ac36225eb00eeb 91 0.05/1.00 vMB 35
176,032 176,032 000000000000033b7b3e26f52d4cd7f73f9ba38842e107bc7737d740c9f798c9 41 0.02/1.00 vMB 59
176,031 176,031 000000000000075834edbe2b8f9be9dba6a3449f434af9ac19c1ddabb23f4dc3 59 0.02/1.00 vMB 12
176,030 176,030 00000000000002857e8b8317580399e2cd2eeb4683d0de6ba055179e16bdbf30 25 0.03/1.00 vMB 49
176,029 176,029 000000000000088984c6cf517c6fd7aba428d920a7fc83affdffdb751899e36e 15 0.01/1.00 vMB 260
176,028 176,028 000000000000083ec278edd2a73a616ead3f4156d42de2fa5e683228d4ec651c 36 0.01/1.00 vMB 124
176,027 176,027 00000000000000f89962e6749b1fb7028c46fbda47ea741640032f6c757e2604 60 0.02/1.00 vMB 254
Previous 10 blocks ↓
Total Size: 782.01 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: 649.21 GB
    • Received: 13.14 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.