Loading Tool

Explorer IconExplorer

Memory Pool

79,589 transactions
29.95 vMB
0.07140251 BTC
Random Selection Loading Transactions
Max Size: 183.44/200 MB

Candidate Block

Mining Attempt d90a770c35f4bc3a675e60c11b046dc75a609d5ec5660299e4b5a661850379f9
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root b48ac95b063b2c01cece1b0797dabdaaaed065a982c64419972e63c44a0c9eb1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,941
Size: 1.00 vMB
Total Fees: 0.00499358 BTC
Feerates: 40.20 > 0.50 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (480,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
434,730 434,730 0000000000000000007328eb334674f3f8d81974a9d56ecbeab39065f3c2efc7 2,529 1.00/1.00 vMB 73
434,729 434,729 00000000000000000325e1dd51fb9847d484b1478414e10a9a40cc7cc3d68f5d 1,474 1.00/1.00 vMB 31
434,728 434,728 00000000000000000328c7b28b2d51837f59f15ee9cacf4fd66f4b82f0ea69ef 2,371 1.00/1.00 vMB 67
434,727 434,727 00000000000000000116e3b2d82ce167ae37e8e98cd884222e0c4177761abeb7 1 0.00/1.00 vMB 0
434,726 434,726 00000000000000000318c164ec7a0d42af3ceae1adb50c853a44ce193d80b5e6 1,876 1.00/1.00 vMB 54
434,725 434,725 00000000000000000335784bb4cbd0ded666e6878b8e9c898c801f65ead5604b 2,161 1.00/1.00 vMB 45
434,724 434,724 0000000000000000019757c859bb7b38a5761c91cb095dfa8fcd62b6a39675ca 2,497 1.00/1.00 vMB 56
434,723 434,723 000000000000000002c1d06d99295ad0464ddbef56288594524f54caf2f80004 3,094 1.00/1.00 vMB 96
434,722 434,722 0000000000000000042353a9b11b23164e2f5f36cc9b76fbe41a62ed82881257 1,365 1.00/1.00 vMB 41
434,721 434,721 000000000000000001605d53a848200d6cd2bb18896f7f840acbb6219f9a806f 1,966 1.00/1.00 vMB 49
434,720 434,720 000000000000000000c12fac49de86b08b69d6c56a875cef8d5e3b003dad8299 2,044 1.00/1.00 vMB 42
434,719 434,719 00000000000000000221540ed88d451310611c7018f4c3f0ea9101fc34ab04eb 2,169 1.00/1.00 vMB 77
434,718 434,718 0000000000000000008892911fc611e5f2d5882a016b5a77602740bf838925c8 2,438 1.00/1.00 vMB 66
434,717 434,717 000000000000000003014e916d40cefc8d7a31ee102fa77e719effb7eff2be2c 1,446 1.00/1.00 vMB 43
434,716 434,716 0000000000000000022d07d797d1aa524a8b99368119342e260b739f08895ab5 2,571 1.00/1.00 vMB 54
434,715 434,715 0000000000000000005c9cbb48fb54774324a4c556d1d8a748b2601df2ecd025 2,196 1.00/1.00 vMB 51
434,714 434,714 000000000000000002da75fe1a2e93c48cec5f0a0b4583582ae2b56531d18d7d 2,920 1.00/1.00 vMB 59
434,713 434,713 0000000000000000009bdb351c6eef25dda6922be0166ffd2067cf624eda7f64 2,862 1.00/1.00 vMB 55
434,712 434,712 000000000000000002b287b9056f7891518c1de923e069dc85026f9e220035de 2,504 1.00/1.00 vMB 83
434,711 434,711 0000000000000000010f6041a27d8983b777cc30112fa2f1bcdb079a19b5cc5c 2,395 0.99/1.00 vMB 65
434,710 434,710 000000000000000002f05b8abae9d500d36d30a2c4da747deb0fdef55e3c0de9 1,977 0.93/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 783.00 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: 718.53 GB
    • Received: 17.91 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.