Memory Pool Memory Pool Refreshing

1,267 transactions
0.46 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (799,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,725 108,725 0000000000015693a3494e92d43053b34a970923e367f79d31a2a571e038acb8 0.00 MB 9 0
108,724 108,724 0000000000019db95d3b24f9d326bd1b7db2a17812244ba236c423a516eb0605 0.00 MB 2 0
108,723 108,723 0000000000006438be40e7b0580ae7dcacd1d76a6e14a6ef52d73642082d6aa5 0.00 MB 2 0
108,722 108,722 00000000000050a3d01b7a3ac33faaa50c8065705144d4852cf31b276a89e3d1 0.00 MB 5 0
108,721 108,721 0000000000026f779c5514922ac5aad723f0e2bca8dff5874b963f1d17e965c8 0.00 MB 2 0
108,720 108,720 000000000001ada1867c3ba9369207af03fdb62fdd21b9acf98f99e295d50af1 0.00 MB 4 0
108,719 108,719 000000000001ce7cd6687277ef708b48be7c1ff263709c9b172b6406411576bc 0.00 MB 12 0
108,718 108,718 000000000000164762f709f29b7ce17a389d9fb194e2c50df01667ca168a92c9 0.00 MB 12 0
108,717 108,717 000000000000c4952c539544c793b173c8fb6842260a1f9cca38ef373f76a159 0.00 MB 8 0
108,716 108,716 000000000001d333aebaf3390c7df81b249e3ad180e30996de91d6de295f3736 0.01 MB 47 0
108,715 108,715 000000000001de973877a18fb2389d6662d12dbc81e0bad0b2a988a39e79b6f9 0.00 MB 1 0
108,714 108,714 0000000000001113385cd498942d9c3f2be2889fa0664225ed23336587ff10a7 0.00 MB 7 0
108,713 108,713 00000000000138cec29708a562654e6563f6ec943dbc7263286f54cbf2d76ec3 0.00 MB 1 0
108,712 108,712 000000000000b60c90a92a8db5372f6763b4525c3404e50cde28793f8254ecf5 0.00 MB 5 0
108,711 108,711 0000000000004dc10f87132c8137cbdfb92cdc38a5556170e71b3d3407621264 0.00 MB 6 0
108,710 108,710 00000000000163d3f2d031f4f5ba6ee331533c185b67f155709f7972fb9fcf22 0.00 MB 9 0
108,709 108,709 0000000000007ffbfaee6c6ab478883a42ca9d60beda80d9ebb2e324ec33641d 0.00 MB 7 0
108,708 108,708 000000000000bbd7b95534e6dadd3ff6d2c511e44476387c8543656f6f00c356 0.00 MB 7 0
108,707 108,707 00000000000151106cf95565433adfeb5979dc0003847050660d8b098e2945bc 0.00 MB 12 0
108,706 108,706 00000000000195ddbf2869aa6d961bc8e01cafd58fd875999be96e67a007c9ab 0.00 MB 7 0
108,705 108,705 0000000000024161065f17b5d1c1237818afb4aafadab109b560592a8d6c0d95 0.00 MB 4 0
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.36 GB sent, 93.42 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.