Loading Tool

Explorer IconExplorer

Memory Pool

49,158 transactions
29.81 vMB
0.09584810 BTC
Random Selection Loading Transactions
Max Size: 158.80/200 MB

Candidate Block

Mining Attempt 9c07ab6c06aa327945d19eeae8c46b59f9b51ec6ea4a4019b03ceaf608cd702a
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 6e30e72571df71f366d17bb4a1a1cd06a3d738e7c2613bedf5349a69c3d1b524
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,229
Size: 1.00 vMB
Total Fees: 0.03234620 BTC
Feerates: 150.68 > 3.24 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (344,184 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,662 570,662 0000000000000000002425815e9d96f2e68d88afe02a46f5dc33e1e68f805c5e 3,297 1.00/1.00 vMB 42
570,661 570,661 0000000000000000001882c269e9133beaed8eb8c100db0d091793dcc6506f19 2,651 0.85/1.00 vMB 41
570,660 570,660 000000000000000000075c50bf54a4ae72868377bdc5dc35437d7e844773a67e 1,558 0.48/1.00 vMB 36
570,659 570,659 000000000000000000057abd1723bec27b54b04577acbaa1ba33e8fb13b64578 2,497 0.75/1.00 vMB 34
570,658 570,658 00000000000000000020d7bb83c4b0f395e1ebdd531ce9f093288c9668075ce8 3,119 1.00/1.00 vMB 10
570,657 570,657 00000000000000000008c9dfe636a03cb22ed91d94dfb85770aa26776b37add1 3,636 1.00/1.00 vMB 116
570,656 570,656 00000000000000000014fb06732157f6c49e970d28a48111be3b4d83936e1177 3,358 0.99/1.00 vMB 37
570,655 570,655 0000000000000000002578e0d64a117f54eb20591496e4ae99fddeee9b9e246f 877 0.30/1.00 vMB 29
570,654 570,654 0000000000000000000a41aa636599db26cd6b1fa6f8c41347464fd08173811d 445 0.65/1.00 vMB 11
570,653 570,653 0000000000000000002120b5c8f1eb8a426528c0b06dc80e8c5f5543141c574f 2,148 0.93/1.00 vMB 28
570,652 570,652 00000000000000000020da2131ea3d53883c384fbf334b86195914e43d9a1c8d 2,431 0.92/1.00 vMB 26
570,651 570,651 0000000000000000000bb5bcac358c6915b44642d5cdad4602fcb5c1c8aa2c2a 287 0.48/1.00 vMB 11
570,650 570,650 0000000000000000001b702f39037199b3dac7c65d0b9a0e590daa40a5fe18ee 2,182 1.00/1.00 vMB 36
570,649 570,649 000000000000000000197966a886213ae224079c309dc8cefc510571b387a618 1,624 1.00/1.00 vMB 7
570,648 570,648 0000000000000000001efcf55f50a4a342f955e0e6f47484408eaaf94e59a0c7 1,227 1.00/1.00 vMB 13
570,647 570,647 000000000000000000286d9a04f335da3bc97bf48b115a32a980e97787856c20 3,431 1.00/1.00 vMB 51
570,646 570,646 00000000000000000027affdbcfe10dd5eb4568bc0c67b5e498e8d6a62679f35 1,979 1.00/1.00 vMB 22
570,645 570,645 0000000000000000002ab20a7addade2eb2a776564688673b7af103731a06ed6 1,556 1.00/1.00 vMB 31
570,644 570,644 00000000000000000012747193956e21186238d6c2db9a5eb3687be332061c46 818 1.00/1.00 vMB 15
570,643 570,643 00000000000000000012ec5189238870a006e1000f4713c93c4dba0d20e4309e 1,995 1.00/1.00 vMB 32
570,642 570,642 00000000000000000001527057cc4d59629a8abf2b8d79a601fceefcb07ff1a0 3,196 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.