Memory Pool Memory Pool Refreshing

7,615 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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
908,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,276 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (815,982 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,600 92,600 000000000007945a98b6c640decf9d3115aa088092f982ac66d4731ecf0d45aa 0.00 MB 1 0
92,599 92,599 0000000000051ee007e47424792beefb959d1acda7defafa3aa05d0cd0807853 0.00 MB 1 0
92,598 92,598 0000000000079a80cd05bc2350ce4aabfb36a84c19c4c6c4dbd513c301775f21 0.00 MB 1 0
92,597 92,597 00000000000a23689d49335dfdc08a172e6f7779c37129fdc2c99bf42163a07a 0.00 MB 3 0
92,596 92,596 00000000000b93d219d761d9cca58a7b6a477507108f1ef262026da2ac0b30ff 0.00 MB 1 0
92,595 92,595 000000000001a276823b87bd9fb73caf3a8cbf9ee6c479086a906733a75dba82 0.00 MB 1 0
92,594 92,594 000000000002c8ea98433ea6b0d16d7cff60b7075896cf095ae0ae0de5a93e28 0.00 MB 1 0
92,593 92,593 0000000000080ed0d82a690fa55eb27d2cff867cc32c5e60abe7532b69a7594a 0.00 MB 1 0
92,592 92,592 000000000001e382bdf63a76aac17e8fde4da5edd9c912e6cf3c32803706b70a 0.00 MB 1 0
92,591 92,591 0000000000065df5650af8bc0da4483818af17869f261011681228bb7701bb9b 0.00 MB 2 0
92,590 92,590 00000000000d63aa47f2028662e719a69cdc628562be345e8abd7108dc29bb2c 0.00 MB 1 0
92,589 92,589 00000000000d06f02a8c656fc0ebff75221f88701520a4caa25dc0994cef9bee 0.00 MB 1 0
92,588 92,588 000000000004b6d5bfbe26bf278a0e5f5a30217c920000913dc346b9ee612d83 0.00 MB 1 0
92,587 92,587 00000000000ac101a266b35209731390eeb99549429c9b2e2d1b2bcd6fba4a72 0.00 MB 1 0
92,586 92,586 0000000000002862b186fc622ae9f3e1fb9dd6f365881668defb0f8478f4d657 0.00 MB 1 0
92,585 92,585 000000000006ef37c1790a0326ba8eb7da0de22b896826255af4d9a9ec35d785 0.00 MB 1 0
92,584 92,584 00000000000af7e1f85e60d681a5c21bc85eb78f8f3975ee8584f0de96a72ce6 0.00 MB 1 0
92,583 92,583 000000000006f04bd88133a1e5574e86d5c9dc7f02661ad4a8f6c4c0a365f15a 0.00 MB 2 0
92,582 92,582 000000000003af76c6712bf645425feb449cb148d14e19a55fd6421353918545 0.00 MB 1 0
92,581 92,581 00000000000b847f9ead284f30a3753ca9cfac40240f6f46f30644cbc2bb2747 0.00 MB 1 0
92,580 92,580 00000000000763a7e3476b0550638e9dd0f2ce3a56d3aed433dee0330ea03f4c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.92 GB sent, 100.90 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.