Memory Pool Memory Pool Refreshing

1,341 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,667 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,340 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,666 (895,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,580 13,580 0000000035d1f1fb4d53f98f7c4628c8ca2c10870b1cd0cfc8b009c592aba726 0.00 MB 1 0
13,579 13,579 000000009337d6d211371ea2aeaccfd2009b7cd2bef40a3ecfd2d32b73d519d4 0.00 MB 1 0
13,578 13,578 000000000937e14ff69465695a39cb636d26b003e494ba2c86abf58861346b2e 0.00 MB 1 0
13,577 13,577 000000001fda2f9c6b2a033dda8f8c7301dddd8b91f1cc985fd52836329fa9e6 0.00 MB 1 0
13,576 13,576 00000000bddabf123b0037731c1847210319e783d9d141fb6578520373aa4b49 0.00 MB 1 0
13,575 13,575 000000007b8d8078fba1f4d3d23b9e5a1d354289940a7f589ea61e9159304f69 0.00 MB 1 0
13,574 13,574 00000000eeaa5d8d77af9644b93122cf652f9d82ec8dfc82c82f2cb96ba47383 0.00 MB 1 0
13,573 13,573 00000000acf48d7a283f49ef032ff22f1d169e9dcb90c8840301745302543682 0.00 MB 1 0
13,572 13,572 000000001b5c6f73972f60e1cef8491650bce470c11fe6cb32145aeddf1c77ec 0.00 MB 1 0
13,571 13,571 00000000eb326f619978e6e72d7ae2673dd023b5cdde0c67c4367bdfc6281329 0.00 MB 1 0
13,570 13,570 00000000306fcdc9dc946d3093ddfad15271ee67b85ba391765067421f506115 0.00 MB 1 0
13,569 13,569 0000000070401ebc316650df569669d153de7b8ba2d0a8a2459f4d5b5cda4496 0.00 MB 1 0
13,568 13,568 0000000061a59e461fb218c63bef52a811b200b47f7f004427c3cdcd3c757a9d 0.00 MB 1 0
13,567 13,567 000000007d918269d5fb64ece1e5cbcafbe74da2fca7e24c42736d451df5c9f6 0.00 MB 1 0
13,566 13,566 00000000bed39ac2305b082382ff25cba69840e9a4b76255184214ea1949b651 0.00 MB 1 0
13,565 13,565 00000000e5420e8c30f063813ce6d9adcf7f9c83580f141a36b88621e41b8a0f 0.00 MB 1 0
13,564 13,564 000000004952dfeb3a37edc90067afc22bde5a6eed41458b0be89b9580707aff 0.00 MB 1 0
13,563 13,563 00000000bc7bfd777fcb877d13bb99aed8ff68de961d019594c21cc20885d278 0.00 MB 1 0
13,562 13,562 000000001a3fa54726d7b02b64f85e9c92af1dd55b347d568cb34e8edc96a6f0 0.00 MB 1 0
13,561 13,561 0000000021fb08e3bcad9ea1e78e32ccca72bc14a8af9f399f4a38e58b6d8924 0.00 MB 1 0
13,560 13,560 00000000586fda757de13fd5885173763c8d88aae7c769c4b4d102d98367579a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.94 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,853.32 GB sent, 101.64 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.