Memory Pool Memory Pool Refreshing

2,727 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,542 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (842,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,948 65,948 0000000008b1641d2fe4b9e8ba98b21545a2e7b8c89180a6eed21ef5a7560b11 0.00 MB 1 0
65,947 65,947 00000000010bced9e6793d9f421c8042a42ccf7984ebb5f315b8b9317e059d24 0.00 MB 3 0
65,946 65,946 00000000022d502fb07488710db0ab3b69f5ee10e4fc17cf7a8dfd11f76954fc 0.00 MB 3 0
65,945 65,945 000000000057a090764ed5d66018bdb5171343a956d32fab4f6412d28764e027 0.00 MB 2 0
65,944 65,944 000000000181103bd0cd5bcdb06d60d5b1eb9815fa27083c20590036d730a1ba 0.00 MB 5 0
65,943 65,943 0000000001849c4866be3d460a956f7c793015b4f5258fe4979a80eb560ab777 0.00 MB 2 0
65,942 65,942 000000000676e0910c0899fc8b59d47860177bab3f352221d2127842f0b3b123 0.00 MB 1 0
65,941 65,941 0000000004510c53349fadfc295b731fbcf4b7c6b42bf76a84c419d296261b92 0.00 MB 2 0
65,940 65,940 0000000002e75836e6153ddbe5f22858bba0089adc58e3a6c24d217bc0730a55 0.00 MB 6 0
65,939 65,939 00000000004e4cbc270d93a0ceb606224da3b2868679571e0dec39209899257e 0.00 MB 4 0
65,938 65,938 00000000065427e92e505f4e6d85bbd90e9e59859e7b9a498281d91791517ede 0.00 MB 3 0
65,937 65,937 0000000007ef84269ea47ef378149ee0393ede14b7ee779b047dd7748e56c68a 0.00 MB 1 0
65,936 65,936 0000000007dd93a769f4b146680ca8fb8431a3421b7dbaf9e97222a3ebfa0d7c 0.00 MB 1 0
65,935 65,935 000000000979444dd0717a7dd25c46a7f6264218b518b934d07cdfae15e39eba 0.00 MB 1 0
65,934 65,934 0000000005dd39d8c30879c8c6b216f04a81f06a96a6ef43fe7b356dc9313353 0.00 MB 3 0
65,933 65,933 00000000043e317726c1d9fb0bccc594ff3224df06ccf525e8833085eebffc66 0.00 MB 5 0
65,932 65,932 0000000001fa7f38b2cb5d8d40db87f47870b2693fdba2e54ddf317e2c576204 0.00 MB 1 0
65,931 65,931 0000000006e646c8be8861c729c49f68f5831ede05ba7c1af87f1490f879e982 0.00 MB 5 0
65,930 65,930 00000000049a0b9f73cde9100b86fba03d8f55e01a4a819f9cffe4812f9a5de2 0.00 MB 7 0
65,929 65,929 0000000006e503fc253db2c02abafb0050bf233c0626ec8f277919d7b5abcfdf 0.00 MB 4 0
65,928 65,928 0000000007eadae1c8520f5bcfa8e0501cce146ad18f9a7dbf9b39a5db830898 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.