Memory Pool Memory Pool Refreshing

812 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
891,216 0000000000000000000251050000000000000000000000000000000000000000 0.21 vMB 797 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 891,215 (524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
890,691 890,691 0000000000000000000024ce5ad90caca771a7e9d42c2c997ee4325e3cae0f18 0.08 MB 225 5
890,690 890,690 000000000000000000009bb384b710e4392ea2ec0bb6907a3c1750d96cbd19d0 0.05 MB 130 5
890,689 890,689 000000000000000000019868b098d5387c7a8d9df7aa54acfe0d474ff8f980a5 0.83 MB 1,232 3
890,688 890,688 00000000000000000000b6e6eff722892ff019e77811402e4c174939e1fa52a1 1.43 MB 2,924 2
890,687 890,687 000000000000000000018d04afa0c0debcaa75c1bd1ca39794ca3b523a070786 1.72 MB 2,521 1
890,686 890,686 000000000000000000008a9f8c3fbdc33df7a10904ff43f6c11eeea09cbb71a7 1.49 MB 1,897 2
890,685 890,685 0000000000000000000141dd4a4394271da16855026f05333c802ed5e80f6d83 1.53 MB 4,052 7
890,684 890,684 0000000000000000000231aae0af0a3cfa0149ead4d857d6befb349a05946829 1.53 MB 1,701 1
890,683 890,683 0000000000000000000215107da330642a7f798e77d2b6e1eecd6d549855523e 1.84 MB 1,897 2
890,682 890,682 00000000000000000001b1a0ad58bba8a2b26ef76b4557c049e0861ed56d7290 1.21 MB 631 2
890,681 890,681 00000000000000000002335f8e53b1bdba705c345d7c3c52cbcea50c9371e578 1.45 MB 1,711 1
890,680 890,680 00000000000000000001476e378430413f67caf14f68245c981fbf4db70adc19 1.65 MB 3,695 4
890,679 890,679 000000000000000000021558eed4d8f2b9b41cd66896add2cbcd5a9ef307de59 1.61 MB 3,143 5
890,678 890,678 00000000000000000000f6991578409662439ed3358a3698520156197e8abeaa 1.62 MB 3,936 5
890,677 890,677 0000000000000000000041df00e3a62a2afb38e55a726d4faf786c0bc41a8209 1.78 MB 3,295 1
890,676 890,676 0000000000000000000217a5a1906df2c6703e26b2ea5c528d21f41cf1d5193d 1.38 MB 2,386 2
890,675 890,675 000000000000000000021e508807efd54a11b6de92cf95f5b5550a777e32d95b 1.70 MB 3,365 5
890,674 890,674 0000000000000000000163a9181f29063dc0701b6077efa894a92b98fcaa0589 1.30 MB 403 1
890,673 890,673 000000000000000000002ab79e58b844ca99704fed2467606ca70d15a822b188 1.47 MB 2,986 3
890,672 890,672 00000000000000000001e9a9e32174b80574daa33cb3bf885ca5f484f1689d65 1.60 MB 3,033 4
890,671 890,671 0000000000000000000004d7d5fca42fd07d6e9818a4640de0c31807a18e1acf 1.85 MB 983 1
Previous 10 blocks ↓
Total Size: 740.03 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: 3,536.33 GB sent, 161.06 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.