Loading Tool

Explorer IconExplorer

Memory Pool

73,861 transactions
28.89 vMB
0.07150508 BTC
Random Selection Loading Transactions
Max Size: 174.85/200 MB

Candidate Block

Mining Attempt 2b82421d6ecbfe318afa8ad51bcb938b5a64c849e70237ffdf471bdfeeaa49ef
Version 20000000
Previous Block 000000000000000000006ad2cd61f9f953da3e0595499548edf2e4ab20c1cc23
Merkle Root 2d6d84b492605e9a166fa99cc537a8c82bcb11155d921053e7bdacfe628599af
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,079
Size: 1.00 vMB
Total Fees: 0.00768342 BTC
Feerates: 73.20 > 0.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,433 (620,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
295,034 295,034 000000000000000066770a3e63e46d045509a79a2b7c15422bad7b49dd743f72 369 0.24/1.00 vMB 32
295,033 295,033 000000000000000085a5c45ce9d26c417c5e1ffa601b2834499f7cf91b64eff7 299 0.24/1.00 vMB 24
295,032 295,032 000000000000000051a7143f30b8902da9c00b274e759794dc2965259fa93354 383 0.30/1.00 vMB 19
295,031 295,031 00000000000000004a925c3eae89d67b99f5fb6de1e5943d2bdadca0cabdccbd 944 0.35/1.00 vMB 47
295,030 295,030 0000000000000000098477b94852fcdaecda744ed59bd2cec0d70abe4b309572 95 0.08/1.00 vMB 23
295,029 295,029 000000000000000063985ad24ecf7734de5731bb2252186325cebff31fb3d5c4 77 0.04/1.00 vMB 23
295,028 295,028 000000000000000028deec04ecdc7e13f1044be170139f039621fabbbda5a2c8 551 0.37/1.00 vMB 37
295,027 295,027 0000000000000000999311e538e7988dd05dd7f06f675dc3d73d9214602e3c63 255 0.13/1.00 vMB 33
295,026 295,026 0000000000000000856632603258a90d3f1a5d7d6ac561e560ec05ef56fd6a59 32 0.01/1.00 vMB 20
295,025 295,025 0000000000000000027826b4940de9b958c505aa22bcfdd7e5f09668bd3992b0 535 0.34/1.00 vMB 38
295,024 295,024 00000000000000008a182817c4b53f1da61a2b2555889e532eb02e0cfb94704a 58 0.02/1.00 vMB 20
295,023 295,023 0000000000000000649d631318373bf75f0fb42fef5452ca25d026689b5514a9 1,026 0.52/1.00 vMB 40
295,022 295,022 00000000000000004388d72d3af72589c92be5b5435655d50645cafd2eca1087 128 0.05/1.00 vMB 45
295,021 295,021 00000000000000009f95251ccbcb8345b5895fd631954b3baefded8137934666 62 0.05/1.00 vMB 19
295,020 295,020 00000000000000000ca07ade2023489b5de067b1262f1d5fd738de28dcda1af0 331 0.18/1.00 vMB 44
295,019 295,019 00000000000000007fe9d75e28a04fc7275c0ca93173a37e7fbb371878071505 346 0.27/1.00 vMB 23
295,018 295,018 000000000000000043e99eddf077a7455297587470c5821a72626ecca40e0f31 684 0.35/1.00 vMB 45
295,017 295,017 00000000000000002ae28bd949241525b0814d101cfcae49f18c5f6488950ba0 42 0.02/1.00 vMB 69
295,016 295,016 00000000000000003b7ae578763f6c3520315210962460676b95d9e29c5d5a1a 142 0.07/1.00 vMB 33
295,015 295,015 000000000000000056db7c2c1c142418d9ff85f848f04aac9fba2d3467bb4442 89 0.04/1.00 vMB 37
295,014 295,014 0000000000000000325765440344c512be36fe3ee4e7f711df5072a89850de01 436 0.23/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 783.14 GB

Node Details:

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