Memory Pool Memory Pool Refreshing

8,575 transactions
3.87 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,117 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (788,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,976 118,976 0000000000002bca06b174717810ae22144e8b8f422e4d6e94eedb82e3ecbd62 0.01 MB 28 157
118,975 118,975 000000000000924931682e8d951c211a6d8389bd1faa436ce1f6eb95ae8bde57 0.00 MB 12 351
118,974 118,974 0000000000000244a9db4efcea9551620ad0b89b1c992fc4a280d5962f4baba5 0.00 MB 12 875
118,973 118,973 00000000000029df456578f22b731bf689edde0122701083081eced971f791fd 0.00 MB 10 0
118,972 118,972 000000000000ab044f603a6035b600f7173c88c5692618d08a23f3faf5a5d1b9 0.00 MB 13 0
118,971 118,971 00000000000013f68f32caec41e2a517f36a2fc759a449505654b12d32adcd46 0.00 MB 12 0
118,970 118,970 00000000000092e7bbd7557f3a6e3c98ae6f5aa357330da2604e9fdad63d88f6 0.00 MB 15 0
118,969 118,969 00000000000093bb2c2d706fff6e6a97f1007ce38b28992aa722219b19087747 0.00 MB 14 0
118,968 118,968 00000000000066a77ed32783a8f94772fd458eff37479ea0b104dbb58def35e2 0.01 MB 13 0
118,967 118,967 0000000000002aa56c00e6e1429927a14c4eb5752fbec07e8de3ac418d865ebe 0.00 MB 2 3,875
118,966 118,966 000000000000048e5331295c6557b1c77daf5422ebab1c49b8ee8e3226a9c91f 0.00 MB 9 341
118,965 118,965 000000000000605eb6c9a96452bc15a44230f93bab4507892ad43c71378c9fa7 0.00 MB 15 0
118,964 118,964 00000000000096800f577fc1a7aa2300747513614ce5ce78111f1f0f234136d1 0.01 MB 13 0
118,963 118,963 0000000000006619c59903d15370b138e5449397b3c28c78f5a5c9005e4a6a62 0.00 MB 9 0
118,962 118,962 000000000000a6a7f8233e5d534a7976eb1e693e7b54a1ebb8fb80fb2d6a46eb 0.00 MB 11 0
118,961 118,961 00000000000081d6e68a598e52371b4d5040666998b95d42f44d76b9f7b5e4e7 0.02 MB 25 59
118,960 118,960 000000000000655c4f9ca664292dfbf68cb14b6117d6c59839df98e3582c249a 0.00 MB 1 0
118,959 118,959 0000000000003ba62a10722c9073782c2ee175cb75d1db11ce5686bbea07ed08 0.00 MB 8 0
118,958 118,958 0000000000000ad87d00e275bb3973153d31fa080f001c47a60bb8dd307b0dcd 0.00 MB 11 0
118,957 118,957 000000000000930f461116a5c537e09507a0318280068248c77782014c7b83fc 0.00 MB 12 0
118,956 118,956 0000000000000da7295e807e6dcfaa89ed0a982da7e60d1cf9a1e5671ac4f491 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,624.95 GB sent, 93.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.