Loading Tool

Explorer IconExplorer

Memory Pool

73,295 transactions
27.08 vMB
0.06257387 BTC
Random Selection Loading Transactions
Max Size: 165.16/200 MB

Candidate Block

Mining Attempt cdb1135c12fa4b03ca927e58bfc3166f01ef739724b3ad5a8234c24e42d7f9b0
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 8aba2f8edaa960034bc1179ef72c1d541b4937a230cc99835f3f690375f101bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,704
Size: 1.00 vMB
Total Fees: 0.00503085 BTC
Feerates: 60.13 > 0.50 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (762,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,203 153,203 0000000000000a0159e8037fef56704ecda4e19630f6142885d546dc7c7d41f9 9 0.00/1.00 vMB 52
153,202 153,202 0000000000000003adbb84833b454c89e99e53aab1904aea73875d92425b41b4 9 0.01/1.00 vMB 436
153,201 153,201 0000000000000a5d2de7b39bf007d845ec33ad811d06a97d116d25258cf70140 9 0.01/1.00 vMB 158
153,200 153,200 0000000000000c2466dff91636c9d774e3468f5ed942e15fbcf037eb9cc9c2ca 7 0.00/1.00 vMB 359
153,199 153,199 0000000000000d32ecbe8e782c2029d9d0758cf8471cdbb50b3592f585dbd829 11 0.01/1.00 vMB 20
153,198 153,198 00000000000008e95dfbcd61126024a35715030dca6e2360f57ba4ec56400a0a 3 0.00/1.00 vMB 57
153,197 153,197 000000000000046554fd965dfd5c9bba87919ce2056910d5ef777a6d5b4bf8f2 52 0.02/1.00 vMB 73
153,196 153,196 000000000000072a15d1e84619e89a8f3a6773cc5fdb576d285078c8d0c894a8 84 0.05/1.00 vMB 47
153,195 153,195 0000000000000dd120f9005a1efd0c1e0b43b87773834bff1ee2de4e0f237926 2 0.00/1.00 vMB 0
153,194 153,194 00000000000002b3a2f0cf50cfaa4f604d4e4699b9724f2652908af27c63fb41 10 0.00/1.00 vMB 54
153,193 153,193 0000000000000a0de837bc210c06d092c45bb9d4ebafe1cf4eaece6f214340fb 29 0.02/1.00 vMB 603
153,192 153,192 000000000000038a5ed3908a1b55536cb3217f50bf61008a78dd6bba33d06edf 70 0.02/1.00 vMB 62
153,191 153,191 00000000000007282c6d957135d32ee1866c59b803e5307dc042238828b2a9f6 26 0.01/1.00 vMB 128
153,190 153,190 00000000000009c0f28870ae0b0f0a184f732097c6acc859fcd75f3eb1b9ca7c 34 0.02/1.00 vMB 10
153,189 153,189 0000000000000848d6b988057846ed8cec794a2f79c4c5159eab6eb801c3268e 9 0.00/1.00 vMB 450
153,188 153,188 00000000000006142892a9d77808bd497cc81750b9d3a1a553f8d21ae6332b5e 47 0.02/1.00 vMB 73
153,187 153,187 0000000000000c0a5a9b7c4cd14dc39ae0a78ee7f3516d6383a19cce5c5f800d 11 0.00/1.00 vMB 52
153,186 153,186 00000000000009d8f6001ef8e137e68bb68a3cb610a307f274e50f1e26228baf 59 0.04/1.00 vMB 63
153,185 153,185 0000000000000c9e899a3acbb2f231dc170a858a96f0805df6d3fe11868207c5 30 0.01/1.00 vMB 133
153,184 153,184 0000000000000a36240fb6f302bcfec7ffbf434ffcc78124f779462cf3f1e787 2 0.00/1.00 vMB 0
153,183 153,183 0000000000000477d6959c9c6bc3b4e85d846c33bcb7914de6cce3e7c09d474a 10 0.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.94 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: 714.95 GB
    • Received: 17.63 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.