Memory Pool Memory Pool Refreshing

5,291 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,184 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (222,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
685,757 685,757 0000000000000000000992c70a145d1dff7f12fba877508794209e896280ad97 1.62 MB 993 29
685,756 685,756 0000000000000000000793515e86cbf86d9d0d9cb1c35e6b428742110eab447a 1.58 MB 289 7
685,755 685,755 0000000000000000000afda60f103d0dee20cffe43168fdacd54cb7412eae577 2.14 MB 443 10
685,754 685,754 00000000000000000009482108c7c3ccc15b82f1a86a53a8dee35cd5f771542d 1.49 MB 1,932 35
685,753 685,753 0000000000000000000d321c84e878963c1f3b8d813225c352a46767bad5ef5a 2.23 MB 358 6
685,752 685,752 000000000000000000089bc081863df7cc405bb448351c43089f4ead4f101875 2.24 MB 289 6
685,751 685,751 00000000000000000005446a55091006399377868c711e3bb84a7ab31a85330f 1.92 MB 985 22
685,750 685,750 0000000000000000000576cce6f9caf415e299eae86a56d3a80fa7fe926a698c 2.02 MB 504 10
685,749 685,749 00000000000000000002cd28e31bec3a8d9c5866ff801afbf5d2978033edcafd 2.30 MB 197 4
685,748 685,748 00000000000000000007938ad999d517b2c272abb196131c6fa4b4763ea486d7 1.32 MB 2,007 12
685,747 685,747 00000000000000000008aa7bdd1f2c3d685f133e94fb3fee8ea3bf471fbb4adf 1.40 MB 1,780 38
685,746 685,746 00000000000000000008b9a8e969fdb890394a6c99b25aae6bce05dd84169a51 1.57 MB 1,834 35
685,745 685,745 000000000000000000048309bf13d3ccbf311c00a01ee01483ab2f33f11c444a 1.30 MB 2,358 71
685,744 685,744 00000000000000000004c5c4b6b7d8714b8c0c14bc5f1253cbcc6a411eb30e87 1.17 MB 696 16
685,743 685,743 00000000000000000009747e07b16eedcf9998c97de358441a4861fbc8b9f6f3 1.31 MB 1,471 22
685,742 685,742 000000000000000000034780bf1995a657887c380485f3bc5130074911063222 1.27 MB 739 18
685,741 685,741 0000000000000000000a1d434227ee519efe5a74deccf983d9df60c50867d9c2 1.07 MB 222 4
685,740 685,740 0000000000000000000ab7a32733627974b960ba03e82794d5a6e764a90ff616 1.19 MB 843 8
685,739 685,739 00000000000000000007d6c8e417ef23e6024f42f23c43d6411d4017776c59f2 1.28 MB 1,555 39
685,738 685,738 0000000000000000000cbf4f475c140d4ca38738b374803a8af91695c54ebbe3 1.27 MB 1,262 23
685,737 685,737 00000000000000000009c0ff9127a2f5aa398340c519e29d9dc341fffd311fe0 1.10 MB 38 1
Previous 10 blocks ↓
Total Size: 769.26 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,635.21 GB sent, 94.20 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.