Memory Pool Memory Pool Refreshing

6,281 transactions
2.18 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,122 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,809 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,121 (904,488 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,633 3,633 00000000feda20cb72d180aca36f84ca83fe457cec92609f8b49e490854edf5b 0.00 MB 1 0
3,632 3,632 00000000d59f27729332440c835726320bfef8d414e570c6172f8de528717a45 0.00 MB 1 0
3,631 3,631 00000000d1793f33f5ba85b8f2921c2d81ad4f111a5bd67fa1fc696cb4f9aa40 0.00 MB 1 0
3,630 3,630 00000000c89d93a1e2a0825a3b97fe301fe36ea57d7ac1ec2416f0a111f82ef1 0.00 MB 1 0
3,629 3,629 0000000051e1a4081edd803c99ab5ead482782a59c994733bd95ea3d0746309a 0.00 MB 1 0
3,628 3,628 000000001ebf3033fde59493d37c66db2fd17b62fa40184da71a0931f25f708f 0.00 MB 1 0
3,627 3,627 0000000054482b901c92a940bdff1472426043be7833f969d98e27b93adf8dd6 0.00 MB 1 0
3,626 3,626 00000000508a91354e9ea0b022772e4880ffadf21b97ed341f047887fa153d2e 0.00 MB 1 0
3,625 3,625 000000001089b8daa01146187596c7f81c8ed253a1af379bebb06f9271334679 0.00 MB 1 0
3,624 3,624 00000000cdd7bbb3ed07a08ac0a53de3d93dcb7448987b05e5c2f5476cf2733a 0.00 MB 1 0
3,623 3,623 000000007907807feab71ef29ce55b4ad6755861338ec4af11d3abd3cff29158 0.00 MB 1 0
3,622 3,622 00000000c188ff06f43ab85a24029db0b005ac3ef8cb5c2b45a1c8069cb44d00 0.00 MB 1 0
3,621 3,621 00000000ba40c14d8fe57dea3c9f2b8f9e917c2b5826d681b3cfbcad7eac99be 0.00 MB 1 0
3,620 3,620 00000000e748d250f16c67b040b739ac5814ffc93a160d942b9a8f8ed404174a 0.00 MB 1 0
3,619 3,619 00000000a8dd2e9e5beb54cfd744331b383ac6f8fe89a2ca77b18dcb75686d01 0.00 MB 1 0
3,618 3,618 00000000c93e62441044c1d6e59612f1f7790d47c31ea5dea776257e778bebee 0.00 MB 1 0
3,617 3,617 000000001ae26f03ba849a0b26c74199042a27e514c25d9cbe7d7986c3ec3511 0.00 MB 1 0
3,616 3,616 000000000d1d1f6659c00b782e5c18310149d3718247a06830ff9b831c3574ee 0.00 MB 1 0
3,615 3,615 00000000ff1af669ffd0636e9bd8bbcca305afdc380ce3734fbc1ee9154fac94 0.00 MB 1 0
3,614 3,614 000000009699288cc42f2573a22a9b860cd8deb09b259fae9b8daaeaf9440a9b 0.00 MB 1 0
3,613 3,613 000000004edd1f224cf0e7bba980baaff8beeed84241036168192d7ec943e733 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.77 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,679.82 GB sent, 96.77 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.