Loading Tool

Explorer IconExplorer

Memory Pool

35,840 transactions
26.77 vMB
0.11623216 BTC
Random Selection Loading Transactions
Max Size: 136.61/200 MB

Candidate Block

Mining Attempt 6d0ec572e841af22c8b99b9a8138c8e40e1a33b4f342e0034d0216f69257fee5
Version 20000000
Previous Block 00000000000000000001d10f3c2b2b81e003e8edca0e608ae1ec4d6ede707251
Merkle Root 3e200241badc5cafcdf760da688d1c97da9083609c54ca217ed389800120bcf0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,009
Size: 1.00 vMB
Total Fees: 0.06653100 BTC
Feerates: 101.65 > 6.67 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,278 (854,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
60,248 60,248 000000000658df565033447be298ec207293f5cee09a3bac3775bb4fc9a67678 1 0.00/1.00 vMB 0
60,247 60,247 000000000f4bce52c755d6144289ca155ee0f7c6ba1f005f73c6515ac86fe05b 1 0.00/1.00 vMB 0
60,246 60,246 000000000110b180f5bdc75ddb36ebe74d957c1849dd847b80c778b0d12da575 1 0.00/1.00 vMB 0
60,245 60,245 000000000a12817a85ec3ca648cf3f1b8671acb417c46391edc316563cc5d038 4 0.00/1.00 vMB 0
60,244 60,244 0000000002b72a60c70f34db8067bf7870d8687f12062d388da4d6471683c732 1 0.00/1.00 vMB 0
60,243 60,243 0000000003381733df8260fd733340c70572d855051f02b4ea1b3c9ab2b99dcd 2 0.00/1.00 vMB 0
60,242 60,242 000000000c0db1252559b8233b0795b0669fd89c121f8fc47847d23f0a78b7ba 1 0.00/1.00 vMB 0
60,241 60,241 0000000009ce9b453e9374cdbc9c62ac6b3b3753d4642deeabd60ed8100a38b3 1 0.00/1.00 vMB 0
60,240 60,240 0000000000d123517880641688783fe60426d2e3c48aaf7f4fe511e6075e4a0f 3 0.00/1.00 vMB 0
60,239 60,239 000000000dc257ccdd229d45bd3e9741998ddf17d809343d53137bfea072c216 1 0.00/1.00 vMB 0
60,238 60,238 000000000eac15ff79cc4e6eec493bed6b23b3ed774a0b71debe891e513e9d71 2 0.00/1.00 vMB 0
60,237 60,237 000000000b251996def29203e569c9bf8d34d06a9fa8ac47b0cec97045cbe574 2 0.00/1.00 vMB 0
60,236 60,236 00000000067c9bbd164355501ba1ae0d3a5d4d088e5bb9cd8a8df4332ac37ddb 2 0.00/1.00 vMB 0
60,235 60,235 0000000007a33b29466b540ee9944141694d257e03606a7617da1ccd76ed3088 1 0.00/1.00 vMB 0
60,234 60,234 000000000b4a8f0d3e958105f8f982ac7e6bec71921ba5a41840e181c61b9c34 1 0.00/1.00 vMB 0
60,233 60,233 0000000007a0c5e8b9c2f78b17cea33becc49a249e03c6375c9edf033a2762ed 2 0.00/1.00 vMB 0
60,232 60,232 0000000000095533fb79b9b817d0cac9b430ef004796fad90a689bda5d1b4f8e 1 0.00/1.00 vMB 0
60,231 60,231 00000000087790119559ef3966f5ff0dd07039824b705c4a84d319723f5a7d77 1 0.00/1.00 vMB 0
60,230 60,230 0000000000f436b2696a9207b8d3b05ac71a8649565306d6897236f59dd0177d 1 0.00/1.00 vMB 0
60,229 60,229 000000000c7b24f80e00b83c314569304f494ac684da30dc414929aadf30fa1b 1 0.00/1.00 vMB 0
60,228 60,228 000000000b691a3a39c8ec23d77a2496dfcae33ab48b0d7c621d107eb893d09c 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.09 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: 578.65 GB
    • Received: 8.81 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.