Memory Pool Memory Pool Refreshing

1,537 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
2 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,591 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,531 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,590 (856,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,701 51,701 0000000004e198d59768c58fb2819ce67005436ca26db54b0f0b44366b8855dd 0.00 MB 2 0
51,700 51,700 0000000018f490e332aec00bc2108f0067baf851827e78af36624467f20ae202 0.00 MB 1 0
51,699 51,699 000000001eb265b88c416b7c7067131c5f771852de1b90167a4d982981f6bd3e 0.00 MB 1 0
51,698 51,698 00000000113440ced26b8fd4f919b92a170db61ed4baeb786d33c60b607dec8a 0.00 MB 1 0
51,697 51,697 00000000014aa7292751dfa58a7945fd82fa3fc0d765b5374ad960257bb60063 0.00 MB 1 0
51,696 51,696 000000000bad7e025136dc63022c2e00b8771676df7d65f84f384f6d9eb14db3 0.00 MB 1 0
51,695 51,695 000000001abbc323a89ec8eedae5fd124234a5816867b80754149f59104b37fe 0.00 MB 1 0
51,694 51,694 000000000b66fcded257b098bb54c254f404a11189c093ad3d0e447ff5ed6b4d 0.00 MB 1 0
51,693 51,693 0000000017926c3043410a09e9ab64d346183ca32c5cfd07a1eb2f51e002be75 0.00 MB 2 0
51,692 51,692 00000000085411f6eb8f280cf0d6ae9fadba79b90d87f0cddcf6785922cfee2a 0.00 MB 1 0
51,691 51,691 000000000c27cf13b4e437bafe503bfd538e8cd9c9ff8d13fa588a98ea9fb129 0.00 MB 1 0
51,690 51,690 000000001c9d925ded9942259d7d267f7479cf06825e2f4250f2c8b4ffc2138b 0.00 MB 1 0
51,689 51,689 0000000000644509b60cedd62e8903772e8395b0bcaec146b5c4f04ff0285de9 0.00 MB 1 0
51,688 51,688 00000000097ed661656300019490398ec1abbe5c5c490450069673b11e66b879 0.00 MB 1 0
51,687 51,687 000000001e72e07080d3e2e0e24a2d71f90661db44781e25cb95cc979df22a3e 0.00 MB 1 0
51,686 51,686 0000000017f943e2e76b03087321b2189a7c8229fe8e729caff953a302f05c1a 0.00 MB 1 0
51,685 51,685 000000001aa045b6746d56d81c0818b8e145107a1abac0505d76fb05a6960d15 0.00 MB 1 0
51,684 51,684 000000001793c69b2b3f26c5263836827601cc917fa977a7b4ff9b91d724e7e1 0.00 MB 1 0
51,683 51,683 000000000cfc76d33333c907ad2d7b0571be50d5b26e33ff09954f0b9f46a7cf 0.00 MB 1 0
51,682 51,682 00000000136e2bf4eba70a4257e71fd18d87c76ce8a962f57d4d956ab4a6fac9 0.00 MB 1 0
51,681 51,681 0000000006e6d19c7a2278f0a3c231644056710c48373bb084e4fc8c952a198f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.79 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,849.17 GB sent, 100.96 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.