Loading Tool

Explorer IconExplorer

Memory Pool

75,806 transactions
28.66 vMB
0.06658725 BTC
Random Selection Loading Transactions
Max Size: 175.35/200 MB

Candidate Block

Mining Attempt 039b5e469904cc1abbaefbef1f64593ac4adb7c8d7a6b28bb44b47b6f26623f8
Version 20000000
Previous Block 000000000000000000018a1745256f25ae444f4fd5c5dd6ed2078735484c4179
Merkle Root 888fce77aa92c3197c32303dca4fcf23b63b177c358d7c7539d967365297904c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,632
Size: 1.00 vMB
Total Fees: 0.00444044 BTC
Feerates: 74.05 > 0.44 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,241 (514,133 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
401,108 401,108 0000000000000000040838bcba60eb51f05a24b55b5b779f855a406aa951cf3c 684 0.47/1.00 vMB 31
401,107 401,107 000000000000000001185864838f668eaf86b0b55b9978be43ff2f2e07944ecb 2,135 1.00/1.00 vMB 45
401,106 401,106 00000000000000000186d0914122d1794c8c3040a1c44533b0de4feb8c9b99f4 821 0.99/1.00 vMB 26
401,105 401,105 0000000000000000033d76d1979cbf908abbd9e94a5a7a84aedc51dd3aa0d022 741 0.38/1.00 vMB 44
401,104 401,104 000000000000000004caf85d546365c1758408ab2747bc22ec03bc4f8fea257d 456 0.60/1.00 vMB 23
401,103 401,103 0000000000000000024e5405db7873cd93dfa5e5fd9b0b9106e9e7fa7cdcea93 1,424 1.00/1.00 vMB 44
401,102 401,102 000000000000000005d0fd12bf1464367d941f55deea94fbfceb36d8db79fddd 2,174 1.00/1.00 vMB 40
401,101 401,101 000000000000000002c27eadc284b9d733e940a06973648d43fc6c3b2e7224df 2,424 0.93/1.00 vMB 70
401,100 401,100 0000000000000000057e5c7d461cd4ff563e8a4e8071df28122231da20c2e0ae 1,040 0.60/1.00 vMB 42
401,099 401,099 000000000000000001e4bfc2f04c06f2b3540e0ad73581035df3837e64e5566f 369 1.00/1.00 vMB 12
401,098 401,098 00000000000000000307e9cd063338e9c2db4c648088fa09efa44499d391d51c 2,134 0.93/1.00 vMB 66
401,097 401,097 00000000000000000429bfe9f980940f02525528f03e76fca32610dd68ed286d 1,862 1.00/1.00 vMB 46
401,096 401,096 0000000000000000010b2f0fb14774c668268dc506be5fdc8d63b8c09b7c20c5 1,856 1.00/1.00 vMB 30
401,095 401,095 0000000000000000049fd3e402986b00c01231f89b9d1e3159765ede36cb16d7 2,836 1.00/1.00 vMB 62
401,094 401,094 00000000000000000089f5639d0709d3a3e061d277d5937a7f617c25d3ee6fce 2,351 1.00/1.00 vMB 76
401,093 401,093 00000000000000000370c462999f25881e445f3f7b284ebf566550290e393170 1,372 0.71/1.00 vMB 49
401,092 401,092 000000000000000001ef0ff000d68f65f8da6722fafd7e7413f252589c5d6c2b 1,515 1.00/1.00 vMB 32
401,091 401,091 000000000000000005feb8fbd4b53a3d1c2c6a9b60030e4b2862b391305d7939 54 0.99/1.00 vMB 2
401,090 401,090 000000000000000003ab72130e98d1dbb0c3f643163cec66c6aec51d65371963 832 0.82/1.00 vMB 27
401,089 401,089 00000000000000000448cd02f23b8f299a421438cd3b7cc4eb5822c53d296388 2,387 1.00/1.00 vMB 61
401,088 401,088 000000000000000004ead97daf7756e98d7438126f3de5a3a6061610c5b00ebb 217 0.13/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.81 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: 710.27 GB
    • Received: 17.05 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.