Loading Tool

Explorer IconExplorer

Memory Pool

25,155 transactions
8.37 vMB
0.06099801 BTC
Random Selection Loading Transactions
Max Size: 53.27/200 MB

Candidate Block

Mining Attempt e53960381f68f516f6344225f9fe025aef4ab98d2f6c4d714e7d23541ed81f9e
Version 20000000
Previous Block 00000000000000000001b2b7f1f2c0b713f481e52599fa90ea2836429f3747eb
Merkle Root 55ac61b31fd94de6dc60ec27aafc95cf1689532c979a6d51f89e38709811b3cb
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 2,750
Size: 1.00 vMB
Total Fees: 0.03151963 BTC
Feerates: 71.47 > 3.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,399 (194 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,205 917,205 000000000000000000003f8aba5dff7e56649b4b5c1f5ef40e60d08620a15be8 3,213 1.00/1.00 vMB 0
917,204 917,204 000000000000000000012511af1be9415acfe1b10461f08ddea3542fa96daea1 3,643 1.00/1.00 vMB 0
917,203 917,203 00000000000000000000a58c428526681c7a508f15ce5e94896af7c913b871ec 2,833 1.00/1.00 vMB 3
917,202 917,202 00000000000000000001406383307285a50efc0be63747273a371a31f351aaf2 1,966 1.00/1.00 vMB 1
917,201 917,201 000000000000000000017867951acbbd2dbd6550195321169bbba70ef0659d65 2,706 1.00/1.00 vMB 1
917,200 917,200 000000000000000000002710ef7345b954ad9ccd07802407240930373b54e592 4,170 1.00/1.00 vMB 6
917,199 917,199 000000000000000000006eb91234fbb5406541a3c5d2e137e204224b4fe73a12 896 1.00/1.00 vMB 1
917,198 917,198 00000000000000000000e61e9971ce89303762997a93abb64df6ff9d9ad8e8ca 3,595 1.00/1.00 vMB 3
917,197 917,197 000000000000000000019293633d0399bdabf9377aa837306e83670e6105b5bb 449 1.00/1.00 vMB 1
917,196 917,196 0000000000000000000022b9b9455019bf310cf9f655bbefcd42cda731267f9d 310 1.00/1.00 vMB 1
917,195 917,195 00000000000000000001c92a48ec370ec310d86a55f64150fed805118907093c 2,555 1.00/1.00 vMB 2
917,194 917,194 000000000000000000014b25770a926c74ec4366e1169e6531c33e6d49679a64 1,742 1.00/1.00 vMB 2
917,193 917,193 000000000000000000013de5997eb64b72d29673b915431d33228de17e086f63 3,167 1.00/1.00 vMB 3
917,192 917,192 00000000000000000000eda052fd646081d923b0849275722de78490f85decf0 2,929 1.00/1.00 vMB 3
917,191 917,191 000000000000000000019ec00e55c7a0195b986d370f5d4e149cbeacfcebd3fb 3,211 1.00/1.00 vMB 3
917,190 917,190 000000000000000000016befd9c40ec097e2fbbff37259b21f78d002b5def5d4 4,857 1.00/1.00 vMB 0
917,189 917,189 00000000000000000001213026c0366db23ab5967f3ccc46f60b147878225ebb 4,221 1.00/1.00 vMB 0
917,188 917,188 000000000000000000003860786cb736687cf21fd62b31f0345ee6dbd67fce4b 520 0.12/1.00 vMB 3
917,187 917,187 000000000000000000001096f714ba38a80532a32fadbe354efa3c8619dad41f 5,714 1.00/1.00 vMB 0
917,186 917,186 0000000000000000000028ae7e30d11932390230461a080bba8aefbcd3f313b8 1,915 0.67/1.00 vMB 2
917,185 917,185 00000000000000000001c779830ba26644c7e4a342d3c31d283bb2705c256e28 4,860 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 786.48 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: 1,004.47 GB
    • Received: 33.44 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.