Loading Tool

Explorer IconExplorer

Memory Pool

47,439 transactions
20.91 vMB
0.05336007 BTC
Random Selection Loading Transactions
Max Size: 119.33/200 MB

Candidate Block

Mining Attempt bdc9235b53bae704e34b3ec6ecd882c67083690e58cba47bf272983ad1590f08
Version 20000000
Previous Block 00000000000000000000faed96a000e6af02c7a774033a269d5f0bd95d37818e
Merkle Root 7e86e404cfb980316b33fe0fba9abd394d34f181a515e8ea9778db15eb5dd50a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,032
Size: 1.00 vMB
Total Fees: 0.01128376 BTC
Feerates: 73.20 > 1.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,029 (790,869 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,160 123,160 000000000000485f2619ffc5789cf8bb263a62de28daba6e32b53334ff5aefd1 8 0.00/1.00 vMB 2,054
123,159 123,159 00000000000050f51a6a09a695f114c0799d4a843a1f737da36d95ce6b4d1d23 21 0.01/1.00 vMB 220
123,158 123,158 000000000000101aca25c93d48cd7c45bbe68024da52c6dec6c83c017bb0ac5d 23 0.01/1.00 vMB 921
123,157 123,157 0000000000000300d33635d5dac103bdc79868855badcf64452682ca76773e15 2 0.00/1.00 vMB 3,891
123,156 123,156 0000000000002768bb391d6e4122ac4e71b4aad421ddab205ab3c5905c8a7e2b 17 0.01/1.00 vMB 338
123,155 123,155 00000000000045a0a0f2ccd27758867c67efb48d778bde16ef62545c904f26be 54 0.02/1.00 vMB 159
123,154 123,154 000000000000568a844beb51c0fea9f8e5806772ec12a8dbdb1703e9b34c24ee 4 0.00/1.00 vMB 1,960
123,153 123,153 000000000000419c56ed13671a16f9fdf25d896f6dec2bb3f65f0be5e93a21ef 11 0.01/1.00 vMB 742
123,152 123,152 000000000000340b2e9fb1f58d5caadbb15a3a7e81f6886b1edca44bc9924c35 36 0.01/1.00 vMB 1,116
123,151 123,151 0000000000000a83d9c5237cbfd30dd1d70879a3b47a094616cdb3a157bdf346 39 0.02/1.00 vMB 134
123,150 123,150 00000000000066fc406b94575bdbb6ef3ebf214883ce090753df2d101397f517 1 0.00/1.00 vMB 0
123,149 123,149 0000000000004df563b65df30410e8a1c6aeff25af3ef66c2cbaf1d205d93261 11 0.01/1.00 vMB 1,293
123,148 123,148 00000000000032226c80edf3d59491dec6ab3c3fb4bff4d50c4d540001807c9f 1 0.00/1.00 vMB 0
123,147 123,147 000000000000178fa8b373e765a688306404ae2bd5c52ee56360f467a4c2a909 32 0.01/1.00 vMB 249
123,146 123,146 000000000000287d2e3e510f68c132fbc106fdb1bd720282f28ecb9b8141efd7 12 0.00/1.00 vMB 939
123,145 123,145 00000000000017b2a623a3c1474cf8e05fb3143d5509460f6fc8fa34cd43c304 35 0.02/1.00 vMB 707
123,144 123,144 00000000000011db1591dc83f7b14920ca1c0d42a44caf99571c5146e9f7eafb 47 0.02/1.00 vMB 1,602
123,143 123,143 0000000000005f5d2e552d8640fc59b04cbf31b57521fe344c39efef577c6b3c 8 0.00/1.00 vMB 0
123,142 123,142 0000000000000be5e7062a350fab99741ee3d91a7d9fad71abbd77516a6e763b 7 0.00/1.00 vMB 275
123,141 123,141 0000000000005baa45fc9b37baa01d8a010445f7bf2263d124bcd82431369246 14 0.00/1.00 vMB 240
123,140 123,140 00000000000031ac1f33c2a12efa0b29a23c11dd2e3aeeb1c94dea89394c789a 12 0.00/1.00 vMB 636
Previous 10 blocks ↓
Total Size: 780.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 551.65 GB
    • Received: 6.52 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.