Loading Tool

Explorer IconExplorer

Memory Pool

47,533 transactions
28.05 vMB
0.08999246 BTC
Random Selection Loading Transactions
Max Size: 149.11/200 MB

Candidate Block

Mining Attempt 1af6e24b8afe781918561af31edea3e400624175ad1f23b012ab1eff922fdeb7
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root aaf2d0351941ca407de11655cc1c41ad5ec6e1454ded437c05a4ab8fb0393a4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.03495146 BTC
Feerates: 500.00 > 3.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (344,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,693 570,693 0000000000000000001e10e77e82a04796f71b11cd833f50696cdc93557d4980 2,197 1.00/1.00 vMB 114
570,692 570,692 00000000000000000005e95840169e5ca8c81635bc98b23b5f7b5df7db1eb26f 2,048 1.00/1.00 vMB 127
570,691 570,691 0000000000000000000b595249a28968909bdacac0afdedb0f4e6381f51d1f62 1,685 1.00/1.00 vMB 169
570,690 570,690 0000000000000000002824aa4e1425e907c6ad3a8d42c9c6de394f20504429d9 2,319 1.00/1.00 vMB 81
570,689 570,689 0000000000000000001fedb12f9ce4b63aab8fd8a51e607dea5a64c933a8346c 2,501 1.00/1.00 vMB 13
570,688 570,688 0000000000000000001fef9b2f51667ab3046974c11ed3784c75440425b93e3f 2,620 1.00/1.00 vMB 95
570,687 570,687 0000000000000000000ef6976a162529330bb972a6174738cad89e9b7746ea71 2,508 1.00/1.00 vMB 38
570,686 570,686 00000000000000000017734a28f781e8229f82204ebc8638d27130cd5a2ac08f 1,871 1.00/1.00 vMB 60
570,685 570,685 0000000000000000001eb5eb49b820b01bd930ec3454f09f95a6a1e964f7df1a 2,743 1.00/1.00 vMB 117
570,684 570,684 00000000000000000025fd39820f301413991af861bb72fc63c69323d318b237 2,324 1.00/1.00 vMB 103
570,683 570,683 0000000000000000001783a2f8e7210929252251ca610a09dad8ea6f716b1783 2,949 1.00/1.00 vMB 118
570,682 570,682 000000000000000000272e7c2661edbb4a1dfb04a85cd81c302495fe1d619cfe 2,088 1.00/1.00 vMB 69
570,681 570,681 000000000000000000280d3a5882331b7a207dacf9fc20ad956006b346bdb019 3,276 1.00/1.00 vMB 66
570,680 570,680 00000000000000000021cdafa9142dda6668ddf542a069faa1644ec2117621c4 1,267 0.35/1.00 vMB 17
570,679 570,679 0000000000000000002c04a837baddfc7d05d7b19d6f30e0344141fd31c95336 2,888 1.00/1.00 vMB 68
570,678 570,678 0000000000000000002af1267dc6d9171813333e96b4ecde1b26c948206b2bcd 2,847 0.93/1.00 vMB 15
570,677 570,677 00000000000000000019f7984eb88702c4fc630062d60f617a3158b1a42fcf97 3,276 1.00/1.00 vMB 46
570,676 570,676 0000000000000000002a031ba4327e2927ccef8c110d360ec4a0bd5d52c1e38b 2,885 1.00/1.00 vMB 34
570,675 570,675 000000000000000000221adf2c2dda23e68b339c2fb59697dd2c9428f9e666d1 3,253 1.00/1.00 vMB 68
570,674 570,674 000000000000000000021a9945a6b23ab031ff69cf4dfbc2fd733fcaa9baeef5 3,168 1.00/1.00 vMB 32
570,673 570,673 0000000000000000001a79bea4b84aa6676bb793de33f6b7614b6cc796612e9f 2,077 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.01 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: 649.46 GB
    • Received: 13.17 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.