Memory Pool Memory Pool Refreshing

2,772 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.76 vMB 2,748 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (6,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,698 901,698 000000000000000000006a1c625a8b43925e94f751446068917e2853c1900a7b 1.52 MB 3,739 4
901,697 901,697 00000000000000000000b6fadd4d3780dc26061406b2a85ab4c39e5a4828cf45 1.44 MB 3,067 3
901,696 901,696 00000000000000000000a3b468f93f553717101ccee028ec0c54117d7b821e99 1.53 MB 5,147 1
901,695 901,695 0000000000000000000182a22f51119d4fc8722f25287a8ac1ac2f91268328e6 1.39 MB 4,749 1
901,694 901,694 0000000000000000000185eb21b5d1e71616c90ac0d43be6dae54825a090ee07 1.74 MB 3,973 1
901,693 901,693 00000000000000000001b75018784bdb3573f4acced4e4d1c7eb11f13a1ff8da 1.80 MB 2,580 1
901,692 901,692 000000000000000000014f6166c65488c0507568330a954145035a31b910da47 1.46 MB 4,524 2
901,691 901,691 000000000000000000007394af20bcee77da3270b7d079cf5832ea0387332f17 1.49 MB 2,854 3
901,690 901,690 00000000000000000000b526e4caa44bfd41301703e64532c960a448aca8c73c 1.81 MB 1,700 1
901,689 901,689 000000000000000000006ad061f8f56e080c09b4038fdbf1e3592c3a090daf94 1.45 MB 3,006 2
901,688 901,688 000000000000000000003dcd346cfd64def5c7f4e1aed8a37acea34b741ec7c2 1.61 MB 1,795 1
901,687 901,687 000000000000000000000b6ab7978e74328b7498109d1342f2886722084fc385 1.72 MB 1,960 1
901,686 901,686 00000000000000000001d2299776eaef20037634755640576a946e83692a687f 1.63 MB 2,891 2
901,685 901,685 00000000000000000001765c9dd6ac2c266406e7ccf594d87ee5446ea1dcc7d1 1.63 MB 2,415 1
901,684 901,684 000000000000000000000e06f39b7c7218b3eb1c6df98d09fee84b3229e4df5c 1.59 MB 2,079 2
901,683 901,683 00000000000000000001ceba72a1e3fd6365dc5e2e7401cda1a15599ab810343 1.61 MB 2,258 4
901,682 901,682 0000000000000000000147d09a4238c80bfe9c76d2caa31e8b24c6c933c44c4c 1.27 MB 1,353 2
901,681 901,681 000000000000000000001a0befe866f9c4592264b302acc2a5de90b263051825 1.14 MB 867 2
901,680 901,680 000000000000000000017a2754b4024e397af5fa72cedb23580769f8fe73d4c7 1.18 MB 1,272 3
901,679 901,679 000000000000000000020b2b89cd0bac8c2e8a640d61447112a3f4bf75dd5474 1.47 MB 2,554 4
901,678 901,678 00000000000000000000eac2df66744f7e194c46893b49c8f5b742d685e9bdfa 1.55 MB 3,336 5
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.