Loading Tool

Explorer IconExplorer

Memory Pool

27,263 transactions
7.17 vMB
0.04371323 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.83/200 MB

Candidate Block

Mining Attempt 592580f48bbb0be63a375372ed3b6de7954277b7995b98c399e22f7514e6a786
Version 20000000
Previous Block 00000000000000000001c02571042c0baf36458b65db85617878e8175980e0c3
Merkle Root 1633f8318008e02a99c53fe8578dbf26c9c18dac456d6a46afa7736addd868d1
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 968
Size: 1.00 vMB
Total Fees: 0.01927340 BTC
Median Feerate: 1.59 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,229 (745,594 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
167,635 167,635 000000000000033cd9f9e0a436d744f422d92c24bb9f98322488a92fbb749db2 1 0.00 vMB 0
167,634 167,634 000000000000090b14dbcffe4539b8a48682f2f598ceed5c4250a6d4b1c2de82 12 0.00 vMB 32
167,633 167,633 000000000000088ec5e25cb2b2420dbc240341d2f0bef578f52058ee9ea47ea0 17 0.01 vMB 74
167,632 167,632 00000000000009de11edd50026a8c3b719c446f2b0b6c3ba34030a1c0bec6e62 1 0.00 vMB 0
167,631 167,631 0000000000000271195e7461807388ec61d04d2c3f04d9e18ae0bf7c5af63834 112 0.04 vMB 15
167,630 167,630 0000000000000a9af8cf8b918a3c5c108b44cd535458d8747ddf9831807ec05a 23 0.01 vMB 164
167,629 167,629 00000000000006720438606aa038ac288a9937adb07f3394e23b3eef542daf54 33 0.02 vMB 48
167,628 167,628 00000000000008189e3932783248dd31df9d479921ed8b50ca6d64820439f2c1 10 0.00 vMB 0
167,627 167,627 00000000000006bc8651786ad2f25bbac60df0966401a07b9fc34d59614811d2 16 0.01 vMB 94
167,626 167,626 00000000000009d219776f9521ad18aada55f0a77cc752ab336695aa58ee0a4d 9 0.00 vMB 66
167,625 167,625 0000000000000a90d4d9334a12aef235e5ea8b8f84c78a55f4426e694bab978b 17 0.00 vMB 124
167,624 167,624 00000000000006c4d20633d07bedff192e57d6effdba5c551782e2c733105296 113 0.05 vMB 113
167,623 167,623 000000000000051be9ed0d3409edef57c373f13c692c80fe60786e428bdbc71a 15 0.01 vMB 0
167,622 167,622 00000000000005b40ac2b429943bc3210db43cc398eef297384a67404663540e 36 0.01 vMB 38
167,621 167,621 000000000000096c4a0c7bed3587c7431af57139af134a0289fffb766f275ffb 98 0.04 vMB 346
167,620 167,620 00000000000001dc41b71985b1de1ce55aa93d3faf311f6d7a416ab039a05eae 25 0.01 vMB 285
167,619 167,619 000000000000074312f6cfcb4f297f5b695583ab45fa314cd106c97251736076 116 0.05 vMB 9
167,618 167,618 00000000000001192bd75e4e14d654efd152902d5def421ae2596f6a13b6dd03 92 0.04 vMB 95
167,617 167,617 00000000000004994312fce6060dfd1a15f733dcec455c81724c196dba1c1df7 10 0.00 vMB 0
167,616 167,616 00000000000009010d8424802604635676726936b72f7292ef0c63024d015661 9 0.01 vMB 72
167,615 167,615 0000000000000a483ff652e6f45bb04539f92c97349ae620fdbdda68449579bc 5 0.00 vMB 38
Previous 10 blocks ↓
Total Size: 779.25 GB

Node Details:

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