Loading Tool

Explorer IconExplorer

Memory Pool

77,252 transactions
30.80 vMB
0.13989421 BTC
Random Selection Loading Transactions
Max Size: 177.09/200 MB

Candidate Block

Mining Attempt eee56f95eb72de8fcd214cedf16d537ff23aac9ea2f54835121fde2ebb1a5e04
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 891fd15da4dfe66aa21274120baf0c179b62b8db9519cd7cd80e747a284d9569
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,301
Size: 1.00 vMB
Total Fees: 0.05114156 BTC
Feerates: 150.36 > 5.12 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (242,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
672,597 672,597 00000000000000000005419b8d637ce906c2575220528a2c9bd33db047b317e4 2,202 1.00/1.00 vMB 57
672,596 672,596 0000000000000000000c3d174a57d8020c6cac2973ec643b59a225597a03b6e4 1,315 1.00/1.00 vMB 114
672,595 672,595 00000000000000000004b599969f9f25e393520d41afeab2ca97c5509c1e8a81 1,674 1.00/1.00 vMB 32
672,594 672,594 000000000000000000011fe4a7d96da5f05046c599eb7ec94aa754ca5ef17602 2,921 1.00/1.00 vMB 49
672,593 672,593 0000000000000000000abeaafc15ade63c24b76a80aac8fb92e61b32181edc5b 2,784 1.00/1.00 vMB 91
672,592 672,592 00000000000000000008c7f4607ae9865237545defbb665021ac5ee435768312 1,814 1.00/1.00 vMB 20
672,591 672,591 0000000000000000000c5a9237779f01203cf6d39747d90fa91b386e481bddad 915 1.00/1.00 vMB 19
672,590 672,590 0000000000000000000c526f230cdf2083184d2f556bae8c13d10c6e0056dc99 2,327 1.00/1.00 vMB 40
672,589 672,589 000000000000000000089e83396bd62f4207de5d3242f21faf390b51f6501783 2,480 1.00/1.00 vMB 34
672,588 672,588 0000000000000000000b4ba5630b9842b5ba54fe61d664b2346bbe6f9cea2c7e 3,041 1.00/1.00 vMB 115
672,587 672,587 00000000000000000000fa9e3ad470ac11f40ae4d0e1ffd6443b1472221350c6 2,997 1.00/1.00 vMB 90
672,586 672,586 0000000000000000000b7c3a9361908cf92159187b041fa2975aa7e515909ba8 2,016 1.00/1.00 vMB 46
672,585 672,585 0000000000000000000930c5d310afe166ea0a5d55b29bcd2d0eff3bb4204f31 722 1.00/1.00 vMB 25
672,584 672,584 00000000000000000008d110b174c098dc17af36e2d9fa7be2ae9373c3c67ed9 2,300 1.00/1.00 vMB 51
672,583 672,583 0000000000000000000c3c7b030e416d8c383f46df0aa5d6705c2a65d7edf724 941 1.00/1.00 vMB 109
672,582 672,582 0000000000000000000677a7918e77c3c93820760b10928d348d968f2b5d0cd0 1,406 1.00/1.00 vMB 44
672,581 672,581 00000000000000000005d2fe1a41ba11eb769e28537799b5668a6e1418a8507a 934 1.00/1.00 vMB 18
672,580 672,580 0000000000000000000227e1570d24bc36a7481b52ee1fd024db90fc48e58bd0 2,465 1.00/1.00 vMB 44
672,579 672,579 00000000000000000006889b7e694c4df127c1e18e26813fd5234e0924ef7c02 2,374 1.00/1.00 vMB 97
672,578 672,578 0000000000000000000727c4411a2538c7846ee4c85748324f3e70f2ab1c704a 1,696 1.00/1.00 vMB 18
672,577 672,577 0000000000000000000537948f6c69bb7f0868df15ff34ecda71320f341adaa0 2,233 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.48 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: 668.22 GB
    • Received: 15.43 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.