Memory Pool Memory Pool Refreshing

5,160 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,420 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (5,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
902,230 902,230 000000000000000000001164a512ce343408fd4cd5681e628f91815640752871 1.59 MB 2,908 2
902,229 902,229 00000000000000000000f5cda3ed8901d63d31d176e63f3242e9ed758d20cde7 1.49 MB 3,074 2
902,228 902,228 000000000000000000017f9937c97791b2b7b654193586543db742b45eb2e631 1.58 MB 4,022 4
902,227 902,227 0000000000000000000112b6a2538736992a04c465e3f30755e79167ee56700a 1.63 MB 3,543 4
902,226 902,226 000000000000000000002faaa99393d27b8398c4855793f92e8641a7f65e5e59 0.40 MB 857 2
902,225 902,225 0000000000000000000125d065586e41b83c945891b18263e5f38474651ca02d 0.32 MB 583 2
902,224 902,224 00000000000000000001d432c89de0714380113a91486284e5268cd4c665b16a 0.09 MB 263 2
902,223 902,223 000000000000000000006b80cb3355a5c6163d0ac9f0c5b7735fb48d93b19f6b 0.65 MB 1,288 2
902,222 902,222 00000000000000000000fd3bbc867ec8613e1769496e0dc19b844ded0a3e16a6 1.35 MB 2,558 2
902,221 902,221 00000000000000000000d9efe4216160be2ba5d48027b40d75f30addc77ed890 1.58 MB 3,158 3
902,220 902,220 0000000000000000000131581dbcbec195f03cdebd045376fe4c08eca6e59ac2 1.65 MB 1,430 1
902,219 902,219 00000000000000000001ff6cd9fcb061de8a95008a8e21810a07b80b13506fb3 1.55 MB 1,928 2
902,218 902,218 00000000000000000000221bd6aa79772d63a985169ae7032149ef48655f5877 1.57 MB 2,873 3
902,217 902,217 0000000000000000000059ddee7378795bf784fde3292116dcec98007c6dc7f0 1.50 MB 2,283 1
902,216 902,216 00000000000000000000f6769f665bf867da66d7aa2f40c2b5eb8997028da850 1.58 MB 1,435 1
902,215 902,215 0000000000000000000058c301fa156714ec42fc6c8ac2e5d8e4772a0bc9dfab 1.52 MB 2,519 2
902,214 902,214 0000000000000000000086d36ac54b8d0a8b98e3464c5d85c82eac477f7fca7d 3.96 MB 69 3
902,213 902,213 00000000000000000001da8e41a71213665856aa766813073186ff788b4b10a3 1.61 MB 3,033 2
902,212 902,212 00000000000000000001e752dddbc93dabea54e3acde4412b12c355abbf116d2 1.63 MB 4,290 4
902,211 902,211 000000000000000000021ff125bb0fc623924f7ab3bfc4e9fa767ad51bbbf5fc 1.57 MB 3,454 7
902,210 902,210 00000000000000000000b9645357b9f7c7aff7390a62233e0875002383d62c21 1.61 MB 3,503 3
Previous 10 blocks ↓
Total Size: 769.28 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,635.57 GB sent, 94.34 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.