Loading Tool

Explorer IconExplorer

Memory Pool

22,216 transactions
7.22 vMB
0.05068309 BTC
Random Selection Loading Transactions
Max Size: 46.61/200 MB

Candidate Block

Mining Attempt c7cd8e2f79ad65a018de497843691441033daff465fe6cbaf58ff279d514cd81
Version 20000000
Previous Block 00000000000000000001336c46dc31f79a0be35429b300eaa36a89fa8da11480
Merkle Root 5a039d3f5b5f220dce24c436a1175b0ada20fb0477b16e072c2187e0bcee3477
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,293
Size: 1.00 vMB
Total Fees: 0.03345781 BTC
Feerates: 402.09 > 3.35 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,382 (169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
917,213 917,213 00000000000000000001335da7b9f806ec48a2f7e3a8b5996192e26a35e21605 4,358 1.00/1.00 vMB 2
917,212 917,212 000000000000000000017143cb5f547192b648503b2967f468b43d63a15c6921 2,369 1.00/1.00 vMB 0
917,211 917,211 000000000000000000014ddab7c5f433ba654a213325e561358848faafcdfce6 1,615 0.54/1.00 vMB 2
917,210 917,210 000000000000000000004c1db813c8b72e2042433b7d384d63c905078b23766d 6,129 1.00/1.00 vMB 1
917,209 917,209 00000000000000000000fe8fb8147c072bfe1e80cf50cf041ddd0ec2d41a5cb3 4,367 1.00/1.00 vMB 2
917,208 917,208 00000000000000000001ede83e78e093ddfdd4af4626ef3175226f6500679ecd 3,226 1.00/1.00 vMB 1
917,207 917,207 00000000000000000000e06c773c8eb08322ba76a6fe374b3b7b3fba531d1711 800 0.37/1.00 vMB 2
917,206 917,206 00000000000000000000f49187cecd0e315f417fc6c57006d895fd2988cd30af 1,607 0.41/1.00 vMB 3
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
Previous 10 blocks ↓
Total Size: 786.45 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,003.79 GB
    • Received: 33.25 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.