Memory Pool Memory Pool Refreshing

6,290 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,572 (815,967 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,605 92,605 00000000000a801700e38430184c128ee181fe0947769ff53bcf41275bb883e4 0.00 MB 1 0
92,604 92,604 0000000000058ed77c5d4f7f163737bcd9b2080547e4e19e729043e43b2f334d 0.00 MB 1 0
92,603 92,603 0000000000016a49e6fe48ba955210b0991a2c88e1ec84a9dce4939fb02c7132 0.00 MB 1 0
92,602 92,602 000000000000dbc42c7725fb22381f33135a582c73d7b9b3dfd9c59f940522a7 0.00 MB 1 0
92,601 92,601 00000000000d1be55ce347229534b6760693be12981473a621378f01e259c0db 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 770.76 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.13 GB sent, 100.77 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.