Loading Tool

Explorer IconExplorer

Memory Pool

78,386 transactions
30.20 vMB
0.07311732 BTC
Random Selection Loading Transactions
Max Size: 183.26/200 MB

Candidate Block

Mining Attempt dbd6d1743a4fc10ba284d30be954e625e56f40a7749589aba3e2d4217c1f514f
Version 20000000
Previous Block 00000000000000000001ba71b7469b64db1b81f795f06fef5c8de15c97c7831e
Merkle Root 33445b188d5ea55e866c2028292ce89eeebee15dd7194a2072d873e3e0eabf4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,645
Size: 1.00 vMB
Total Fees: 0.00876827 BTC
Feerates: 45.66 > 0.88 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,193 (281,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,638 633,638 00000000000000000008d340de38be03683ba644fab0a2be72238b70eed157df 1,320 0.54/1.00 vMB 20
633,637 633,637 000000000000000000127de1d8125d1eb9bfd704f842d767f88121e223c2f09b 1,023 0.33/1.00 vMB 25
633,636 633,636 000000000000000000064f69d46495392b13ceee32bceb45e555d8d19a63f760 380 0.16/1.00 vMB 22
633,635 633,635 0000000000000000000ae3d4439819013a1dee9a3552e60d8d950e2bdace1c23 1,300 0.43/1.00 vMB 26
633,634 633,634 0000000000000000000d3b66659ec52f67d285f5bd17b40baf7d40d2bbe5fee8 1,377 0.53/1.00 vMB 23
633,633 633,633 0000000000000000000246146c9344dce37adea9d10395d347e746c74396dfca 2,745 0.97/1.00 vMB 30
633,632 633,632 0000000000000000000e48ec8c144d476b78d27301d3174134545bc062dcdb21 777 0.30/1.00 vMB 24
633,631 633,631 000000000000000000084a9714a55f1bb344d7fba1f417e80b6e0c362c59eecd 1,865 0.70/1.00 vMB 22
633,630 633,630 00000000000000000011306a73179148290937079b9edee1c8e49fd7ae5d07e2 1,596 0.62/1.00 vMB 4
633,629 633,629 000000000000000000083a2f94263958712736847c0f0342181e2d6fce4a6eb3 2,417 1.00/1.00 vMB 41
633,628 633,628 0000000000000000000f6b6ff15724eb684873e66a39d2f8209392a6aa65a7f7 2,622 0.88/1.00 vMB 25
633,627 633,627 00000000000000000006c4c635ca6472f3fb4ec756c6d4a426ca3161dc4378b1 2,301 0.78/1.00 vMB 22
633,626 633,626 00000000000000000007e23b61b39fc8583e2129b1caa40e8c548a96716e49d7 1,570 0.63/1.00 vMB 22
633,625 633,625 0000000000000000000aaf7517e8648dd3abc1f643a637c6846eb72c7a70d4ac 1,339 0.46/1.00 vMB 22
633,624 633,624 00000000000000000009eb29beaf8cacf54805ee13699e3976f7f8e30df0fbd9 327 0.12/1.00 vMB 18
633,623 633,623 000000000000000000042bc2aa1f38c5d70f439c88c2bfeb79ad6779a6eff304 451 0.23/1.00 vMB 12
633,622 633,622 00000000000000000006edb1079297b4c6f37add8f19f345dcbd4b40e412c83c 2,477 1.00/1.00 vMB 8
633,621 633,621 0000000000000000000ae6788e59e903cffb2746984cc379dc9ff89649792330 2,127 1.00/1.00 vMB 24
633,620 633,620 0000000000000000000ffb104b93c7ddcd52b4843bf6fbc4db0ecac4658217e4 1,663 1.00/1.00 vMB 14
633,619 633,619 00000000000000000000abd41204638b83fe527458c9ad43401141a925cd4ccb 2,268 1.00/1.00 vMB 36
633,618 633,618 000000000000000000054686e0435febcfbbae3a00b673e00fdf5f78a8d96721 2,742 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.73 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: 707.33 GB
    • Received: 16.67 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.