Loading Tool

Explorer IconExplorer

Memory Pool

80,679 transactions
30.58 vMB
0.07036466 BTC
Random Selection Loading Transactions
Max Size: 186.35/200 MB

Candidate Block

Mining Attempt 3532fea6fc7bed6a3222e324b8518048855ced04962edd966d76f1072d2c0063
Version 20000000
Previous Block 00000000000000000001a127feb492d2c14d9243c7583ddd9d976606f48a6cfc
Merkle Root 550b18e7005a9e46b156c32b70cfebb1ab283d4e5274d6bf46dc012dafabfc4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,064
Size: 1.00 vMB
Total Fees: 0.00499448 BTC
Feerates: 103.09 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,189 (93,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,188 822,188 000000000000000000039a041e9bdb1e3aabc4f936fe6d4c6ecc7e9586685010 4,205 1.00/1.00 vMB 227
822,187 822,187 00000000000000000001b6f2d274c5768f7e647ea4ebccd680e2ebfb4e0ea222 3,936 1.00/1.00 vMB 291
822,186 822,186 000000000000000000000b8c3ea87099400d3513abb5b6bbb5613f1634d88f75 3,782 1.00/1.00 vMB 287
822,185 822,185 000000000000000000038b5ac9ed42bd003977e4f71d04b85f69acf30097181b 2,475 1.00/1.00 vMB 178
822,184 822,184 00000000000000000002d5394baf3bbb75255c7a542ade855b3f4c8f64422923 2,918 1.00/1.00 vMB 287
822,183 822,183 000000000000000000006557d61017d622db4f41f4a07a53702f988b7ff74931 3,555 1.00/1.00 vMB 205
822,182 822,182 00000000000000000002cc370b31963502d77303b9b5d1eb8024523e28cf6a9a 4,654 1.00/1.00 vMB 235
822,181 822,181 0000000000000000000154735321bd0c2ad79eac3d5c62baca0f668aac2d74a4 4,783 1.00/1.00 vMB 256
822,180 822,180 00000000000000000001364188948cc796dd2fb9ff1fcded468a15781e244c24 4,264 1.00/1.00 vMB 201
822,179 822,179 0000000000000000000005751ec6f88699168c154efae3a7d82e7ef36e50b890 4,772 1.00/1.00 vMB 257
822,178 822,178 000000000000000000002d9fdef1468c016f98bc9f011b7c5da3d4da872cf58a 3,928 1.00/1.00 vMB 298
822,177 822,177 00000000000000000001a2f54a6b546d8c7f7c5dfb7c115a3febb4f58d9ee753 4,469 1.00/1.00 vMB 237
822,176 822,176 0000000000000000000341e24ba79928b28345c6613dbfe9020ad59c8345af22 4,197 1.00/1.00 vMB 239
822,175 822,175 00000000000000000000156ec5a7f053b1f8bc632cc48055c031f8627c520781 3,590 1.00/1.00 vMB 344
822,174 822,174 00000000000000000001935f2868ea2a98c2e542476e246c063c82afe51b8eb1 4,363 1.00/1.00 vMB 241
822,173 822,173 00000000000000000000edf53049d3e0d515f9d76222254e36c67c31d4051430 4,438 1.00/1.00 vMB 285
822,172 822,172 000000000000000000025a120da6508fd3b973af239cf86324f7016c1922e38d 4,614 1.00/1.00 vMB 211
822,171 822,171 00000000000000000000dbaffaa942c3e3fadbc626868f93739f55580119c432 3,443 1.00/1.00 vMB 303
822,170 822,170 00000000000000000002cd385e19824ed79ad6543494cc37fed71b9002305180 4,435 1.00/1.00 vMB 195
822,169 822,169 00000000000000000003594efd26e1a336ac3cf9ec7595d0a9c8989f85c62ad4 4,446 1.00/1.00 vMB 220
822,168 822,168 00000000000000000000ddd61f4a91acbb4f4912dcc124a3807776f4de302dc1 4,300 1.00/1.00 vMB 234
Previous 10 blocks ↓
Total Size: 782.72 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 706.76 GB
    • Received: 16.66 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.