Loading Tool

Explorer IconExplorer

Memory Pool

73,261 transactions
27.00 vMB
0.06083690 BTC
Random Selection Loading Transactions
Max Size: 164.97/200 MB

Candidate Block

Mining Attempt 83fe27f17e3c9816e378c0b7ddbe4c02945430b2ce23a0c8707e9d98610e14f2
Version 20000000
Previous Block 000000000000000000004ed27dd3f7a6a8aa11f24ae6e90960d02ebf523baf7f
Merkle Root 6979e31af83ab01fae8ed5f021e5975bca80ba6ceb71e6d0d090d8d21aa6c0ae
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.00355990 BTC
Feerates: 60.13 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,319 (295,065 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,254 620,254 00000000000000000008f173096e600dcb1f166416717d9c0712122a20c9eff9 708 0.25/1.00 vMB 16
620,253 620,253 00000000000000000000c12b3514da84564e71369421526326124ec93c5695b6 3,062 0.99/1.00 vMB 16
620,252 620,252 0000000000000000000f0c3134a74d3380719800780edd26a010a68275876ec4 83 0.03/1.00 vMB 22
620,251 620,251 0000000000000000000a3e1258712d4141576dd947a634d9fa2a1b13e03bbd5e 2,132 0.73/1.00 vMB 22
620,250 620,250 0000000000000000000e0d8bb7e89e01b0c22844ee2b361bfa30f5ac572764a8 2,145 0.79/1.00 vMB 19
620,249 620,249 00000000000000000000c873825e58cbd485a2c7093870a1668ef1620394d162 1,305 0.42/1.00 vMB 19
620,248 620,248 0000000000000000000b40ce165f3b776d3cd2ddbecbb20f93108d0aaeccbcd9 449 0.23/1.00 vMB 16
620,247 620,247 0000000000000000001017c2bc57afcbe05847eddd5544e27ddedb9689d9dac7 917 0.35/1.00 vMB 15
620,246 620,246 000000000000000000074c2b7b620a85aaff4a4c715c3cd2189c67b89ad0b3a6 55 0.02/1.00 vMB 19
620,245 620,245 00000000000000000001df1c17aeb084c9e7cf73f7b8b73aa12d9ed134b3e58f 1,594 0.82/1.00 vMB 14
620,244 620,244 00000000000000000001870afe3dfbd2d4018b78fd3fc11b5c40716e5b94d181 2,258 0.80/1.00 vMB 16
620,243 620,243 0000000000000000001030698c61827e092124cbbe97e62ee895431bdfb071a4 2,582 0.84/1.00 vMB 17
620,242 620,242 00000000000000000003cc8676fbce99b7f357d4c336f2d1e640e37f21182893 2,714 1.00/1.00 vMB 21
620,241 620,241 00000000000000000008be4512a3572991c1b78a4c7c046faa0709b12c35c7b9 1,157 0.43/1.00 vMB 16
620,240 620,240 000000000000000000009c61d427bb0d4c1c0476f4643eb22a9fcd2b15b32dd1 638 0.22/1.00 vMB 16
620,239 620,239 00000000000000000000737dce809e9f52a8e10bd30b18f49b44a50f10f93dc5 577 0.18/1.00 vMB 17
620,238 620,238 0000000000000000000298817eaf222c40d2c9687f3bff8790ba474b3fcb235d 1,451 0.38/1.00 vMB 15
620,237 620,237 0000000000000000000c388fbbd407270da6114c0f767ec3dc1d8a40859c0fe7 1,379 0.38/1.00 vMB 18
620,236 620,236 00000000000000000000eb840c3a6e67ce7ec2b5b241780b435548c1290ddad0 1,667 0.53/1.00 vMB 17
620,235 620,235 000000000000000000041cbdfccefc2099109caa5a9e3777a5ca215f8dc8bb25 3,082 0.89/1.00 vMB 16
620,234 620,234 00000000000000000008b9402f213c62407ef8819ac6b7a4cbdadd500de8c46c 2,374 0.83/1.00 vMB 16
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.