Memory Pool Memory Pool Refreshing

4,141 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,796 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,211 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (164,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,887 742,887 00000000000000000004582288c0b93f64c3973e2f32fa14aadcaca63e9a46b2 1.58 MB 2,469 5
742,886 742,886 00000000000000000004264370e647f27ad406acd2e79f243fd094118e476747 1.56 MB 3,032 8
742,885 742,885 000000000000000000034381ffa69322ec074c807b2802e3ff78e07ae84888a3 1.59 MB 2,940 11
742,884 742,884 000000000000000000091c59bee4f6dbadfc97362257f3d8c886b6e176d814f0 1.35 MB 1,603 13
742,883 742,883 00000000000000000005018716e8561754fbb1da42bb2efa02af1173e35ce814 1.37 MB 2,304 11
742,882 742,882 00000000000000000003569af89e10a96b7b1a9115207644eada8d8268bb736b 1.47 MB 2,745 24
742,881 742,881 00000000000000000000148c177b1db7104acbcb68cb0e98f1c2872926221517 1.62 MB 3,319 11
742,880 742,880 00000000000000000000e29be13be321816e828eafc0366c71b0247e0624e108 1.37 MB 3,225 23
742,879 742,879 00000000000000000006989eeb36550ca2adc6e5fea82c4a63aa6e61d46f093e 1.57 MB 2,966 8
742,878 742,878 00000000000000000008b278bca7d228c6da14b9dacfcf26c97cb3fe139665d6 1.55 MB 2,883 15
742,877 742,877 0000000000000000000123df3c0fb043005805d2506466eb226598aa0629d7a1 1.51 MB 2,980 9
742,876 742,876 00000000000000000001bd597b8c6fec13e0f03ab67b15c9020c51b72db98868 1.54 MB 2,817 14
742,875 742,875 0000000000000000000916b65a627abacf779a32426a1991f52d5f0ae1d2b603 1.15 MB 1,019 15
742,874 742,874 000000000000000000089df28b9c3988cce9a0adf250c5be2a7f5a70fce02b06 1.08 MB 593 11
742,873 742,873 0000000000000000000313f4d39792aa2ae88e7170de6f04e927114f43c3712c 1.66 MB 2,049 8
742,872 742,872 00000000000000000006ffaab33748b09758126bc921e9166adfd8ee85f9fd7a 1.61 MB 2,417 6
742,871 742,871 0000000000000000000352accfea16665f71889f36559d29f080031a73d178c4 1.60 MB 3,045 18
742,870 742,870 00000000000000000008945dc795caf30c39e1ee991cf5bc9eea65119dc2ff7c 1.47 MB 2,808 11
742,869 742,869 00000000000000000004788044c2fe99262b28d8793f33876c344fb39037bf83 1.53 MB 2,901 4
742,868 742,868 00000000000000000001f9301d40093ee0c20631fb633fac46fc0cde611c799d 1.70 MB 2,418 11
742,867 742,867 0000000000000000000654507b5d5a584845b3b7b7b7df7c11a09067f863fcec 1.45 MB 3,468 21
Previous 10 blocks ↓
Total Size: 769.16 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.71 GB sent, 93.68 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.