Memory Pool Memory Pool Refreshing

6,930 transactions
2.51 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,698 (116,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
791,207 791,207 000000000000000000041a10685a22a4022126f4113ab09d85dee71b5ff0a1b3 1.67 MB 3,685 71
791,206 791,206 000000000000000000055bc266c8bb707772b3cad735d551a46af5ae11fcd53c 1.76 MB 3,313 66
791,205 791,205 00000000000000000001fd1e6017690a711a95e572a97246e38e116996e3d658 1.69 MB 3,032 61
791,204 791,204 00000000000000000001bb5b93d0842b94d1d5cd46093e40d67c4bf724836c4e 1.96 MB 3,068 45
791,203 791,203 00000000000000000002292e17ca461b5dbafabdc095ec1dafd001ea0f09d67b 1.90 MB 2,836 51
791,202 791,202 0000000000000000000146205aac7bce7a0bcb6ef1e0e9a4b5cb0061b37bb1ba 1.41 MB 2,218 59
791,201 791,201 0000000000000000000396f190928ba469f7f1802e5d23177911d900399967c7 1.54 MB 2,674 53
791,200 791,200 00000000000000000001f7e1efcf9f99744c491868eaf2600a8460220b775ed9 1.58 MB 2,931 59
791,199 791,199 000000000000000000032ed6aa515be8ab9e49baedef0371280e38cc13c07a69 1.67 MB 3,019 66
791,198 791,198 00000000000000000003ed7eeec3c05dba017b0dec28c77051e602321ccce8d1 1.61 MB 3,054 71
791,197 791,197 00000000000000000003ea77232dd7676c5a2f4feaa9a05cd7741047919708c7 1.60 MB 2,925 81
791,196 791,196 000000000000000000047074800d0db96ab0c5859758ce4b1c3bf6bf544379ed 1.74 MB 3,259 44
791,195 791,195 000000000000000000022fe63bfec08df6e5def001480c2455b16f8ce2b6a65a 1.58 MB 2,161 56
791,194 791,194 00000000000000000003aa6fbbcc50224e0fdc34a6d353350f588e93eba1c673 1.62 MB 2,794 70
791,193 791,193 000000000000000000031f341fd80d6c6603daaabb2c0aa86883898030f2f57b 1.63 MB 3,043 84
791,192 791,192 0000000000000000000572aaea5c1ed3ee146c305d013653057b0b5f18cb1880 1.67 MB 2,289 35
791,191 791,191 0000000000000000000511029a32a71fe902bc09dc43de10fc2f55f06febe43c 1.51 MB 2,505 50
791,190 791,190 000000000000000000014b7a7e8c0a1d5ea96e4a6202b69a311ef40c7cd2b976 1.57 MB 1,845 58
791,189 791,189 0000000000000000000461959b12e97bab418c88dfd59bf747e597cedb1d81d8 1.49 MB 3,406 68
791,188 791,188 000000000000000000036ee60fda7a458a6a204cc86d1920e3bb07d4c7c5f23d 1.62 MB 2,558 39
791,187 791,187 000000000000000000028e785e64d7e5a8cab3fb6807485e46db843dcdf024ca 1.62 MB 2,470 59
Previous 10 blocks ↓
Total Size: 768.98 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,616.49 GB sent, 92.73 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.