Memory Pool Memory Pool Refreshing

4,959 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
907,826 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,672 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (546,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,797 361,797 000000000000000004322885cfebf7d95c9f6aea32c2c0fc010a09e8ff21beaf 0.10 MB 231 26
361,796 361,796 0000000000000000100a5ac6a4e12dde0ef68e092ab4264e357c27acaef5df86 0.44 MB 379 12
361,795 361,795 00000000000000001240939d130d709a4bf3dfa24207c99ff07f3cbc1f82d598 0.75 MB 2,112 39
361,794 361,794 000000000000000005295075ce01427157c288cd5ab63a5a78e51e4d535b46fe 0.27 MB 654 31
361,793 361,793 0000000000000000154b62822a414337bd35657755e4474e0956b06c3124425d 0.19 MB 421 27
361,792 361,792 0000000000000000122a08d6f3ea12837f722761d6906b284e0482bb02a4c0f7 0.42 MB 706 26
361,791 361,791 00000000000000001407ca21557fbdd4fd5527d296050a0f9a5b2c5205ee9e31 0.15 MB 253 22
361,790 361,790 0000000000000000076fd0f1b0bbd898e575de35e3b26fd732f16c543d8186e7 0.44 MB 880 25
361,789 361,789 00000000000000000ba1a226377cee46eec124a4d6a38d44463f88a1e8b39fca 0.75 MB 1,620 32
361,788 361,788 000000000000000000ed341f1346937ebbf6922715a0e631c78d30f874b42443 0.42 MB 771 24
361,787 361,787 00000000000000000c2f9f3cd86b916119d4f53f68feef1c191f62e3ae2b0760 0.24 MB 394 25
361,786 361,786 000000000000000004cef3b3cde95811f8e0fecc56c86897b007141d2dd89440 0.51 MB 860 26
361,785 361,785 00000000000000000fffde3eeabd33603489db1c00220c3509266764711f468b 0.64 MB 1,278 33
361,784 361,784 00000000000000000ef51926f649ae6518a996a42dc45ff1aba56fc527f0366c 0.72 MB 1,350 29
361,783 361,783 000000000000000000bfc54fe598f8de95b859da5fd0470338b6f605ce1087bc 0.32 MB 683 36
361,782 361,782 000000000000000011840e071c4e7b54d18fb05bdd290040def1666da446f464 0.26 MB 422 40
361,781 361,781 000000000000000006a2fc1aaefe80179751e52d2e44277fe12ff9eee55fcdeb 0.89 MB 1,609 27
361,780 361,780 0000000000000000054301c572954f80b0b60fbbc2fe29257e38f55f2286244e 0.61 MB 1,270 27
361,779 361,779 0000000000000000069b791544bd8abc86a17cfad0d276fc700aff359d2c5b2f 0.07 MB 67 38
361,778 361,778 000000000000000015d66142ed7e5283065cbb822f0464092235d53cad68d7e4 0.61 MB 1,351 29
361,777 361,777 00000000000000000a19d9aa3cdaf2bd30c8d968a738283ff2196df04e7e9947 0.27 MB 553 29
Previous 10 blocks ↓
Total Size: 769.21 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,634.56 GB sent, 94.01 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.