Loading Tool

Explorer IconExplorer

Memory Pool

51,180 transactions
30.12 vMB
0.25161788 BTC
Random Selection Loading Transactions
Max Size: 158.70/200 MB

Candidate Block

Mining Attempt 6c4deca9ce7d95295c66ec03dc1c26b5b4f8796f4593b21bbaf6709cdda910b0
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 4b34c8b06b56d5c051d72b1a45aac2239834b6091fb7e6bd923dd8e81a993923
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,696
Size: 1.00 vMB
Total Fees: 0.07929943 BTC
Feerates: 193.51 > 7.95 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (337,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
576,995 576,995 000000000000000000075fbbb6269c0ddca12efaadcc5754407a98f2072e5834 2,843 1.00/1.00 vMB 96
576,994 576,994 000000000000000000165a88eef78362d0cfbd1362c3d9e087f5bc493d62d8a9 1,752 1.00/1.00 vMB 127
576,993 576,993 00000000000000000007c9eb5d38cc5954f64ba9dff7a7090cdf0f599fde43a7 1,571 1.00/1.00 vMB 147
576,992 576,992 00000000000000000010582b25bd077492ef714d0684cba9e01aefb31a278e98 3,206 1.00/1.00 vMB 174
576,991 576,991 000000000000000000141688aac2f0da13de43612e683666593b6e6a1afe7faf 2,544 1.00/1.00 vMB 171
576,990 576,990 000000000000000000068f65d856537fd11a1382b9dd70652a08f07801e313b2 2,909 1.00/1.00 vMB 183
576,989 576,989 0000000000000000000deb88afb94b09f0ec8c06e59ef20ed713c13e43c19a23 2,750 1.00/1.00 vMB 89
576,988 576,988 00000000000000000027d4e406d4454326c953f58e8d62a7b7eaa19eb95c349c 2,855 1.00/1.00 vMB 186
576,987 576,987 0000000000000000001aeff5a75733391034c72575cde815ef17f8c2193a498f 2,824 1.00/1.00 vMB 86
576,986 576,986 00000000000000000024993fc068681546fbff18b7fc8c461b7f5f3ffc6f8e6c 2,569 1.00/1.00 vMB 145
576,985 576,985 00000000000000000019dd22a9864d486baa024955c43a31d8bef63e60ee8191 3,087 1.00/1.00 vMB 164
576,984 576,984 00000000000000000008c312741593637398eeb2e7931bb2388b65ff3b4b0edd 3,220 1.00/1.00 vMB 102
576,983 576,983 0000000000000000000dfe72c2dfb206090bfc6dd79331e6971a9adf5be83ca2 3,041 1.00/1.00 vMB 148
576,982 576,982 00000000000000000001596648b1a4d987d4cfaa6f84ffc98f1b5bdcd0dfb42a 3,142 1.00/1.00 vMB 181
576,981 576,981 00000000000000000024e5626fd9fd6eaafb97a8ef0c39e250133ee45dd27a8a 2,632 1.00/1.00 vMB 127
576,980 576,980 00000000000000000008fe415da01df7c1126013c2ba2833d0bf0b8df24f6bce 3,377 1.00/1.00 vMB 148
576,979 576,979 00000000000000000028194aebb09dee408eccad631bb5d41ca01e4e8cb7394a 3,185 1.00/1.00 vMB 160
576,978 576,978 0000000000000000002990519b093e3edd04b84aeca3a9828333ab25ef634ce1 2,007 1.00/1.00 vMB 174
576,977 576,977 00000000000000000023a2e5875e10f0a18117192169f26855a8eb937a366afb 2,943 1.00/1.00 vMB 150
576,976 576,976 0000000000000000001d703ad3cc906204ed71db623f1bfecd707ca70b520f2c 3,602 1.00/1.00 vMB 206
576,975 576,975 00000000000000000011fb6527d263c6fe655c277fb68efc494ff1fcdb007fc1 2,569 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.87 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: 643.95 GB
    • Received: 12.61 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.