Memory Pool Memory Pool Refreshing

1,058 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,055 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (883,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,922 24,922 000000001fa23b2439ad3e440151b12e198e9365e8d56db9f5ae655ae08ed587 0.00 MB 1 0
24,921 24,921 00000000d7f696b1aff59cbb5e9ba1579769bbe5e69682fdaf51c9fc6fb5a9f0 0.00 MB 1 0
24,920 24,920 000000007ca62f74bf5e242b125c524d59cef617149da4e8b699c792e949f553 0.00 MB 1 0
24,919 24,919 00000000a2ece6b5f7f5eb7a977467ce581e9099a60f41b95f8baac1be19f68e 0.00 MB 1 0
24,918 24,918 0000000027eddd68f25249021c5a9a65962aa41646fcaf05a765325e8ab131f2 0.00 MB 1 0
24,917 24,917 000000003e7c0d1b9a50079485ed00fac3f951cd595572bf4bc2c786b2825445 0.00 MB 1 0
24,916 24,916 000000004fc0cc2c0b4ae8b35cd0d433c9f9f6982fcd19d5537bfacf027c0b36 0.00 MB 1 0
24,915 24,915 00000000eb8ba880250b76b1ab7883b5b8bdd208fb3b0f5680fcbd015295f8f8 0.00 MB 1 0
24,914 24,914 0000000006f1a2d484b8037753e18707b3a3f19914485b5938862e8ab2f9cf23 0.00 MB 1 0
24,913 24,913 00000000606dabbfdb39f1bf285392706036dc296b85b5218cf0cfedcf11ec79 0.00 MB 1 0
24,912 24,912 0000000014266c6fb8ce89c41e6e7c166c22ead8172beaa2309c63abef71e0d1 0.00 MB 1 0
24,911 24,911 00000000336c1b81abb28be39f1e4613bf37a911751a7fb2de1e6c32c7e7ad54 0.00 MB 1 0
24,910 24,910 00000000540bf0893e8031e11a0037eab0e2378a49d42e190bf01d225be35a33 0.00 MB 1 0
24,909 24,909 0000000030ba5918be1d725bdb87ce89dd2a62d76693121ef816ec4b6eb76eb6 0.00 MB 1 0
24,908 24,908 000000007fb8e09ff6ba9fe664e1f659407250abe5aa16c08f087b2ebb0bb901 0.00 MB 1 0
24,907 24,907 0000000072e0d9c02145835a04820ce63429588fdba444ecf7ed9a827fb5bce7 0.00 MB 1 0
24,906 24,906 000000004f5be91ade36d2578b9166ae1f66f1beb7127dbd754280afd28be67d 0.00 MB 1 0
24,905 24,905 000000007ea802c6b2ada6df92b8336167b5d6d62bbb485e49562a388abdbace 0.00 MB 1 0
24,904 24,904 00000000ccc9166b733f108f82cb4ebf90e45999e02f8441c8729e3ee6669ca9 0.00 MB 1 0
24,903 24,903 00000000d8b61680769acd0a4f18fa5e6772ea1d7a02291969ba41a83cd6aa59 0.00 MB 1 0
24,902 24,902 0000000026d4165dac1cf9512c5deed858eeeef584297620187263e6b103efee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.