Memory Pool Memory Pool Refreshing

10,968 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,762 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (23,742 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,981 883,981 0000000000000000000018b595b0ebffcb8d598499423f8cdbb47178780f4969 0.85 MB 1,913 2
883,980 883,980 00000000000000000000df42fbf624d88672b053ceb6bd227d81995caea9a656 1.72 MB 3,381 2
883,979 883,979 0000000000000000000052980b7dc4b4d06b88001b39378d81c74355f7f46a4b 0.17 MB 363 3
883,978 883,978 00000000000000000000ee6b6976ba679e960a31d7e4c986a71ff0d877184052 0.08 MB 110 3
883,977 883,977 00000000000000000001081071066a978a619a2703d3dd7246c5ef0874ca59f9 0.85 MB 1,769 2
883,976 883,976 0000000000000000000252d0d2ab6971c4e69b7524200c1bc7143bac5111a017 1.68 MB 2,254 1
883,975 883,975 000000000000000000016809a4bbaa86bac1e079be3ba6b8a81b97e829a9de6a 1.55 MB 3,408 3
883,974 883,974 00000000000000000001ab79d404864a618f99fbec01278ade2156ad7c53ae41 0.31 MB 633 2
883,973 883,973 00000000000000000001c279a5379ab3009783f221f67f0f0e5ab25cac87a47d 0.67 MB 1,175 2
883,972 883,972 0000000000000000000034c365b5b4d89bc03c4f6512a9847a4c975e758eafe4 1.26 MB 2,631 1
883,971 883,971 00000000000000000000c1ec5dd76744ec56610b77a1dea42cc609b1757208a1 0.71 MB 966 1
883,970 883,970 00000000000000000001d87652e356280620f8cafbc5686121b8dee641c0ac13 1.56 MB 2,484 2
883,969 883,969 000000000000000000005375caa9e3a4e476d17d31903d09165009c9dbbc1da9 0.56 MB 567 2
883,968 883,968 000000000000000000022c793f4f6ba0f97a962173dda43b0252570f8ae3a9f0 1.32 MB 1,905 2
883,967 883,967 00000000000000000001a52f2cc04d0252720899f5b2ec98aca2a70224285013 1.75 MB 2,286 1
883,966 883,966 0000000000000000000137595e658035ef635d39cfddf9f5c9f1a869e783a2a7 1.57 MB 3,295 3
883,965 883,965 0000000000000000000169ea4e96611c457c3ee8418fe75e6452a6ccdf6efb62 0.26 MB 439 2
883,964 883,964 00000000000000000000531a8f9741c89d0ea26d743c59465252fbda336b738d 0.71 MB 618 2
883,963 883,963 00000000000000000000760d90b74141abb0f04108b794cfa2560fb648d30c37 1.78 MB 2,180 1
883,962 883,962 000000000000000000013efaa4b89db36bda19d9b1057620807d573c7d57812c 1.57 MB 3,207 3
883,961 883,961 00000000000000000000e203c951f1b1b0ccdc72b3b884b588dc2099cee13ce1 3.29 MB 262 1
Previous 10 blocks ↓
Total Size: 769.03 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,625.07 GB sent, 93.02 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.