Loading Tool

Explorer IconExplorer

Memory Pool

38,186 transactions
31.20 vMB
0.10534536 BTC
Random Selection Loading Transactions
Max Size: 171.40/200 MB

Candidate Block

Mining Attempt d7cecc5935823bd9140b06a1a1d6a3abc958f39d1062b919016f3301afa7b23e
Version 20000000
Previous Block 00000000000000000001ba558c340bfa3419f7fef524fde609d36decb624b1aa
Merkle Root d0a8af26678cb7fb8a472a8845719dbec4c0d3e43fa1b46972fcdf029caddb0a
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,881
Size: 1.00 vMB
Total Fees: 0.03016595 BTC
Feerates: 318.30 > 3.02 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,326 (390,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,801 550,801 00000000000000000013ce5dae7139c8c8232717e3d58ce34b9d5ff2daf6faee 2,268 1.00/1.00 vMB 54
550,800 550,800 0000000000000000001d00d1a03e7285661465d2a0a2ed9485cba09efff92a05 1,932 1.00/1.00 vMB 40
550,799 550,799 000000000000000000215f5767d1a35f7da00b394bcc68daac8e8d382911f3f6 1,810 1.00/1.00 vMB 42
550,798 550,798 000000000000000000139f4c5a511bf5fb0dae389dfa09c2b80b187847dbd674 1,858 1.00/1.00 vMB 27
550,797 550,797 000000000000000000051c95987ba68881665ba0c938569ff9ad66b731620ce5 2,233 1.00/1.00 vMB 59
550,796 550,796 0000000000000000001ba8762cc27de34367c8dff5102163dc9d3730c56370cc 1,068 1.00/1.00 vMB 39
550,795 550,795 000000000000000000260d82bc2996160a8334fca4b1b165eeb33381049edeea 2,508 1.00/1.00 vMB 79
550,794 550,794 0000000000000000001de9a7b6072be958119b7314b25bce39f5e7804cd6abf6 2,513 1.00/1.00 vMB 47
550,793 550,793 000000000000000000019b6b5cdae4c36b79d56e224e907533f19b5d072b2c70 2,694 1.00/1.00 vMB 45
550,792 550,792 000000000000000000079b28ee3bba1536929c4d4b9c31796f982322c7472139 2,407 1.00/1.00 vMB 80
550,791 550,791 00000000000000000010838c6d3e122923a405733739b4e673e4d663814a36b2 1,083 1.00/1.00 vMB 30
550,790 550,790 0000000000000000001c926d523304760701aacca1a278d518655e2a86ac340e 412 1.00/1.00 vMB 19
550,789 550,789 0000000000000000000038df932035352d4610343bb1e875adfa551cac001b61 1,859 1.00/1.00 vMB 35
550,788 550,788 0000000000000000000bba07b7d8f5f6abcda27f0e60cd953e4f928b2977dd5a 1,791 1.00/1.00 vMB 28
550,787 550,787 00000000000000000022ade732d3604ebb9ff8201177de57c5eec497a868620c 2,181 1.00/1.00 vMB 28
550,786 550,786 00000000000000000005a7ecaf9442febf7da835881554ac83e897a40aaed03d 2,466 1.00/1.00 vMB 46
550,785 550,785 00000000000000000021ddf3a2d4e9eb3775c94b1689e078790d07c3a0bafe73 2,433 1.00/1.00 vMB 28
550,784 550,784 00000000000000000009c9597aecf05abf11856eb8b2de960e92d5406dfd5f21 2,586 1.00/1.00 vMB 55
550,783 550,783 00000000000000000027004291f04255d2e178e75b502cf55f37bd0d916fee48 2,373 1.00/1.00 vMB 41
550,782 550,782 00000000000000000011dcf86eb7af520dc39aa01f72b3a163d5f7f507f4e00f 2,376 1.00/1.00 vMB 68
550,781 550,781 00000000000000000029532532d6f788d5e34cf70bc67da26d25ef53e796d8de 2,420 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 829.13 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: 4,628.49 GB
    • Received: 250.59 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.