Loading Tool

Explorer IconExplorer

Memory Pool

45,644 transactions
23.07 vMB
0.05918162 BTC
Random Selection Loading Transactions
Max Size: 126.95/200 MB

Candidate Block

Mining Attempt 8d78b4be03253816d6436b7d4f4c4ecd406e2e8aa70b9677808aca6b300b7949
Version 20000000
Previous Block 00000000000000000001edbfed385dba04839fd0016a10cd5b3147ca7d3209be
Merkle Root 2d2db3013f5be3ad112ac81a9baa950e0d171a80dcd6bbfe388c02d5f1de1627
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,543
Size: 1.00 vMB
Total Fees: 0.01114058 BTC
Feerates: 151.03 > 1.12 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,981 (879,838 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
34,143 34,143 0000000093ac80a29bbcb2dd346cde3374a37acb874978ea6b237d434f77b037 1 0.00/1.00 vMB 0
34,142 34,142 000000003c512a1be136dbe1003081c753eb9d6db41f3ddcb2a2b8bbd8e307c3 1 0.00/1.00 vMB 0
34,141 34,141 00000000b6fb204430754c80f6c2ea6a75f5d64e8865137cf23f793ee6df9ff4 1 0.00/1.00 vMB 0
34,140 34,140 0000000053b3c4d568964c47ed05abf5eb0178d860c24dca2b0db31f3f56323f 1 0.00/1.00 vMB 0
34,139 34,139 000000001b19ad467c3e0f3cc0dc2851655bbe51cf04e2d0227813b09574c8fa 1 0.00/1.00 vMB 0
34,138 34,138 00000000d2c74092058642a64b7e096526039da73bc78e9fdee7ac42fb977397 1 0.00/1.00 vMB 0
34,137 34,137 00000000b244da77456f082a5d2bd5b09d39db46009230e381f242a39af36a0d 1 0.00/1.00 vMB 0
34,136 34,136 0000000080b9f5d8bd54a10857497f572afbde358e8b20816a3e77fc6057b044 1 0.00/1.00 vMB 0
34,135 34,135 00000000bdcddf5e85db77cfe5315cf63040a157b4167ce7d9acb107a1fcb195 1 0.00/1.00 vMB 0
34,134 34,134 000000001628f00205e32c068b167bdc441de6755743d8a9985c316e34f6d468 1 0.00/1.00 vMB 0
34,133 34,133 000000002fe82ed3695f072a5d21cc5a38672db102094f42545e542bc80e2109 1 0.00/1.00 vMB 0
34,132 34,132 00000000b3ec7ba390ff5f78174bf08111def4ec6794c996105e0e7e7be4bce8 1 0.00/1.00 vMB 0
34,131 34,131 000000000b63fc17f0e7b43e2bbfe4f52b63e96ece89f72d9cb4f084ece8a0ff 1 0.00/1.00 vMB 0
34,130 34,130 000000002cdf1544206c0e60ba37bc21d7b5386942df94e23035774ff07ffeae 1 0.00/1.00 vMB 0
34,129 34,129 000000008e9b534e080917b637e3dcc21be772fae67ab62335bc30abe3db181d 1 0.00/1.00 vMB 0
34,128 34,128 00000000cdd079163df825b6d75a0e7784c4adf83f59077e17682dad7c02b77d 1 0.00/1.00 vMB 0
34,127 34,127 000000004730604c26bd245e3d0447ce3ee1d9ef54fc339473fbbe268767f4eb 1 0.00/1.00 vMB 0
34,126 34,126 0000000072c96edc1d5420739f4688cfa08769daadaba28f341f8831653b7a5c 1 0.00/1.00 vMB 0
34,125 34,125 00000000402404b7480834b9aa97e414aeab01b9fcd3588d905412956c873a7e 1 0.00/1.00 vMB 0
34,124 34,124 000000008f7ee05c70f871ade09cfb7cd761e47c18a3c64c6fe5a6a7456d236a 1 0.00/1.00 vMB 0
34,123 34,123 00000000110a00e17eb6e8b85c998feda806d6f9919f7c117a9d4edeefca8672 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.57 GB

Node Details:

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