Loading Tool

Explorer IconExplorer

Memory Pool

83,515 transactions
32.27 vMB
0.08871360 BTC
Random Selection Loading Transactions
Max Size: 195.86/200 MB

Candidate Block

Mining Attempt cd9bc85415115d2655cee57618996ac88d4f806bdfbfb55b95b1573bc0845c20
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root f2cc5a9e3eb743141940598633ee4ac76933f692fbe90f8df2401b440684f2f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,533
Size: 1.00 vMB
Total Fees: 0.01784062 BTC
Feerates: 150.92 > 1.79 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (720,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
194,227 194,227 000000000000043f81fc85cd23cf0e6d1695277b1b75ed8aa9e98cd0c96b302b 243 0.11/1.00 vMB 116
194,226 194,226 00000000000003c9eb72f9bc8974e79d1348e378c4eb69f92518b6f8857ed5c7 587 0.20/1.00 vMB 188
194,225 194,225 00000000000003e9eacd6f3d5e5c2c412d012bbc6245fb3e24b2d2cdf1b3f13b 512 0.17/1.00 vMB 97
194,224 194,224 00000000000004912a5f3904f8fb9cf2fe012d9f4dbce6a9ec839630d398fd6a 168 0.10/1.00 vMB 156
194,223 194,223 000000000000066861b20efedea227e07a887ea96eb34615e0eaef08949f6a5e 112 0.06/1.00 vMB 176
194,222 194,222 00000000000004e23b8ed01d6ad5ab418bfd036a020ca53d037f9c4ecb876aaa 81 0.04/1.00 vMB 6
194,221 194,221 00000000000003e0781487e52bb048aceb75aba64ce7e0f39512a691ade6555d 440 0.15/1.00 vMB 162
194,220 194,220 000000000000077a4bd73ec7d6337c3118cbebb92bca98826c9dd1bfc6e7bf0b 523 0.25/1.00 vMB 146
194,219 194,219 000000000000037d3f61e229a02b52b3ed5ba6e987bd441742def6835abe57a1 107 0.05/1.00 vMB 126
194,218 194,218 000000000000000952ea08924bea8607071dd229b8c61bf14cdb50eed7ecc0d6 217 0.06/1.00 vMB 17
194,217 194,217 00000000000004ae5245f54d8972ed5ade33fa6be3d8c21e5d9e23ea9245b067 132 0.05/1.00 vMB 193
194,216 194,216 0000000000000309ce8702f6301631c7543b37126c95c5e62a43c057de652f8b 147 0.06/1.00 vMB 163
194,215 194,215 00000000000004434c6c2df6599c6d6cb4196b810dd96cacc4d7b00412be4944 387 0.14/1.00 vMB 217
194,214 194,214 000000000000014c2b807fc051fde5ce9f4d4fa22b1c79a8386d34d8b383cc8e 60 0.04/1.00 vMB 353
194,213 194,213 0000000000000194ff91b2b56e68d79c1b825b6b5488cdda64ed7d769fe63eb3 90 0.05/1.00 vMB 206
194,212 194,212 00000000000005676e501b551471dde3cbca103422e8a4ab4b154943259092c7 1 0.00/1.00 vMB 0
194,211 194,211 0000000000000359aee53262806ef5812155b8d2b74629afb89e3f4123ad4479 112 0.07/1.00 vMB 108
194,210 194,210 0000000000000727d59d1e6d2c0ad96528cbaa4d700b7bf02d004b93c54c8e88 179 0.11/1.00 vMB 97
194,209 194,209 000000000000037d929163834fa033255249f6b7e0ce905a265356bbaab43b3e 520 0.17/1.00 vMB 168
194,208 194,208 00000000000005b5d6ec00a1bc95b563ae6b41cb3d663e09e8af3e89634420f4 1,798 0.50/1.00 vMB 3
194,207 194,207 000000000000058675654a71631b3f58d0ec40dbce98935b630f20734215b955 553 0.25/1.00 vMB 310
Previous 10 blocks ↓
Total Size: 782.76 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: 709.01 GB
    • Received: 16.82 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.