Memory Pool Memory Pool Refreshing

9,324 transactions
2.78 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,353 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (373,963 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
533,751 533,751 00000000000000000032030337f5b06500cb85e78db168a04c2d7af1524d67e8 1.10 MB 2,215 44
533,750 533,750 000000000000000000272f6b80bd44e5f98eb72cc732845222bb87154a348b85 1.10 MB 2,226 31
533,749 533,749 00000000000000000002a6e0499d8620e1c9420e527a267a0f8d52fc68974461 0.11 MB 239 14
533,748 533,748 00000000000000000010a67f151d0a913974b1857d1297088f06f2f2aaa9cbc2 0.82 MB 1,758 21
533,747 533,747 0000000000000000001834620dae8e575c7033df57335430fb214863cfb1d508 0.45 MB 808 16
533,746 533,746 000000000000000000001e9c437fd72b433e7fa233e0986a720b24d50821d915 0.43 MB 786 29
533,745 533,745 0000000000000000002b993f93dc3b99331b6ba2775e6bd293602ca064058928 0.00 MB 1 0
533,744 533,744 0000000000000000003457a9fffdd8324dc5b9a984fa657259c30b1b10b7e026 0.70 MB 1,452 17
533,743 533,743 0000000000000000002af81f5d04c32f2c0152b836bdd2cfcad71d6f3f97fe48 1.13 MB 2,197 21
533,742 533,742 00000000000000000006fb1e162aa75ea7532620dfb8aa4ae3a3e0d827164e96 0.49 MB 1,055 5
533,741 533,741 0000000000000000002a8408dead77d9c67ed95e7cf762b4dd551fe5d83f827d 0.28 MB 467 47
533,740 533,740 0000000000000000001994f3826bb26bb8d8c15b58b6e930737a65fa210c5fab 0.63 MB 1,307 29
533,739 533,739 00000000000000000028b8525f410587a0d30e5370495ed8b064909fd7c1a779 0.58 MB 1,185 18
533,738 533,738 000000000000000000117347d706c1307e2e9aef1f61644ba01a48c99da51ce3 0.89 MB 1,759 26
533,737 533,737 0000000000000000000dbf699d783bf38179163f41725ba57b36a21bd37b9d48 0.02 MB 51 23
533,736 533,736 00000000000000000035565ab93e8332c1b6c8fccb7a38eaab765b5c873f8f25 0.94 MB 1,814 18
533,735 533,735 0000000000000000001e87980e46b67b56c1d93f13591cd2ab6250613ac94361 1.12 MB 2,265 18
533,734 533,734 0000000000000000002cdd43061b8e16dee83935b07b323e543b39bbbe414de0 0.48 MB 928 37
533,733 533,733 000000000000000000097f59f6ceb326f36d23064fda1af80a522ff468033fac 0.65 MB 528 6
533,732 533,732 00000000000000000018b4e3fdae6cf3a82c89588f5837a31f4f2d55fed36f37 1.22 MB 2,288 7
533,731 533,731 000000000000000000083a7cdb805fd5ca7b07328f92d1bf3823b945ae90991a 1.18 MB 2,828 35
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.