Loading Tool

Explorer IconExplorer

Memory Pool

42,455 transactions
30.43 vMB
0.16701679 BTC
Random Selection Loading Transactions
Max Size: 153.75/200 MB

Candidate Block

Mining Attempt 8b6e648b11836bb85a8ee0f445a471458bea655c2abca6190bbd1df11bd99e99
Version 20000000
Previous Block 000000000000000000018d0ea92a04bc7d459e6fd23fb9bc4b1689f5bc272781
Merkle Root 115fb9d14c32fe98d4424caa2bb6d59a28be96ee1525ab42c09b1abc2027cae9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.09269814 BTC
Feerates: 301.60 > 9.29 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,522 (333,933 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,589 580,589 00000000000000000010e7608cfc1f2b0d6c24d80f831023d64b9b056f73692e 2,141 1.00/1.00 vMB 15
580,588 580,588 0000000000000000000a3ce14d0c47c5ab5840c1e060a037e1d02e99330c57e7 2,362 1.00/1.00 vMB 27
580,587 580,587 000000000000000000090836318848d08ebfa49df5ead4fcb6fce068e75f2e54 3,207 1.00/1.00 vMB 72
580,586 580,586 000000000000000000015ded2f82e0e36a157d7b4d19b9f0b7aa12d215c6593a 2,932 1.00/1.00 vMB 74
580,585 580,585 0000000000000000000e09b519a362ec4efb905a3d60d514a003b848f2f29531 2,316 1.00/1.00 vMB 51
580,584 580,584 00000000000000000008ecd7889756fadc05e89a0550587f3200bca36b2003c0 2,287 1.00/1.00 vMB 76
580,583 580,583 00000000000000000011723cc650765b9788f9b193d938f49e200569e9b03941 2,690 1.00/1.00 vMB 117
580,582 580,582 0000000000000000001977cc76a51d81f9dbcda92f05c17ae649423c8ae5857f 2,455 1.00/1.00 vMB 49
580,581 580,581 000000000000000000062da626194c52e82547cb36e0e713efdb9c9214516aad 2,627 1.00/1.00 vMB 72
580,580 580,580 000000000000000000119ad3fd97438a9ccd402f5041164b2db0606022f76ccf 2,472 1.00/1.00 vMB 46
580,579 580,579 000000000000000000135f6d1cc981cccf4cfecf7f84a6ca3cda9ad58c8804b9 2,484 1.00/1.00 vMB 82
580,578 580,578 000000000000000000161638454d858db7c54c30e9bb52e2b194a60e1603c6f4 2,523 1.00/1.00 vMB 84
580,577 580,577 00000000000000000000461f6be502b77c437a8d069bd882d59f547445246a96 1,358 1.00/1.00 vMB 24
580,576 580,576 00000000000000000020d3722f6e4ecf2e980af6aded28bdaad174c72e0e782d 2,691 1.00/1.00 vMB 59
580,575 580,575 0000000000000000001902c8b0f5ea66a1ccf15a413ddf370cd0138b50c21d0c 2,917 1.00/1.00 vMB 63
580,574 580,574 0000000000000000001163af440dcfe8c28c1ce288425305a804069d3f549e5b 3,412 1.00/1.00 vMB 55
580,573 580,573 00000000000000000022812befd53f846ab992cc51fb7ba1e95353c41216a68b 2,012 1.00/1.00 vMB 87
580,572 580,572 0000000000000000001e70f44a9b193fd8e5a6a09f399415748624e04675f4d4 3,461 1.00/1.00 vMB 52
580,571 580,571 0000000000000000001711f59cbc50b3416eb09de219c52fa88b1f785ff18f9a 2,087 1.00/1.00 vMB 44
580,570 580,570 000000000000000000078654c6d60221f57e20186bd9c39b64df62d6fb1caf4a 2,887 1.00/1.00 vMB 54
580,569 580,569 0000000000000000001943f2850ca30a4fe9dd34647108c82f9baaa49c098a8f 2,508 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 781.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 618.85 GB
    • Received: 11.20 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.