Loading Tool

Explorer IconExplorer

Memory Pool

86,043 transactions
32.27 vMB
0.13191056 BTC
Random Selection Loading Transactions
Max Size: 197.20/200 MB

Candidate Block

Mining Attempt 30e3fdf23ff0086af53f7146e2087d4a5c44c3aaa33e68d77ff36971fdf9deee
Version 20000000
Previous Block 00000000000000000000030f852abb2460ecdfb580a98ff5f0443f891ab5a1ab
Merkle Root b9467b75fab2568a5217aa39d145a97a9b9faa16d02f8ae9cd23b1a1cae05bb3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,428
Size: 1.00 vMB
Total Fees: 0.04699476 BTC
Feerates: 301.60 > 4.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,226 (456,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,253 458,253 00000000000000000066be64f054d516706ee7384102c1cef39f684b6d6b6737 389 1.00/1.00 vMB 29
458,252 458,252 000000000000000001d32f9e2f51db00eb49ad1fe3255478aee83f3065979963 2,173 1.00/1.00 vMB 141
458,251 458,251 000000000000000001ec10207952bffca6300a4b7ddfe46c235dca777a41b647 2,529 1.00/1.00 vMB 198
458,250 458,250 000000000000000001c6dde628f40f6f2cd4a8e124c5ef3175b60df378a7c917 1,746 1.00/1.00 vMB 115
458,249 458,249 0000000000000000020f68017096e9282e71f8be09cd91d6ab4c2bbaa87e14b8 1,945 1.00/1.00 vMB 165
458,248 458,248 0000000000000000014241e93de48bba34b345ed3a2f01dca06e2524fc29f506 906 1.00/1.00 vMB 73
458,247 458,247 0000000000000000016453fe118cd3d232b50fa25bae9774a2c84573ac6ef503 1,167 0.65/1.00 vMB 139
458,246 458,246 000000000000000001c7f660569d9995cee6c11df2ed70c6a7867f8dd9a6bad0 2,089 1.00/1.00 vMB 151
458,245 458,245 000000000000000001303388ff52e7f3dc8f86da81a94ac0803db1b73cc4faa3 1,866 1.00/1.00 vMB 112
458,244 458,244 000000000000000001bcd93c5e8d7960aa94fbcd89f51dc9cd8919ac827894b1 2,266 1.00/1.00 vMB 150
458,243 458,243 0000000000000000011612d72596f44fcbaededb3a9e391bd3132765a5315882 1,499 1.00/1.00 vMB 339
458,242 458,242 00000000000000000102a271c226bf73a3ef7009c8ac160e8c0fa54260d87b32 1,422 1.00/1.00 vMB 62
458,241 458,241 0000000000000000019e7886f3f46e689819b842cde12ee3f12702a93e5aaaac 2,224 1.00/1.00 vMB 145
458,240 458,240 00000000000000000072adfa6227de36535a90941be5d831e9c9bab67623a5ed 1,079 1.00/1.00 vMB 105
458,239 458,239 000000000000000000b0a67b56754c9844f77be82c733e0bc875fbe6843bbddc 1,761 1.00/1.00 vMB 85
458,238 458,238 0000000000000000015282a619da806f12789fcf59165fd5c2ccd4de314c6a4e 1,932 1.00/1.00 vMB 221
458,237 458,237 000000000000000001a08f826c071935fb67c423cbba8d872e423871007d6e80 1,660 1.00/1.00 vMB 69
458,236 458,236 0000000000000000009f0b0124781bba7b9742d88d75c3daefb32dd3f69b9168 2,115 1.00/1.00 vMB 163
458,235 458,235 000000000000000000f15b592c66b72f562fb28ee51a1de59b74bcf778baa08b 2,423 1.00/1.00 vMB 66
458,234 458,234 00000000000000000149f37e327ae5b0a94dc1684f352b6a8d076ec09d509551 1,876 1.00/1.00 vMB 144
458,233 458,233 0000000000000000016f3f40ad6c10d18f9c246e1b645b5381c2ef0ebbbc92f8 1,525 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.78 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.72 GB
    • Received: 16.96 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.