Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (608,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,601 299,601 00000000000000005abc3beb56c8035637acce853b126684e7f8fbe3d9219e36 0.35 MB 1,024 61
299,600 299,600 000000000000000021fcde24d4c3bad9399d253a5fd65329fffbf7570a068c42 0.32 MB 462 30
299,599 299,599 0000000000000000140f2e7e51cdc1335e1d5768078f87c5dc783da9b0618312 0.34 MB 396 27
299,598 299,598 00000000000000004c730a14d178df9f08b8dbf5bcb1f4db6a4d2dd9e18203a0 0.25 MB 288 19
299,597 299,597 0000000000000000541d693b85f17267e45325d06f28dcd92015c9fac7034518 0.12 MB 256 28
299,596 299,596 00000000000000002ad62fb8601ee2d081c4e01591a8a361de7861356766d851 0.25 MB 612 47
299,595 299,595 00000000000000000e468e2f0df53a9e6df154f84fe6c3718dc1e97f596d8e86 0.34 MB 500 58
299,594 299,594 00000000000000000cf802f92165c889d8464991562981db3c7e3792dad8a17f 0.16 MB 63 37
299,593 299,593 0000000000000000144dc14f7136c498ef20208b8481c5e27afa536f60c8387a 0.50 MB 588 19
299,592 299,592 000000000000000021498a6f352310386ae23348d53127d395728f3c89bd4049 0.35 MB 1,051 62
299,591 299,591 00000000000000005c39302b88f2095e7acd0fa39461583ae394d21be9e479a9 0.30 MB 169 11
299,590 299,590 0000000000000000422fd758459f5bb728b1280961388fe6a6f15d76d27fcd1f 0.12 MB 234 29
299,589 299,589 00000000000000000075669df30fdc90c9aecb40c101058ca6489509798dd39c 0.35 MB 827 39
299,588 299,588 00000000000000006715ae2bd6ef9413dd1540e34168e0f7753b52d4bfd25465 0.16 MB 369 34
299,587 299,587 000000000000000012941fecdb2803a4a4f24b6ce59444654cb74bb9c56b032b 0.20 MB 347 33
299,586 299,586 00000000000000006a2b155c209f0572c0e2470d5349aa60806e9ee5ea696066 0.63 MB 1,189 30
299,585 299,585 00000000000000001f2909c5d46ef65e68e2b7961e6551b7b31c511fff7e1f4f 0.25 MB 552 32
299,584 299,584 0000000000000000234e1cb95b4586f630a33282001003c322ea28829163663c 0.10 MB 169 26
299,583 299,583 00000000000000002848a41e671e3cd5c0bb8bb196e7501c4923bbf84c97c957 0.05 MB 103 31
299,582 299,582 0000000000000000287cce4145a68d3041788b10bd118bae58cd8d421649b1a7 0.16 MB 255 24
299,581 299,581 00000000000000004d4f9b4231526da36a62ab5cabdf9bfa27cb0257eda54531 0.19 MB 279 29
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.