Memory Pool Memory Pool Refreshing

6,780 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,194 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (803,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,338 104,338 00000000000374d8c1d22fc8e61d495db546e9f15da28b1e777432b1918ba674 0.01 MB 26 0
104,337 104,337 000000000000483d72a5c9c9d9dcee63485e7c8cb161ed25998c6e9228549e79 0.00 MB 6 0
104,336 104,336 00000000000266775ec8f1f3f457a74ab370b1d5b097718c629f31da88f50d13 0.00 MB 5 0
104,335 104,335 000000000002c7d6d121f7cdbb855b5ad1cc22b970f1ce73eb939a64e0f95c79 0.00 MB 10 0
104,334 104,334 000000000000b717176bb5c7961098760fba7fbccc1a671a433cc611003fd8ed 0.01 MB 5 0
104,333 104,333 000000000000836baa5459976c972a7e1746ba936645c1a26b48cfe446ce68ed 0.00 MB 12 0
104,332 104,332 0000000000006785c674ce8b39594ab8993abab5fa32100b777fbdcd26394392 0.00 MB 3 0
104,331 104,331 00000000000315e18ef737f2a74600e91720481e44011acd819317bcdea81855 0.00 MB 8 0
104,330 104,330 0000000000011d35619f2eebea60a2a5f8a06c46b698d4bcb903e1e2c5c1dde9 0.01 MB 21 0
104,329 104,329 00000000000223c243de2143bf7451ce2a5bbc7e144e10c90bfd8d24a33d8fcc 0.00 MB 6 0
104,328 104,328 00000000000313876cf02ae039a5312bf1d08921f57e3603009a0cf298a5216c 0.00 MB 4 0
104,327 104,327 00000000000282d25bcd407eba11e70a481c725267ebb45dd2e03aa5c75f7913 0.00 MB 2 3,861
104,326 104,326 000000000001e024d56521521483a91d17498cdade7f866c9a65328f5dad231c 0.00 MB 3 0
104,325 104,325 00000000000190a0352bb83849df44baa4a4cca4160022d6bbac425e35782ed6 0.00 MB 2 0
104,324 104,324 00000000000346a3231abca58d5dc7f6aef8476b5824c9e55cb9ddaebc6d586c 0.00 MB 1 0
104,323 104,323 000000000002f284dd17568e51c5968bc1edd094f6de94f056f01ff0ca8b5805 0.00 MB 1 0
104,322 104,322 000000000000cb46bced5d127cd15d5e1ba91f5f43118fa24dfbd232cb360048 0.00 MB 10 0
104,321 104,321 00000000000353bf074945006322d1663017a0c77f23eac691fa84be72cc3ac6 0.01 MB 24 0
104,320 104,320 0000000000020b02d93cf94a0fb6afd1bfc9883ca7ed89caf8ad9b8a73e5d0e5 0.00 MB 1 0
104,319 104,319 000000000001d7c1e71b2f08a414799eddc1b8a11dbef6ef3f01def9761d7377 0.00 MB 1 0
104,318 104,318 00000000000348c74ec50e89873407f7b738661fc16e19940fab817a507427de 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 768.95 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,614.18 GB sent, 92.56 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.