Memory Pool Memory Pool Refreshing

979 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 957 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (301,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
606,746 606,746 0000000000000000000852fd27a9cc51f039f526e82f3890648b601dcf32be6f 0.46 MB 1,128 16
606,745 606,745 0000000000000000000ba81875fab8d81db201d70f44e5d0f748bdc2c587895c 0.47 MB 947 20
606,744 606,744 0000000000000000000a2949ba508fdfa73f8a75b5b597480064a120387ee862 0.53 MB 1,233 19
606,743 606,743 000000000000000000103082266e3dd7fd2a273af77ed0b714681f8aee9c9313 0.86 MB 1,555 12
606,742 606,742 00000000000000000002c07555748add7f11a654cd058f6452fc202d2c664985 0.99 MB 2,358 22
606,741 606,741 00000000000000000015827fa8b2c9ff264949243d9867ebd5882082e611af7b 0.76 MB 1,416 8
606,740 606,740 0000000000000000000ac01c30c217b144a926dd5623d623b9ffecc8774cab7e 1.26 MB 2,959 22
606,739 606,739 00000000000000000000a03a4cf9f78cbb1f672471a332bf6d1a0d1e2d142dff 0.11 MB 365 16
606,738 606,738 00000000000000000012821a2219cefbdaf156448b7e2a881c8c7b9d173b59b8 1.12 MB 1,795 15
606,737 606,737 0000000000000000000357851a775b91022bfcffa9974e869ad2d072b3f17b5c 1.28 MB 2,663 8
606,736 606,736 0000000000000000000f323ecdd506157508cf980513bf2d0444909923a48b3d 1.15 MB 2,647 14
606,735 606,735 0000000000000000000696e566081f8f50969a4f72cd421eb2acf04bdf3afe99 1.29 MB 2,766 9
606,734 606,734 0000000000000000000de01a1a78cb490ea41c154f5fd14b8215e7779ac15a6b 1.26 MB 2,973 37
606,733 606,733 0000000000000000001053792495d32fa6faf29121ba93b455c4a1e5bab19acd 1.25 MB 3,028 21
606,732 606,732 000000000000000000154ead93ac2076d6b40348253daa4941c49dc04726116c 1.21 MB 2,698 21
606,731 606,731 000000000000000000023bbb739a797af7373d211b643efbef46f05911199db3 1.25 MB 3,188 32
606,730 606,730 000000000000000000006e6e6acfc3b067901823b74134176895519d53bea8d7 1.31 MB 3,171 9
606,729 606,729 0000000000000000000ac1ec532c36b268f4720eb9e111ca689b83edcceff652 1.12 MB 2,427 9
606,728 606,728 0000000000000000000334b9d0a4dee902a0d3aca75382ae1502eb07a8b0f9dd 1.26 MB 2,559 14
606,727 606,727 000000000000000000118a284d72e47d05ff8bfe3887f117b1216f8306643b4e 1.36 MB 2,689 26
606,726 606,726 000000000000000000094f5afa62e536a099e8b8b09b0c8cd1aa868566f24836 1.31 MB 3,228 35
Previous 10 blocks ↓
Total Size: 769.07 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,628.05 GB sent, 93.22 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.