Memory Pool Memory Pool Refreshing

2,326 transactions
0.91 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
908,677 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.90 vMB 2,313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,676 (842,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,954 65,954 0000000002756ecc0e8c01f3bb72105a7217924e811c89d66b4075f9bfe44716 0.00 MB 4 0
65,953 65,953 0000000005977d108a96193af48878b1a2fcedf89e120f583e3532c225adb434 0.00 MB 1 0
65,952 65,952 0000000009a6b0b81bf6188690677b871535555ba95e85b91418a411f68fef6f 0.00 MB 6 0
65,951 65,951 000000000409bc3504859bd0d8d2b425cf28395aee2b72d752230be3912b6a4d 0.00 MB 2 0
65,950 65,950 00000000081d0e4176101a158fb9d1022862946e4c80a92c65dc2df07714a8f7 0.00 MB 1 0
65,949 65,949 0000000009cd69c974136356e90dee33a393f5f15e80d9e1ef49d2f6d4f3706f 0.00 MB 1 0
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
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.60 GB sent, 101.72 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.