Git Product home page Git Product logo

block-exploler-beta's Introduction

Bsc-Explorer

  • Detailed Blockchain Data for Binance Smart Chain (BSC) including the most recently mined blocks, transactions, and addresses.

Page Site: HERE


Stack

  • Frontend:
    • Languages:
    • Libraries:

About Project:

Why is there no backend and such a simple stack? The answer is quite simple, through this site you connect to an existing binance node. And all information is directly requested directly from the node. Not every average user can run a server with their 1-2TB+ full node for full block processing.

Pros and cons:

+ The advantage is that you directly request data from the node.

Which, in turn, is faster than the same bscscan, which stores full information about blocks in its databases and gives the user information from the database. What does it mean? That the delay with the last block from the blockchain is approximately ~5 blocks. And this is a lot!

  • Only tx and block pages used web3 connection, address page used bscscan api.

- It is not possible to directly request a "transaction list of an address" through the blockchain.

Blockchain only stores a chain of blocks, where some address moves coins or makes other interactions.

To achieve the "list of transactions of the address" you need to save all transactions of the address in the database, as the same bscscan does, on this site it is used only for this purpose.

block-exploler-beta's People

Contributors

official-metachain avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.