Loading Tool

Explorer IconExplorer

Memory Pool

80,614 transactions
29.98 vMB
0.07853794 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt dc28ebc4cc3df3b0ce020bfef290f347f71309fc46140a1f9e67c3a1483ddf6d
Version 20000000
Previous Block 000000000000000000004443bbd7d3e1cd234af07e1977968d16f2c7b837c7c8
Merkle Root d5342fdc8b2c3049e061fa035fcb61ecb63f9c73113c813a1e30b18aab39295f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,562
Size: 1.00 vMB
Total Fees: 0.01733911 BTC
Feerates: 197.70 > 1.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,988 (453,631 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,357 461,357 0000000000000000008e4b2586df963d86ec9d1377a5ea22c05999655cf7f4ea 1,220 1.00/1.00 vMB 109
461,356 461,356 0000000000000000001635154cfe98235985abd11879b301aba9fe3bec2f0c9f 1,178 1.00/1.00 vMB 82
461,355 461,355 00000000000000000209ab0b831aa62af0e973912916f48b89e8a3bb1572e505 2,035 0.99/1.00 vMB 144
461,354 461,354 000000000000000000a8f27a5070a38115d79602c80eabbb2e6174a962795587 1,258 1.00/1.00 vMB 94
461,353 461,353 00000000000000000180af165e59679f73247ead898b100ad33103c69660ba6e 1,999 1.00/1.00 vMB 116
461,352 461,352 000000000000000001718130e4e014067a22c831ec6223ad165301b4bce79216 1,426 1.00/1.00 vMB 118
461,351 461,351 000000000000000000b731115e1ca9c3b4c6191346453264fab413736da0ebce 1,262 1.00/1.00 vMB 120
461,350 461,350 000000000000000001b89dd6d0ddb3c0103ed82073c4487859317767f823ed2f 2,201 1.00/1.00 vMB 142
461,349 461,349 0000000000000000005ef4210fe6d7e39ea42b191c4c9884485fa09bfa403b51 2,343 1.00/1.00 vMB 160
461,348 461,348 0000000000000000005e8209e2499d5fdbb9a4de471b5c982174d79df1b4f48d 1,542 1.00/1.00 vMB 118
461,347 461,347 0000000000000000005b670615d76b95c2b69341d19a68f53d7b9f146868cb74 1,910 1.00/1.00 vMB 138
461,346 461,346 0000000000000000012e33646db9d5ce4d6c94e3ff7f0da2bcdc626f914b866c 1,717 1.00/1.00 vMB 138
461,345 461,345 000000000000000000fb8c307b03bbf58a3b916ea70ab7603fc9c374808532bb 1,942 1.00/1.00 vMB 130
461,344 461,344 00000000000000000081dd0f826d8311efff5b65369899d2660f68f073c47503 2,036 1.00/1.00 vMB 185
461,343 461,343 0000000000000000002124304f96debeff928b395feb80c9d726c6be31c8d46d 2,304 0.99/1.00 vMB 126
461,342 461,342 00000000000000000220f274e706b3a58710f1daf440116f8a3e56f4deb96215 1,481 1.00/1.00 vMB 151
461,341 461,341 00000000000000000172071d3bb2dddeba52482b949543dbc589a5c6f10b2cc1 2,111 1.00/1.00 vMB 189
461,340 461,340 00000000000000000082c025660a0845bec9d64a4162708c44a81bdc0e8ef3fc 2,150 1.00/1.00 vMB 132
461,339 461,339 0000000000000000013505c02ecd998a88b5480f9f8026d891f9cac5bf2a938a 1,991 1.00/1.00 vMB 160
461,338 461,338 0000000000000000022282d439b666d0d7904c8dcd74f2620da37f71f46d0f54 1,994 1.00/1.00 vMB 143
461,337 461,337 00000000000000000016bfe4118e01d20487769cbced8ec1c656793314a8c514 2,689 1.00/1.00 vMB 191
Previous 10 blocks ↓
Total Size: 782.37 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: 663.76 GB
    • Received: 14.93 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.