Loading Tool

Explorer IconExplorer

Memory Pool

35,964 transactions
12.26 vMB
0.16839284 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 74.20/200 MB

Candidate Block

Mining Attempt 0ed608a97187b25faa2d52fbb02ff795ac3c06ec198e8c11bcd536a2595f1db0
Version 20000000
Previous Block 0000000000000000000013f404a115b9f9c1fdfe7128073b0fa5c396bf543e69
Merkle Root 4613c7e976c7167d23f433c7e00e15ce821950465a60a4f7a452563927676694
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,426
Size: 1.00 vMB
Total Fees: 0.06184632 BTC
Avg Feerate: 5.03 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,035 (739,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,042 173,042 000000000000095ddd1d8a793e2645af960764e1561953bfd3d63b2c024d1de5 0.02 MB 31 32
173,041 173,041 0000000000000a3b7bdb1bf8ca526199281317ab3fabb3ad311b698cbc7fc36f 0.03 MB 44 16
173,040 173,040 000000000000037d25bb6c063a254d97f7b3b0d88146981e7d5e1ba08058a8cc 0.04 MB 67 121
173,039 173,039 00000000000003b1e8eb147d9e7bd99ca9a58d1611ff1de1d02d54790159f1c2 0.00 MB 1 0
173,038 173,038 00000000000003a892d097feaff0b0df42c49f5f7747078febdb71fa90eefda0 0.08 MB 107 135
173,037 173,037 000000000000084a837eb844d17f828d460749d3bea65c7d1a17b1d72314c2ef 0.03 MB 66 136
173,036 173,036 00000000000003a6f3f589a0a93f3ab2c5ac57ee9efeef6b8bce6cc98a4e4761 0.00 MB 1 0
173,035 173,035 000000000000047ab1feecf01cd393dfed0743cef1f5cd547a11a060a5ab6302 0.00 MB 15 0
173,034 173,034 00000000000001ebd0c9e837d599f859d32a0a81289ebdf26e54be65e273351c 0.05 MB 153 143
173,033 173,033 00000000000000072451b691a563720f5049ba52f1f712fe5e6c0ffdff60a80d 0.01 MB 21 175
173,032 173,032 00000000000000ab936ef633e66400569675dfa7d7e121f7561d93f9d8a30a9e 0.00 MB 10 110
173,031 173,031 0000000000000164196688407f240c255c976eb2524e0feab50f601b811732d1 0.04 MB 133 95
173,030 173,030 000000000000068da4f9dec6219799d17184fac2ab8b5274ded105d231593619 0.01 MB 17 75
173,029 173,029 00000000000007e133606dd4d2b0950cb3edb28f7a5f6e6e55080121aa139fb5 0.04 MB 52 64
173,028 173,028 00000000000002ffa05b8fec71c212b92460111901b6ae3b7273b1b8777165ab 0.02 MB 56 36
173,027 173,027 00000000000001cef60123b7b7af25619cd7903dc7cefc4876bf47a52a768f59 0.00 MB 10 19
173,026 173,026 0000000000000301e0a8bee9c42954e12a81f94e93dc9621c8366636dabb29fe 0.01 MB 37 137
173,025 173,025 00000000000008b41b76a72e853c2bde01bce13c01ade0b4c7fbe8128b73b67c 0.00 MB 9 52
173,024 173,024 000000000000065196a83b22cf108200fd83e10489c0a323e33354831f428021 0.01 MB 22 113
173,023 173,023 00000000000003cd306e9605cba937b6ac95bb6c7a44d61fed44d2845bc2d869 0.01 MB 30 107
173,022 173,022 000000000000098ac8c374a7a0b5e4769ce870b14d19d08e2bf7f26390fb6bcf 0.03 MB 40 58
Previous 10 blocks ↓
Total Size: 778.91 GB

Node Details:

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