Memory Pool Memory Pool Refreshing

5,352 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
908,106 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,799 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,105 (152,346 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
755,759 755,759 00000000000000000000ff540d73d6f9e6445d9cf5b1e38cbf43c7d738432b94 1.80 MB 1,603 12
755,758 755,758 000000000000000000065ada4f016194705f37edaf69231605f911fbd5320c30 1.20 MB 1,772 14
755,757 755,757 0000000000000000000529c3021d0e9f78123d823dfc74561f6f5f73528fe159 0.00 MB 1 0
755,756 755,756 0000000000000000000888e5b1ef6c8775cea1d85b422f7ed77db218f857c069 1.61 MB 1,604 14
755,755 755,755 000000000000000000027d588e6fb9e01307d2b5cf4c90b647e2af2e67fbe43f 1.56 MB 1,564 18
755,754 755,754 00000000000000000007234dfbc91fa232a6e588a75d966906f6ce35bdced652 1.71 MB 2,394 26
755,753 755,753 00000000000000000005733b194ca8833f87179366ca58d1e7e1fbfdd243f470 0.61 MB 767 10
755,752 755,752 000000000000000000061de32f23f49e62c7a9109dfa0793e49c1fbe49975210 0.62 MB 835 10
755,751 755,751 0000000000000000000383d5e65c5e5f5f4a166df12a1f3d85498141a4fd71f9 0.03 MB 80 15
755,750 755,750 00000000000000000001a2a42448facd80785e533d781031af96ace4cc2a8d03 1.34 MB 1,571 12
755,749 755,749 000000000000000000030a3cb6c7ed6e01dc9750820e7d3744d1cd68ae3b2c4e 0.04 MB 42 8
755,748 755,748 00000000000000000006fd330eacfd9d17da3c57c1493c2df21bee0f7c4a7eb4 0.04 MB 109 13
755,747 755,747 000000000000000000038087663869e88a1028b63056542aae00a1e4660e3a41 1.20 MB 1,782 10
755,746 755,746 0000000000000000000120cfca61feb389eec355f5ffaa7b0d265ba68bfd38d4 0.33 MB 364 7
755,745 755,745 00000000000000000008487535496baca72dee5003c8e9fc9fc4eb6c9accd659 1.11 MB 758 6
755,744 755,744 00000000000000000008151ca7a52c43877964575fe98bed3b8b4414611a4443 0.96 MB 820 9
755,743 755,743 00000000000000000001455f440d8b4c6aac4116f986167e24eeb58f68da69f0 0.45 MB 816 9
755,742 755,742 000000000000000000064ca2e24ceba995c9a7cf7a1bb336af44c9c8087cf034 0.02 MB 52 11
755,741 755,741 0000000000000000000226b66ec2501ba628e43bcc25d59d545ce535bb31ffa0 1.14 MB 1,951 10
755,740 755,740 0000000000000000000495b63be20331038505f92e47c0970b592a46f89736a4 0.62 MB 944 12
755,739 755,739 000000000000000000064c586ffe7e532c9832ea47ee284e1a8f5af948973b95 0.00 MB 10 8
Previous 10 blocks ↓
Total Size: 769.74 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,679.27 GB sent, 96.61 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.