Loading Tool

Explorer IconExplorer

Memory Pool

75,819 transactions
28.45 vMB
0.08737458 BTC
Random Selection Loading Transactions
Max Size: 172.52/200 MB

Candidate Block

Mining Attempt 52649911ce7ad196728b562a9972613a761e952801b0535bf4e029eac99218d6
Version 20000000
Previous Block 00000000000000000001d55d38f99d10e41dddf340908afb2fb717900d90d262
Merkle Root b72ce177eac845389081e6f6fde3f822433c57ab1c29b63a6f18996dedf0f33b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,583
Size: 1.00 vMB
Total Fees: 0.02408756 BTC
Feerates: 200.71 > 2.41 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,586 (784,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,099 131,099 0000000000001164f2120d03b97f05930ba383c11f638ee9bcb84b348971b273 46 0.02/1.00 vMB 1,250
131,098 131,098 0000000000000b9e45b1e9f60657250b233a70bf1f782816a082dd0cae4a68e4 62 0.03/1.00 vMB 1,005
131,097 131,097 0000000000000b1fa166e7090fe358f8cc2a5b18f8a40763e5f1494bffa6544e 49 0.02/1.00 vMB 1,029
131,096 131,096 000000000000052a96cee4a472e444c56b95552cd90d6a5ab479be3e1edb507c 9 0.00/1.00 vMB 1,278
131,095 131,095 0000000000000873b0f808dc9487415ae52ec4c9fef38e8b221fd84c705149a1 36 0.01/1.00 vMB 657
131,094 131,094 0000000000000402531e2518f0cce0f90b4f9e6e7180407bc9cb67b7c2cdb3ac 40 0.02/1.00 vMB 846
131,093 131,093 0000000000000bcbc53d226ae9bcac1ce56fde1df5c4ebeb3bc282aab6c91248 21 0.01/1.00 vMB 375
131,092 131,092 00000000000002d4b996736bdbc0bfe9e3e618f816263270563f644e58f4bacd 13 0.00/1.00 vMB 453
131,091 131,091 00000000000007ce3d3ad7e750efa822c34abf07fd266ec2cfb9f646e14538e5 14 0.01/1.00 vMB 1,131
131,090 131,090 0000000000000153d3dd825aff9a6eb876987dbe73f6538bd0390f0b96b353e0 21 0.01/1.00 vMB 399
131,089 131,089 0000000000001003b0e6928777d2ce6f6c8ace61590c691a98de30a650e819bd 7 0.01/1.00 vMB 1,012
131,088 131,088 00000000000012112cccd058c55a7414a75dcad6816fd2cff0c4bf67202fc586 167 0.11/1.00 vMB 347
131,087 131,087 0000000000000ca9850e2b770320a713a874aede08238c8ae56b2f2eef5430bc 30 0.01/1.00 vMB 1,023
131,086 131,086 00000000000003c3675eb1b8937c91b0569f60f11fad4ce430dafca83746d3a1 8 0.01/1.00 vMB 1,387
131,085 131,085 0000000000000bd9b666ff2edf988f1a685668b08e970bf2b6fc81b014e2fd62 97 0.05/1.00 vMB 535
131,084 131,084 00000000000012fa38f5b8ea67d09fc74ce38786d1fac9cc1c323900e84f32c9 100 0.03/1.00 vMB 1,016
131,083 131,083 00000000000002725a220cf391ef3caa598fe8e54c84fab95e1e09bb3bc8cba7 167 0.05/1.00 vMB 70
131,082 131,082 000000000000046026457aad1ec9a23c4a4cc2e99dbdefd81cc267dd34796142 69 0.04/1.00 vMB 1,207
131,081 131,081 000000000000040046addc5efb8dd68dabe44777293d31feac24b8cbd2fd8ad1 11 0.00/1.00 vMB 1,256
131,080 131,080 0000000000000373757d00917d86a5819a4950fd235a8a303f2052d23c9d339a 11 0.01/1.00 vMB 520
131,079 131,079 0000000000000cafdf2f3430377af58955cd4c0dba2ececdb2a96e2d19ee5191 101 0.05/1.00 vMB 754
Previous 10 blocks ↓
Total Size: 783.40 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: 770.13 GB
    • Received: 19.78 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.