Memory Pool Memory Pool Refreshing

3,168 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
907,784 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,193 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,783 (281,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
626,391 626,391 000000000000000000021bba4922d283e2daaa6e68e636b55e44d11bac54ef3e 1.26 MB 2,328 20
626,390 626,390 0000000000000000000169f06e8a2634184d7a0a71930626a730abe9295125f3 1.32 MB 2,249 27
626,389 626,389 0000000000000000000a19bf3a3ce71036d20491fec6057e2d789c35e34a24ef 1.35 MB 2,618 22
626,388 626,388 0000000000000000000e9c6c06702fe0d41ab4437b8b4f2c93c693315d4cc698 1.27 MB 2,754 40
626,387 626,387 0000000000000000000df14e4ed817bbac4160a037da38edb9bb230014f23a87 1.49 MB 1,024 5
626,386 626,386 0000000000000000000658feb161df7e7a64ecb441f21eb22c6adf8695fcb109 1.36 MB 1,924 4
626,385 626,385 00000000000000000009538c56e12e237c5737845f2fd576cea49408d8a3c3c3 1.08 MB 2,758 6
626,384 626,384 00000000000000000002b99b920e20284d9177dc7ca3076011cf641bcf5be902 1.10 MB 1,569 12
626,383 626,383 0000000000000000000c0b6d01cde59338753cca55ebe73fd38eb3ca68c40028 1.43 MB 2,400 17
626,382 626,382 00000000000000000009f865c21f3b26d98b047f4d44e5fefdf807f12119f825 1.25 MB 2,770 38
626,381 626,381 000000000000000000112017422dadc8370b96779f8d5a59f2593a74cd57df64 1.24 MB 2,272 24
626,380 626,380 000000000000000000085718d0a8eaea310c865aeee43c75d1b7aab1f463d2dc 1.11 MB 1,680 7
626,379 626,379 00000000000000000000dce85d6ddfc530074ab4d7ebdacc14666d5b7a1eefbd 1.37 MB 2,017 24
626,378 626,378 00000000000000000003ec250df3f39b0721cdf282ebd00c2d55ad124b044bf5 1.22 MB 1,611 18
626,377 626,377 0000000000000000001313598499dca42f553d9edb7395445727d9563677e75f 1.08 MB 2,280 5
626,376 626,376 00000000000000000004bc34f9ecdacd22bfcdd5c334b5606233cdc7e1324bfa 1.32 MB 2,835 17
626,375 626,375 0000000000000000000aba1956f2d01cb5141b71b41750520f94614e23b2ea82 1.35 MB 2,691 43
626,374 626,374 00000000000000000000855776777ad5df734669e58c2e80a9d9085b514eba42 1.29 MB 2,366 12
626,373 626,373 00000000000000000010a549e66a4a484551e93c378342b5439e1fa705a6d2f6 1.30 MB 2,767 30
626,372 626,372 00000000000000000007166a8dbfeb2e6e6f31b8937402359f5f47bcb9f7b991 1.28 MB 2,776 12
626,371 626,371 00000000000000000004c4f09eb0c828864ccec0db5eb631b93878f022c1f9f1 1.40 MB 2,625 26
Previous 10 blocks ↓
Total Size: 769.13 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,631.80 GB sent, 93.57 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.