Memory Pool Memory Pool Refreshing

3,511 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (454,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
452,722 452,722 0000000000000000009ee55eacc467d881fb2928113a173bb7194c7686e34fe4 1.00 MB 2,097 100
452,721 452,721 0000000000000000001c07788f7c3ae2b291fb30dfbe88175e52a91d4cccfa68 0.33 MB 644 74
452,720 452,720 00000000000000000010d43554341006ed6b95a8bd2d887fdea367579ca6ca9f 1.00 MB 1,900 68
452,719 452,719 0000000000000000027172c13d2094606b4effd852a19b940e968e3dfb5c4d51 0.55 MB 820 76
452,718 452,718 000000000000000001691b77a6471c97e32d5a7cb215690d3954ce7f53f66657 1.00 MB 1,852 72
452,717 452,717 000000000000000000824b8d9cfa34bbdb4ef5c7a42ff7d2cd4f9e842e7c3687 1.00 MB 1,776 48
452,716 452,716 000000000000000001f810d349c723118f41ac4bb630487ddf6b87df33e396f6 1.00 MB 1,791 104
452,715 452,715 00000000000000000141b0f678f4d7a5e34c57f79edf945b722e1c93c152a596 1.00 MB 1,774 113
452,714 452,714 000000000000000001329334b19f484e9f9d30f10bc8c8d65ff069e7e8aa9d8a 1.00 MB 2,019 67
452,713 452,713 000000000000000001570b59f245c3d80b445ca9183d02ea16eb238bd208589b 1.00 MB 3,070 71
452,712 452,712 00000000000000000152d1f735e02ef2e00fcf0162a16c5feec187fbfe7c6961 1.00 MB 1,869 85
452,711 452,711 0000000000000000007813122890482210f2a43e23ae92392cc0906e51aaefc0 1.00 MB 2,283 78
452,710 452,710 00000000000000000097f4ef5d1e8de19fafb01c5c165841a1a4bd3d11794dac 1.00 MB 1,400 86
452,709 452,709 0000000000000000018234083ce8b9cd321844f7cfdf7b366780fb8d2c428b3e 1.00 MB 1,873 92
452,708 452,708 00000000000000000047a5f4d9390dbb1638aa5c19b18d7ffc3aa3b4fff9ca80 1.00 MB 2,576 108
452,707 452,707 000000000000000000652955bcbabcc0ab70889a7ad36ff6d4791ba832bb5e10 1.00 MB 1,720 160
452,706 452,706 00000000000000000177a0535dccf0c41f94723751404f2de5f141154235593d 1.00 MB 1,850 74
452,705 452,705 0000000000000000004ab2360ef2dd387434e55597dd76a3e968059aed9ccb57 1.00 MB 1,630 97
452,704 452,704 000000000000000000ba25b971e7876fac516bf1b2f1d76b509e948df3f5ece2 1.00 MB 2,972 127
452,703 452,703 0000000000000000002104a97bf9b15cdb6b7e2c59dd99c93f2b51f22b660266 1.00 MB 1,671 82
452,702 452,702 00000000000000000192f569f61cffbb823c90761c38e9378266a6555cdaf39b 1.00 MB 2,804 122
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.