Loading Tool

Explorer IconExplorer

Memory Pool

88,971 transactions
33.46 vMB
0.08618567 BTC
Random Selection Loading Transactions
Max Size: 200.00/200 MB

Candidate Block

Mining Attempt 50ec8dcf51b44def5d130e30ba596d8ec80883b2b191ea37334a57433caca9a1
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root 0277214043e1e5b3bd33095e4386a6d83100c22e42583fc9a9040f77556bb9a4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,567
Size: 1.00 vMB
Total Fees: 0.01953123 BTC
Feerates: 502.65 > 1.96 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (234,589 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,357 680,357 0000000000000000000125dcd3e299b0f7ee35e822b6aab241c13211028c6b92 803 1.00/1.00 vMB 220
680,356 680,356 0000000000000000000b0319d2ce0634c860765fd8fb81bee51d31a441c31cfd 2,425 1.00/1.00 vMB 107
680,355 680,355 00000000000000000008d4fc1282bfe3dca8338c06af58fdb123cef9b3da9bd4 1,371 1.00/1.00 vMB 135
680,354 680,354 0000000000000000000315ebc6efcbe13c63889db9412aaf22d1e66e47111cf5 2,311 1.00/1.00 vMB 82
680,353 680,353 000000000000000000008a78230f8e8d57d4937551ff30cbeaf5fa144c0f8d44 2,259 1.00/1.00 vMB 125
680,352 680,352 00000000000000000008880b25922ca464405f49d7b4e7f7e2efab7dd8e4a69c 2,053 1.00/1.00 vMB 112
680,351 680,351 000000000000000000075794cbffc57b70b0fa76010c0434d57b6baaeaaf07ad 2,150 1.00/1.00 vMB 119
680,350 680,350 00000000000000000009062c04bf54194c92afbeebaf05714474d42ce7e3d9cf 1,841 1.00/1.00 vMB 203
680,349 680,349 0000000000000000000b5f65f7448f9a97061a42401db38ab6cb466769c7547f 2,711 1.00/1.00 vMB 260
680,348 680,348 0000000000000000000854824fff8ab926e6c9df6475ed8cb8f21ae77de3a5be 1,521 1.00/1.00 vMB 100
680,347 680,347 000000000000000000002ce71f20da3ad202a8e90d4205e69f3fe7f2297ae017 1 0.00/1.00 vMB 0
680,346 680,346 00000000000000000003ad240780f3c720068ebb142b40b00f7e85110254db30 1,984 1.00/1.00 vMB 145
680,345 680,345 00000000000000000007c93f99a8eec89365d987d33a7876628e849201f8b9f4 1,208 1.00/1.00 vMB 210
680,344 680,344 00000000000000000003662556f918331e7abccf3880cbeea071f878f61f5a8a 3,198 1.00/1.00 vMB 158
680,343 680,343 0000000000000000000708ebd822294a3ea331362c0f1b58faaec14895e6a668 2,013 1.00/1.00 vMB 110
680,342 680,342 00000000000000000007091f96c03f1360e8c12936d820797821c14d0750fb62 1,965 1.00/1.00 vMB 128
680,341 680,341 00000000000000000007486ca07c0c973d5f770401032752c8ae55ce3e9f5ce8 2,512 1.00/1.00 vMB 199
680,340 680,340 000000000000000000032772f20cd0512ad42901107ed2747f4b49d016e42749 1,472 1.00/1.00 vMB 95
680,339 680,339 0000000000000000000ac3dd3fdb262d274756e00c616b5cbcab5e7cfa7a2ebe 2,731 1.00/1.00 vMB 132
680,338 680,338 00000000000000000004942f6d3bce20271d62b6b3a30ba05b513f1bb303db39 2,308 1.00/1.00 vMB 209
680,337 680,337 0000000000000000000afdded8bc456acbbd893ab47572f2a8f7e7c5eba78035 3,448 1.00/1.00 vMB 98
Previous 10 blocks ↓
Total Size: 782.29 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: 657.27 GB
    • Received: 14.51 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.