Memory Pool Memory Pool Refreshing

6,539 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,703 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,697 (892,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,917 15,917 000000000b91475fd34b3c04d64c8bebb9f86718bb0c9ea5fadd85968b9aaefa 0.00 MB 1 0
15,916 15,916 00000000f289b300847de49af0af9d964336a95d7ac31e0527970b189a8c7e7b 0.00 MB 1 0
15,915 15,915 0000000066de60675a5a82efaab0867358bcf5d97898b3675e90b97eff7f528b 0.00 MB 1 0
15,914 15,914 000000007b6822bb6d4dee8cfa0b35b0f9a5d2fbdabd13514fb9a55456b2a761 0.00 MB 1 0
15,913 15,913 00000000d5cc897e72838500a2410d0cb2e48fa31f16e4f0960953572b14e4ff 0.00 MB 1 0
15,912 15,912 0000000069f15fcbccd9dda4e14d63085da1bcee7334246d5cb12bd12d8d2282 0.00 MB 1 0
15,911 15,911 000000008a788200000af506fb8e44dc02b76265672c12e4c1abcf44d371c7d6 0.00 MB 1 0
15,910 15,910 00000000e7daa193fe6abbc37319d5a4ca9304232e88d18d5766ada94815ef20 0.00 MB 1 0
15,909 15,909 000000001e0e5a49aba5f0eda88108fac533b73b89ce861f856f1be7191c5ec4 0.00 MB 1 0
15,908 15,908 00000000672cdf11810e6d6cf953ae239f55966c5063020c22750288a76a7747 0.00 MB 1 0
15,907 15,907 00000000405ed63a43287eb021121429b3d300e3c08ff87a76ec535649fa6595 0.00 MB 1 0
15,906 15,906 000000008c446c23b77b9139f0a6818620b67713a55e99fa43bd7f0c9440defa 0.00 MB 1 0
15,905 15,905 000000005ebfbf66237c6b8e3b97937979655192fb0897776a81445e9c461e3b 0.00 MB 1 0
15,904 15,904 000000007cd334742351f72799b933d5dcaef611018576d9744ec770af9865f3 0.00 MB 1 0
15,903 15,903 000000005345da4636085c4b6ebca5bfa501df7f1d14f18f726310651a6419e1 0.00 MB 1 0
15,902 15,902 00000000f025f71eb4d9768b1d8788d4f863c460df800dd3404d00f2d2230e8f 0.00 MB 1 0
15,901 15,901 00000000f86cd50356e5263d96602512f89b103af8e6573255008dc193ceed4b 0.00 MB 1 0
15,900 15,900 0000000038b78182f7e60d5900749f143c4c33b6f09081e2cbd125f63ab4c5be 0.00 MB 1 0
15,899 15,899 00000000f094f67a0491f9ce2b883a0b0dee35064cef85a3f55d7d18d4b17c9f 0.00 MB 1 0
15,898 15,898 00000000c50758ecbbb24564d022f9e36a9bddabcd4a9331170c1b6dc07c905b 0.00 MB 1 0
15,897 15,897 00000000560e7434828dbe5d50ef2c94dcd9f3259840f4ec45d3f6230ddf8b6f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.32 GB sent, 101.95 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.