Loading Tool

Explorer IconExplorer

Memory Pool

80,168 transactions
29.50 vMB
0.12559603 BTC
Random Selection Loading Transactions
Max Size: 178.55/200 MB

Candidate Block

Mining Attempt 645b0cf6b1b7a1fd7692b7ade02d44544bf6702bf0277d52d93c33e53c4888ad
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 7508501d60b0370d6f4040edaf2de749d8f70d06e4c3c99d46b40405836d6337
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,682
Size: 1.00 vMB
Total Fees: 0.04511774 BTC
Feerates: 477.45 > 4.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (232,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
682,621 682,621 0000000000000000000c3d5bf1ca5bd24175c1ba4a0d56593dee05899878cd1b 2,553 1.00/1.00 vMB 51
682,620 682,620 0000000000000000000b6ac6b0d91b0e72c81b4db46bed017fbd70e8aeb7de61 1,925 1.00/1.00 vMB 64
682,619 682,619 000000000000000000079c02934dde361dfa9c96c491d72eefc9ac4ee65076a3 1,743 1.00/1.00 vMB 86
682,618 682,618 0000000000000000000c448da9acc1aa97d3c285b9f8f999ea1daac37afc41f4 2,045 1.00/1.00 vMB 101
682,617 682,617 0000000000000000000254241102ecfde800b76a530e3565d26f15b3bef9b3b6 2,027 1.00/1.00 vMB 96
682,616 682,616 0000000000000000000b0025a1142f28126834a31e7c02e1bc741e16dede8ca6 2,300 1.00/1.00 vMB 39
682,615 682,615 000000000000000000019627aee7917cb450afc0d48339ce53174c70c5c70121 2,693 1.00/1.00 vMB 98
682,614 682,614 00000000000000000005243713d1210d64ca320a13bf9ff1ef09751b088b9501 2,616 1.00/1.00 vMB 48
682,613 682,613 00000000000000000008cfbbe154b8b82dc5e8264052ce1e24d6961c802f52c0 2,659 1.00/1.00 vMB 55
682,612 682,612 0000000000000000000773478294485f8fa11ed795b98194886b14200fc0a27a 2,625 1.00/1.00 vMB 72
682,611 682,611 000000000000000000034efcb82183f2b4f5c3afa726b20d44162f27ccd30431 2,105 1.00/1.00 vMB 89
682,610 682,610 0000000000000000000c48a9db0bd053547f5abe4a2d227af26adcfa442ffca9 1,936 1.00/1.00 vMB 122
682,609 682,609 00000000000000000004f4b467eb7782cca5bfc65a44c0eacba76623580ddff3 1,991 1.00/1.00 vMB 48
682,608 682,608 0000000000000000000398e26af1b4dcfbf4350067debebd8b2fcadb4f9f9794 2,224 1.00/1.00 vMB 51
682,607 682,607 00000000000000000000a09480ec96b151b8866ae7c974f479a0b5f7141f1362 2,693 1.00/1.00 vMB 50
682,606 682,606 00000000000000000007240f67cb25e9514af65c838606a1bfdd6c0222552a19 2,058 1.00/1.00 vMB 77
682,605 682,605 0000000000000000000b9b40a859ad4680e1e79aa05ad1c600ec87a82f3dfa7d 1,060 1.00/1.00 vMB 90
682,604 682,604 0000000000000000000ab090dfe1b5e74ba61a487b70d5119ec91dcdc4d05e00 2,598 1.00/1.00 vMB 106
682,603 682,603 0000000000000000000bafc96be918239f5972d6af7fa8a842ef46805af252fc 2,869 1.00/1.00 vMB 64
682,602 682,602 000000000000000000019b48b42c09e6cb2992dbc29d56ae41bec0fcde02ebf3 1,620 1.00/1.00 vMB 84
682,601 682,601 000000000000000000019e50810d4a57db4b2ddb8e44604ec8de086b6fae4635 2,558 1.00/1.00 vMB 100
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.