Loading Tool

Explorer IconExplorer

Memory Pool

39,556 transactions
26.19 vMB
0.05257608 BTC
Random Selection Loading Transactions
Max Size: 136.51/200 MB

Candidate Block

Mining Attempt 1be0b5234edfad37ad561892281813ee0e311ee58fbbd6613fab4e9d0b5cb331
Version 20000000
Previous Block 0000000000000000000018814d3d8a0f9277bbafe575a6ea906e31298d58afa1
Merkle Root 3f512a24c6137ff2a46dd8cbf78a84d840f06f2943a415b17c9d8c2c0e27bc71
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,584
Size: 1.00 vMB
Total Fees: 0.00504075 BTC
Feerates: 100.00 > 0.51 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,799 (82,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,674 832,674 0000000000000000000051c134448155ab4b88c63830cde97a1b2f441195fcf8 4,052 1.00/1.00 vMB 44
832,673 832,673 000000000000000000015a068319bd2a371fd74d4f7353aa12e6948deae46faf 3,286 1.00/1.00 vMB 30
832,672 832,672 00000000000000000001e422a53fa03e47b5524541a0e359e5ccea3888aa0283 2,277 1.00/1.00 vMB 25
832,671 832,671 0000000000000000000303b14b6aaf580554b223e5f679e71d6b7d2d75b7e8e9 2,295 1.00/1.00 vMB 25
832,670 832,670 0000000000000000000260e1f5b9fb4b64520a9b90b1cc40aafd131ed6b54143 2,436 1.00/1.00 vMB 21
832,669 832,669 00000000000000000001efcde21f4d7a06a52723e631479c249c008660637ed0 3,799 1.00/1.00 vMB 39
832,668 832,668 00000000000000000001ce69a473062de3166a5f418532a2550d2388eda12bf1 2,471 1.00/1.00 vMB 27
832,667 832,667 00000000000000000000a7c4b315c7475bff08e49a7b94b8732d632d5ee18cb5 2,767 1.00/1.00 vMB 42
832,666 832,666 0000000000000000000388fb679e95cb2c97814b18143791c250d567a47d5470 1,660 1.00/1.00 vMB 27
832,665 832,665 000000000000000000014494533e5a46ad69653d9daeb0028aaf1561c43b155c 2,683 1.00/1.00 vMB 41
832,664 832,664 00000000000000000000fcbb09589c7ab1b51c10ca30eebfd3c5a38df1ed1dca 2,534 1.00/1.00 vMB 46
832,663 832,663 00000000000000000001b0340910e73a1cab69eef52ef7ca29ed6ed3c1e1c5fe 3,594 1.00/1.00 vMB 56
832,662 832,662 00000000000000000000d144ea79299cb4221fdd68528ac78a3b317d117819a2 3,500 1.00/1.00 vMB 68
832,661 832,661 00000000000000000002b58e514ff6c8c23a765b7a8cf581233a592696018ee7 3,140 1.00/1.00 vMB 42
832,660 832,660 00000000000000000002ce4ae83b4a78636e00178e6f65abfda8a022006869bf 3,473 1.00/1.00 vMB 52
832,659 832,659 000000000000000000020a22ed37bcf3216c47806aae1e25b1ebc5bfe4bf867e 3,321 1.00/1.00 vMB 38
832,658 832,658 00000000000000000000b9e8adfa6d320ef718963d01c950fa6dd043e217dd34 2,566 1.00/1.00 vMB 41
832,657 832,657 0000000000000000000359736358a11f5941c948979707496ac67b52db051b8f 3,409 1.00/1.00 vMB 62
832,656 832,656 00000000000000000000773c722494d6b9d44da50739db37efb52745e3832eff 2,254 1.00/1.00 vMB 35
832,655 832,655 00000000000000000002d30722bac5569c1fe1187dce5cbbd77eb352e879d9fc 3,423 1.00/1.00 vMB 54
832,654 832,654 0000000000000000000136208a1d387825a321305436945a0f66b143d56b2d3b 2,108 1.00/1.00 vMB 32
Previous 10 blocks ↓
Total Size: 782.03 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: 650.29 GB
    • Received: 13.26 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.