Loading Tool

Explorer IconExplorer

Memory Pool

82,626 transactions
30.57 vMB
0.07243665 BTC
Random Selection Loading Transactions
Max Size: 188.14/200 MB

Candidate Block

Mining Attempt 6675c46cdb8f90a2dc07a915c0e1dfa64c963435c8e8a61c2663816f4f885c91
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root 4eed2a82d32b51fc77539dbb67442a90e2e5727bca320040770f05b0006333f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,930
Size: 1.00 vMB
Total Fees: 0.00394739 BTC
Feerates: 14.26 > 0.40 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (636,325 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
279,020 279,020 00000000000000022a6b54ad27ed1386c8aceb479d5624222bc61995e52c92b4 106 0.03/1.00 vMB 66
279,019 279,019 00000000000000023c31a425a20f8de34ed9ea5d617bc246aa4e185a02f295bf 221 0.12/1.00 vMB 29
279,018 279,018 00000000000000008f5dbcabd5b7b1c74261cbba236ce99c501f87b49d84fc38 430 0.25/1.00 vMB 46
279,017 279,017 0000000000000002337caa7a38f06c8bdf4556a7d50adc5ea36abf70df1fbfa0 307 0.25/1.00 vMB 28
279,016 279,016 0000000000000000977e56d6c0997d54b1b83c4e5bde4b5fccbe2098b4db4e00 1,321 0.50/1.00 vMB 54
279,015 279,015 0000000000000002d82dcabe235be8fb2232692233666f1e3a26a04fbcb35003 135 0.06/1.00 vMB 58
279,014 279,014 0000000000000001f2e29ecc811b8f595a490ec895731f8bbf2ba9c3772cf581 274 0.15/1.00 vMB 40
279,013 279,013 0000000000000000386fb6e0f3b250eebc22128ef10cf91501bc6c091633c8e1 127 0.06/1.00 vMB 37
279,012 279,012 00000000000000001db1145c13bea5e3fdf170fc3d681bf19036efb4d6c384bb 148 0.08/1.00 vMB 36
279,011 279,011 0000000000000002b88f6a3d9534181d0e2f5ffb67fc08e7a5fb792b448159f2 152 0.15/1.00 vMB 16
279,010 279,010 00000000000000011f6fec68d101a6113abfaf707be7f3c5a472c6f442e9fc4e 85 0.04/1.00 vMB 47
279,009 279,009 000000000000000147a162b6a408870f53aef73f1ea1e5871fd949a1e619b86c 56 0.03/1.00 vMB 13
279,008 279,008 0000000000000000f5152c8a69ae3f29d5379edab6f5a4316c51531173b1b4ab 355 0.16/1.00 vMB 51
279,007 279,007 0000000000000002e6f7d49b7519e452146e2d79d08e78d18c33b0ed5374b4f9 271 0.20/1.00 vMB 19
279,006 279,006 0000000000000002d4d7978986e518042bbeae2efee83fa8502b0f6af1de720b 675 0.25/1.00 vMB 64
279,005 279,005 0000000000000002325173908a8ed61f96b20ad6a002444342bb7fe183e423df 158 0.07/1.00 vMB 39
279,004 279,004 0000000000000001ead408bdc15dd1175281154ba7bf11c802ce3e4bee0584b4 166 0.15/1.00 vMB 16
279,003 279,003 000000000000000120748800f911969d83f7c239764b0189cc7223b282069f16 92 0.04/1.00 vMB 75
279,002 279,002 0000000000000001ce248f7b081d3e28d83113ad1d87231b668968e93061f164 59 0.02/1.00 vMB 37
279,001 279,001 00000000000000005ab68faf866e0c4cf255c97d55574db7be30a8bc2d2fa58c 393 0.16/1.00 vMB 41
279,000 279,000 0000000000000001ae8c72a0b0c301f67e3afca10e819efa9041e458e9bd7e40 589 0.25/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.99 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: 717.20 GB
    • Received: 17.84 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.