Memory Pool Memory Pool Refreshing

4,661 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,833 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,762 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,832 (112,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
795,309 795,309 0000000000000000000390a932bc7f473e99b370cca89a889a5d3acdf91a8a9e 2.11 MB 3,239 20
795,308 795,308 00000000000000000001ea286d02635a2b8bd0e52d1ab5bc2d6d344e0ed5d1b9 1.72 MB 2,832 28
795,307 795,307 00000000000000000002088b57f6a439cdc6c9290286927a23b38006b6634a2c 1.60 MB 4,058 31
795,306 795,306 00000000000000000001ca0ec46c01bfeb1a978c84a77af0ff0bb07455b144f0 1.79 MB 2,790 25
795,305 795,305 000000000000000000043529bea23acfe2cc2f8d410a720c4c99d50f29e9b676 1.40 MB 2,096 24
795,304 795,304 00000000000000000003f2655f82da1c54df226bed716a8fe8360a9a854d81b9 1.65 MB 2,936 31
795,303 795,303 000000000000000000052e5077ae70ea2e54dbd50c5cb58da99cb9d291c571b5 1.59 MB 3,019 46
795,302 795,302 000000000000000000005fe91c7bc437615561620b9454d256a1a88f25f32783 1.53 MB 3,588 29
795,301 795,301 00000000000000000003ebf933e4d521c8ab2588d12c1028354c3036a74cb1a1 1.61 MB 3,497 42
795,300 795,300 000000000000000000044759be8b0d99ce33860ae21e38dc2d101d2f4ec16545 1.70 MB 2,161 24
795,299 795,299 000000000000000000022e29deea38a3fff88c61dfa10bfaebf81e3c7b382475 1.46 MB 2,734 24
795,298 795,298 00000000000000000002ff2297d26f756584f964542abc857b26756aa1fcf8ff 1.42 MB 2,880 40
795,297 795,297 0000000000000000000113ff48c857c2582a70863e391eed3b1c2d5d199b0e5d 1.68 MB 2,373 23
795,296 795,296 00000000000000000000ae09d5dc6da54761fd9e2061dfe8143a7f8ecea86175 1.71 MB 3,374 23
795,295 795,295 0000000000000000000547fa5c287b21e6e474b9151d766d446e988e33f1a02a 1.43 MB 2,723 26
795,294 795,294 000000000000000000006e19cd9b8acaff452238101630e2b2d7ef83afc58fbc 1.54 MB 3,955 35
795,293 795,293 0000000000000000000030de56d9da53274d340ed290ebc825fa1b9c41e99c24 1.58 MB 3,484 33
795,292 795,292 000000000000000000053fd09a45f48e747f281122021edc2f7e97efcdd66248 1.61 MB 3,646 30
795,291 795,291 000000000000000000021f2afcb8bd12950d6847b3b1da1e36d5e846437b28e3 1.53 MB 3,658 33
795,290 795,290 00000000000000000003161e0784e7abd4cbff45d5d243d47d52867ccde7e5fa 1.57 MB 3,677 31
795,289 795,289 000000000000000000036083710e88a6c44368130eb8be8de2d40d181ebeafaa 1.52 MB 3,159 26
Previous 10 blocks ↓
Total Size: 769.23 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,634.73 GB sent, 94.06 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.