Loading Tool

Explorer IconExplorer

Memory Pool

49,157 transactions
30.55 vMB
0.09504933 BTC
Random Selection Loading Transactions
Max Size: 163.43/200 MB

Candidate Block

Mining Attempt b320535e490dcd3d0d4a8e2104ec3cae2b81d70eca179e7b5d002e24a4c92ab1
Version 20000000
Previous Block 0000000000000000000132ab124e17e42052e9ae16d60ff0455651bf47e15c17
Merkle Root b74788e4ed45e208d4dcdc4f09ec704d403edec05b354b0f278db984a70b9da5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.03185503 BTC
Feerates: 101.56 > 3.19 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,853 (331,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,676 583,676 000000000000000000018fc3a9f978242f78426cd01ec80b6590c075b66b3c28 667 1.00/1.00 vMB 8
583,675 583,675 00000000000000000019c22e86aec6d580aad5b581f9c89b397986633a69bf82 1,162 1.00/1.00 vMB 15
583,674 583,674 0000000000000000001ba3fec46b30911849e533e3b73124236f6ba3cc53a1e7 1,789 1.00/1.00 vMB 15
583,673 583,673 00000000000000000018cd8c055e9c8e67c95f55dfb3ef7e373daf012a49f9d2 2,867 1.00/1.00 vMB 56
583,672 583,672 0000000000000000000ad5db5c044156d46a7c45ca4b5c234f6e27dea1a090b7 2,714 1.00/1.00 vMB 25
583,671 583,671 00000000000000000021dc319bd38e8f937babe38968d85a7621bc1b4bd95343 1,011 1.00/1.00 vMB 24
583,670 583,670 00000000000000000003a33eacb5b3182f93b2b96faaefcd4d0e6f369e89ad4c 3,050 1.00/1.00 vMB 61
583,669 583,669 0000000000000000001c6e54c4fd30e5bf3f76e75ac6c74c7462e0c1d1ada9ff 3,044 1.00/1.00 vMB 86
583,668 583,668 0000000000000000002044c2a71de940ee364fa810c01deabbeb826ccb30d5d7 3,045 1.00/1.00 vMB 47
583,667 583,667 0000000000000000000757f570888e78a62702ae51185ad88ae6ae95113939c3 2,847 1.00/1.00 vMB 70
583,666 583,666 000000000000000000209ba2d1d6d466b92cb07a3c4bd124f495f57f1b312208 3,597 1.00/1.00 vMB 77
583,665 583,665 0000000000000000000fd7ae5dc6e0d61c7e9e3c779c576482fcc5d32d239b7e 2,462 1.00/1.00 vMB 72
583,664 583,664 00000000000000000021d68f10539728db16febf9c68e81497aacd593b7c42fc 2,194 1.00/1.00 vMB 73
583,663 583,663 0000000000000000001aa13f9f06ca23f2bb72f1f32627f3ea0f98850fe6dec7 2,852 1.00/1.00 vMB 118
583,662 583,662 0000000000000000000f1498930ae6beaf2344bffe673320484b783f4fc14636 2,009 1.00/1.00 vMB 69
583,661 583,661 00000000000000000009aca6d97e0857f0408dddf4fc2b0656e2e00cee04268f 1,144 1.00/1.00 vMB 71
583,660 583,660 000000000000000000003371c5f15ea9e2990a8fa1646f476e5bd69e93dce78e 2,271 1.00/1.00 vMB 67
583,659 583,659 000000000000000000126e706a9a9f581a729f8c75a9d8690831bebc133320c4 2,949 1.00/1.00 vMB 87
583,658 583,658 0000000000000000001db8fc190b7efbdefb2c4c182f22742b8a4e7ccbf7b659 2,518 1.00/1.00 vMB 92
583,657 583,657 0000000000000000001bed143ba882ab3ea25423226c32974590d52024287ac2 1,832 1.00/1.00 vMB 98
583,656 583,656 000000000000000000184dd1564792b2b158350b08edc52d696f13db0d0d4de6 2,116 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.13 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: 652.42 GB
    • Received: 13.77 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.