Loading Tool

Explorer IconExplorer

Memory Pool

22,326 transactions
24.64 vMB
0.05624647 BTC
Random Selection Loading Transactions
Max Size: 118.07/200 MB

Candidate Block

Mining Attempt a96b4f464da02ea3a9dd59bc4cca53876c2435eac83735d2ca75c7968a262230
Version 20000000
Previous Block 00000000000000000000335eb1c86db8e544179eeec091e2f14c3332af5d9962
Merkle Root b81e241f676d97f2262ff4326639effde17f1a4387407005933774a3dadaa9c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,631
Size: 1.00 vMB
Total Fees: 0.01205292 BTC
Feerates: 101.21 > 1.21 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,293 (854,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,241 60,241 0000000009ce9b453e9374cdbc9c62ac6b3b3753d4642deeabd60ed8100a38b3 1 0.00/1.00 vMB 0
60,240 60,240 0000000000d123517880641688783fe60426d2e3c48aaf7f4fe511e6075e4a0f 3 0.00/1.00 vMB 0
60,239 60,239 000000000dc257ccdd229d45bd3e9741998ddf17d809343d53137bfea072c216 1 0.00/1.00 vMB 0
60,238 60,238 000000000eac15ff79cc4e6eec493bed6b23b3ed774a0b71debe891e513e9d71 2 0.00/1.00 vMB 0
60,237 60,237 000000000b251996def29203e569c9bf8d34d06a9fa8ac47b0cec97045cbe574 2 0.00/1.00 vMB 0
60,236 60,236 00000000067c9bbd164355501ba1ae0d3a5d4d088e5bb9cd8a8df4332ac37ddb 2 0.00/1.00 vMB 0
60,235 60,235 0000000007a33b29466b540ee9944141694d257e03606a7617da1ccd76ed3088 1 0.00/1.00 vMB 0
60,234 60,234 000000000b4a8f0d3e958105f8f982ac7e6bec71921ba5a41840e181c61b9c34 1 0.00/1.00 vMB 0
60,233 60,233 0000000007a0c5e8b9c2f78b17cea33becc49a249e03c6375c9edf033a2762ed 2 0.00/1.00 vMB 0
60,232 60,232 0000000000095533fb79b9b817d0cac9b430ef004796fad90a689bda5d1b4f8e 1 0.00/1.00 vMB 0
60,231 60,231 00000000087790119559ef3966f5ff0dd07039824b705c4a84d319723f5a7d77 1 0.00/1.00 vMB 0
60,230 60,230 0000000000f436b2696a9207b8d3b05ac71a8649565306d6897236f59dd0177d 1 0.00/1.00 vMB 0
60,229 60,229 000000000c7b24f80e00b83c314569304f494ac684da30dc414929aadf30fa1b 1 0.00/1.00 vMB 0
60,228 60,228 000000000b691a3a39c8ec23d77a2496dfcae33ab48b0d7c621d107eb893d09c 2 0.00/1.00 vMB 0
60,227 60,227 000000000ec62c41b464ffeeecd6f3d1ea60d8e5684f6363c262e734a4432188 1 0.00/1.00 vMB 0
60,226 60,226 000000000d58e21a6227e1b59b7b99a6978c9abad95659678b651e54211f0992 1 0.00/1.00 vMB 0
60,225 60,225 00000000066d5b9662c98b3eb18474cf6d81ce9b01e3f6b35809c2c50e10ceb5 1 0.00/1.00 vMB 0
60,224 60,224 000000000ad8135a9fdf7ec20e865b793fb618ebc1bb85a962fd294539e9f4c7 1 0.00/1.00 vMB 0
60,223 60,223 0000000004d194860d68aedd1b0e27132a4863bdb974b7fec578eda7e14066f9 1 0.00/1.00 vMB 0
60,222 60,222 00000000022572e7235fbfde52e1f6fa880eb66549de8282fe625666f3ef7713 1 0.00/1.00 vMB 0
60,221 60,221 0000000003d9d2cdcb84e10abbeec4f349765887651008e0f7f2ca1c3f26bad3 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.11 GB

Node Details:

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