Loading Tool

Explorer IconExplorer

Memory Pool

86,453 transactions
31.76 vMB
0.10710854 BTC
Random Selection Loading Transactions
Max Size: 194.54/200 MB

Candidate Block

Mining Attempt 88454f68a4fa3d7fd9dbf0a3e7fe789eb19f01790c7d8e47e5a613dc2227f801
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 2122a3f179c3c3b9361c122fcf8eec75be6ab1c6492b569b1430a1d13a0b6f0e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,902
Size: 1.00 vMB
Total Fees: 0.02704021 BTC
Feerates: 1,236.26 > 2.71 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (638,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
276,585 276,585 000000000000000339c7db7b2a435d1fb26579bdaf58837b3ad81fccc658ed31 246 0.25/1.00 vMB 34
276,584 276,584 000000000000000240e8f390a9523f9d0aff3544269c2e471639a9d10132e72c 428 0.25/1.00 vMB 28
276,583 276,583 00000000000000002a8a06bc607f3c5c7a671fcfea4ea0382c3e7bc5c399c4f1 748 0.25/1.00 vMB 137
276,582 276,582 00000000000000029332e804e3ecbadf56fc279aadfb3a62c9b0a0467c8ab72c 206 0.15/1.00 vMB 33
276,581 276,581 000000000000000171c253d7a3e3e5b01ccc48443a4a8774ab5a5d5c29a49d38 416 0.24/1.00 vMB 42
276,580 276,580 00000000000000022beaa1d3c2bf83d8f92ee5e20683e79592525df5766b6071 596 0.25/1.00 vMB 50
276,579 276,579 0000000000000003390fd1bc42963659f3943b9caffff5576be32024897e351e 1 0.00/1.00 vMB 0
276,578 276,578 00000000000000023733852559c1382ad13dff8a2c01d52390f1c2a300de2241 291 0.20/1.00 vMB 33
276,577 276,577 0000000000000001382e50dcc8ed4da66c17812898ddb296aae6762194137c1d 141 0.25/1.00 vMB 15
276,576 276,576 000000000000000231e45a928786a192f15b1216348c84c7e705d32d86f9d6db 417 0.25/1.00 vMB 37
276,575 276,575 000000000000000171ae4a5a8895e72d595240041c71b36f2469aecbaa18ba2f 1 0.00/1.00 vMB 0
276,574 276,574 00000000000000027c812adc98f706eb11cced71c5b2a56bd6183f727ab32213 440 0.25/1.00 vMB 53
276,573 276,573 0000000000000001dd0c2d3631639a5cf40958902c4de2a46dc8d26403857a02 467 0.25/1.00 vMB 36
276,572 276,572 00000000000000002c83e3b328def6cd3d0a11ae3e8b6af5dfe78bc037c29db8 589 0.25/1.00 vMB 35
276,571 276,571 00000000000000021b597cf409d1a63c090e9e9db4ef52fccd92c1d2b562b86b 41 0.03/1.00 vMB 79
276,570 276,570 00000000000000035893dfb20a5af665c2a46634cce5cf451efdfd614ae3eea4 672 0.25/1.00 vMB 68
276,569 276,569 0000000000000002fdd2bf6c2fe231b1cb7741125eb7d4e4255a5e4cc169b95f 347 0.15/1.00 vMB 54
276,568 276,568 00000000000000024b5ffd2572b8401ab9e66c3c7658bde36cbbbb83e2053250 274 0.30/1.00 vMB 29
276,567 276,567 0000000000000002d85e93e6a4b65a335cfb5a371a2714162546240d05df963d 345 0.50/1.00 vMB 14
276,566 276,566 0000000000000002701927fbb07352f408b6446cc4fb7db933e6b8e665681765 1,046 0.50/1.00 vMB 28
276,565 276,565 00000000000000013355aa09e814bd8afdc043b434df6851d4b22ae623ec0164 512 0.17/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 783.02 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: 719.40 GB
    • Received: 18.04 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.