Loading Tool

Explorer IconExplorer

Memory Pool

49,766 transactions
29.98 vMB
0.10197386 BTC
Random Selection Loading Transactions
Max Size: 159.86/200 MB

Candidate Block

Mining Attempt 31a8ac0bc29ca7ca95d9ceadcad93156acfaf68eda2246eaeca84cffdc88c8d9
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 1f7bb1a0fbedc818c132eef92ff699f0e9ab15afd61169530242ff91fa994021
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,215
Size: 1.00 vMB
Total Fees: 0.03644164 BTC
Feerates: 150.68 > 3.65 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (362,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
552,394 552,394 0000000000000000002fc2df71ad64090a41900283df43a7da0d3bef117791b6 421 1.00/1.00 vMB 24
552,393 552,393 000000000000000000119d78bc7ffc22332b96b144b92ac8054a59a684d6fd0c 2,015 1.00/1.00 vMB 26
552,392 552,392 00000000000000000011ee460e3bf80ad8e57275fc0840a3ea53cef003102515 2,511 1.00/1.00 vMB 44
552,391 552,391 000000000000000000281bd6ed05820d4500d67f1981fb5d5c41f4682ddb5c81 2,692 1.00/1.00 vMB 46
552,390 552,390 0000000000000000000ddc41db784036088ee488bfbee27d76e47bc9487ff357 1,369 1.00/1.00 vMB 56
552,389 552,389 0000000000000000001352a202e0f305e098158ebf1159895a0e6ff70093237b 990 1.00/1.00 vMB 68
552,388 552,388 00000000000000000017ca191bfc28b065eca4df2ab9cb4e81541cd723f18d76 2,200 1.00/1.00 vMB 29
552,387 552,387 0000000000000000002c272f9f52db0701f386ed42e88c0fe169b3442596a96b 1,758 1.00/1.00 vMB 26
552,386 552,386 0000000000000000001a9142c0f3d30a064ed5219b8eb6b3e8472cb8813c8971 2,888 1.00/1.00 vMB 49
552,385 552,385 0000000000000000001531125df58c0e95765790ff8ddd13e804bc83f077998f 1,520 1.00/1.00 vMB 26
552,384 552,384 00000000000000000015038a38aa780723a79ae8fc6f1881240dac31aea9189d 2,245 1.00/1.00 vMB 26
552,383 552,383 00000000000000000015fe695e8d2e5ed3a7de81d3818ef43a444e1ee7b3ace2 2,423 1.00/1.00 vMB 31
552,382 552,382 0000000000000000001fd8c3e53ed3c47db3a9b326d1f2f130996f6f447c6c49 2,241 1.00/1.00 vMB 11
552,381 552,381 00000000000000000011638c6b7c0c2b8741a6f09ab020099ca17d5a88ac3d11 2,344 1.00/1.00 vMB 24
552,380 552,380 0000000000000000001c666b3297bd16cde7f4658bb0adc88e6dd53b1fb4d201 2,663 1.00/1.00 vMB 54
552,379 552,379 0000000000000000001d759519a42e6b9b83152d65022fd0942328f4e0aa1a64 2,525 1.00/1.00 vMB 46
552,378 552,378 00000000000000000011569b561289405d617d36f37428f75fdb8a0f9623c11e 2,401 1.00/1.00 vMB 23
552,377 552,377 0000000000000000000c15639e1d9fb3effc44ebca9153c913a6ac9e2ddad54b 2,109 1.00/1.00 vMB 19
552,376 552,376 0000000000000000001eeb96bb054510066bac20d7d028399c3136f23d8585d3 2,632 1.00/1.00 vMB 44
552,375 552,375 0000000000000000001f9c4e883e9ae9a4f166a61534fd6cdad4bb987da31d85 520 0.19/1.00 vMB 46
552,374 552,374 000000000000000000282f8f1d583fca97e06bcdbcd035c23eb578a451e49130 1,207 0.74/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.