Loading Tool

Explorer IconExplorer

Memory Pool

35,551 transactions
25.82 vMB
0.06278248 BTC
Random Selection Loading Transactions
Max Size: 131.80/200 MB

Candidate Block

Mining Attempt e2d63e47c3ae5fadd3885862f26bd78b75669f98f8917f18b5b635262af51b3d
Version 20000000
Previous Block 00000000000000000000d48a01c3ed8f61c1c06ca18e9a1143cbde3caba3340e
Merkle Root 587d510285955a0be14caff4c92c6aba9074403864c000becc5380bcdace1447
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,413
Size: 1.00 vMB
Total Fees: 0.01552713 BTC
Feerates: 152.71 > 1.56 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,688 (417,349 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,339 497,339 000000000000000000093134ba6e73d118bb4388f35f8b6f7bc2d2481c31150e 1,695 1.00/1.00 vMB 93
497,338 497,338 000000000000000000273b493efd741f159251448853c5a399c8f70418d92d09 1,939 1.00/1.00 vMB 112
497,337 497,337 0000000000000000007b25fdd7bbfdf451fac452eccd8cf4e34b7c183cc4da5a 1,434 1.00/1.00 vMB 38
497,336 497,336 0000000000000000009a1e804cdd15116332eae2e4f20bdb0df886d8e4175054 1,780 1.00/1.00 vMB 102
497,335 497,335 0000000000000000003094955e5a4a7938216c0ec4d3324a05dc143f8d1e7525 2,683 1.00/1.00 vMB 193
497,334 497,334 0000000000000000007ed574c66a420d7e8d504f28a6492523bff8c0ea7a6f68 581 1.00/1.00 vMB 36
497,333 497,333 00000000000000000033b6082b39b1a2fcead741c7194890d96b4fee4fc2e9d4 1,642 1.00/1.00 vMB 91
497,332 497,332 00000000000000000071712ecbd43d2edb4cfd2daa852c2d5324ca6ff502020d 380 1.00/1.00 vMB 37
497,331 497,331 000000000000000000869dc45346614671dd935a35671838206dcc39fd52c847 1,843 1.00/1.00 vMB 137
497,330 497,330 00000000000000000038c2ac60bf8bca0dabd24aad012d2089e086ec42c90e1b 2,098 1.00/1.00 vMB 116
497,329 497,329 00000000000000000027b28dfb6b65c25c34e14a8847a5d08266ed988ac6ee4c 1,528 1.00/1.00 vMB 86
497,328 497,328 000000000000000000605538204e452c5cfdd9937a3ffe157ff2d91f692ba313 2,111 1.00/1.00 vMB 118
497,327 497,327 0000000000000000001b09f6b279c46eca668d8403f7667c8420f6af0e091fff 1,270 1.00/1.00 vMB 80
497,326 497,326 000000000000000000883f5ccff5b7140e4d10bf85f6aed570b8bc6f62330542 1,140 1.00/1.00 vMB 13
497,325 497,325 0000000000000000008a8306c579b00bc59ff7aa934f47776c6bcdfbe84a77d5 1,814 1.00/1.00 vMB 88
497,324 497,324 000000000000000000615c36f9550f479d0e625e979648c0f8ac3c56f0e285cf 2,183 1.00/1.00 vMB 123
497,323 497,323 00000000000000000075cdcfb29b0193552ea53357bd83c25e40d05f0d2db48b 1,234 1.00/1.00 vMB 75
497,322 497,322 00000000000000000023198cd67eeab8488e7841473fe1b3670e6dade3bbf7e6 133 1.00/1.00 vMB 10
497,321 497,321 000000000000000000907e630b3e0c31dfb35d1f5c3d5b7d3e0d7459ac0d0145 1,955 1.00/1.00 vMB 113
497,320 497,320 0000000000000000006e566d9461ecaea3af7fe5635997a69cf968384ffe2c50 719 1.00/1.00 vMB 43
497,319 497,319 00000000000000000041e9b5bcf5e5bec1e7da7556de783aecdf970260a35721 2,301 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.84 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: 637.34 GB
    • Received: 12.41 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.