Loading Tool

Explorer IconExplorer

Memory Pool

89,029 transactions
33.16 vMB
0.20250237 BTC
Random Selection Loading Transactions
Max Size: 199.97/200 MB

Candidate Block

Mining Attempt a49cae003e7ed28e3a25ba251aaea8326688aa8bf9d134f9911e52e0edeeba40
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root d8551e9b2ef1db0d5487132fbc954bf46801b759344fba688ffa4a07f1115613
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,989
Size: 1.00 vMB
Total Fees: 0.08797396 BTC
Feerates: 387.56 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (252,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,272 662,272 0000000000000000000abb4c5a9d90902757987ce9658dca8571adb681f35250 1,547 1.00/1.00 vMB 42
662,271 662,271 0000000000000000000e3d986ebf895aaef215d9230307f2fe4ee4c010d07813 2,144 1.00/1.00 vMB 9
662,270 662,270 0000000000000000000b9d5ea579f827b61ad8d2f2a69c17021dcc508846ff52 1,983 1.00/1.00 vMB 41
662,269 662,269 0000000000000000000dd15691545c855513e37eba1ca442376e3d21cd81c89a 2,091 1.00/1.00 vMB 21
662,268 662,268 000000000000000000065410fbc0de617799b4387ba4238c55bff175363d72e3 2,554 1.00/1.00 vMB 114
662,267 662,267 0000000000000000000b21e7c63bd4ef0183852c257f4e4e5d54661ced1ba703 1,652 1.00/1.00 vMB 65
662,266 662,266 000000000000000000018c5fbcb1399b37e47baac2d7c1f93284d8d1e3a5c93c 2,053 1.00/1.00 vMB 106
662,265 662,265 0000000000000000000da1e2ce7522e914ba0d8646504e23629f863f1199df75 2,331 1.00/1.00 vMB 44
662,264 662,264 00000000000000000005f819da8802a6c37fc89531876f7ae678b1d5bd0b6437 2,253 1.00/1.00 vMB 22
662,263 662,263 0000000000000000000d207ed2ba1ec66abb925bc498b9027bc7b2862a4a7ab0 2,626 1.00/1.00 vMB 54
662,262 662,262 00000000000000000003292b7684ad5bf4c09c3fbc8b41c6ed494cdc20471897 2,936 1.00/1.00 vMB 19
662,261 662,261 0000000000000000000a670588093470a8ec2a9f2e373fb7463fce91ded13eb2 1,217 1.00/1.00 vMB 116
662,260 662,260 0000000000000000000c44f60cea405c023de1915d9ad9873451f2c0c89ffff3 2,051 1.00/1.00 vMB 51
662,259 662,259 00000000000000000007591da960c157fdbc360d1b3c941e18a66c09dcb634b8 2,292 1.00/1.00 vMB 63
662,258 662,258 0000000000000000000588460a5b07b2bfd2ec77cf27162e5145521c2cfe2efa 2,637 1.00/1.00 vMB 105
662,257 662,257 000000000000000000033aa8aecf8c7cf4e21b88fb08c49ad14ff10219096250 2,728 1.00/1.00 vMB 138
662,256 662,256 00000000000000000004b2ea873e101e781b75ee9b65a1d846b394cf410f502a 2,412 1.00/1.00 vMB 47
662,255 662,255 0000000000000000000e6f904979e915aeb038abb817e7e5022715cf4d11580a 2,879 1.00/1.00 vMB 56
662,254 662,254 0000000000000000000769202a0a6a3cdc1137f20b3ae46b5bd9c51d837660ee 2,298 1.00/1.00 vMB 62
662,253 662,253 0000000000000000000c4c036daaa475a0cfb6e2f49117973006829608effdd2 2,380 1.00/1.00 vMB 106
662,252 662,252 0000000000000000000b00d8f6f74f9012f609d157257e6836309c9de654dfe8 3,028 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.