Memory Pool Memory Pool Refreshing

472 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
902,366 000000000000000000023a040000000000000000000000000000000000000000 0.23 vMB 463 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,365 (141,319 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
761,046 761,046 0000000000000000000533fb9150dec265bb0cbbbbd8fa8bea0ba1b31abde1e4 1.02 MB 1,792 12
761,045 761,045 00000000000000000002750a5f2c2d7673286ad06a05c8be091b39ed8004d7e9 0.28 MB 476 11
761,044 761,044 000000000000000000008abbb4cb9b7f3f2b245027dbeb3acf25129fcac36bb1 1.44 MB 2,105 11
761,043 761,043 00000000000000000000bb2d9058ddf40ab9499ff77de8b8d2460254ad8258d5 0.32 MB 288 3
761,042 761,042 00000000000000000005979a976f96b01ea2902f70d32c1ae143a8e193d258c3 1.55 MB 2,097 12
761,041 761,041 0000000000000000000171443eb16b9aa4c3d8188385dce1ff2400809830c436 0.79 MB 690 6
761,040 761,040 00000000000000000006266bff03782dd86eaec9698d8bf9fd8cb57822334401 0.18 MB 114 5
761,039 761,039 0000000000000000000418b69359c35f64789699203cb626897663229b1d62ee 0.96 MB 1,132 12
761,038 761,038 000000000000000000056b9494134f4c5b24c3819788b72bc39558018abd9438 0.77 MB 1,372 11
761,037 761,037 0000000000000000000168f3027c7710cb92c76e570b09445c658e6ff6b8f5fe 0.21 MB 265 9
761,036 761,036 00000000000000000004772718c2256c3528e8f18991cab50310d7de2adb3873 0.41 MB 328 7
761,035 761,035 0000000000000000000354e57ce17e715cd791100345cd0e18eb96f3fc169275 1.50 MB 1,518 6
761,034 761,034 000000000000000000022ca98587efb09a252c77c06c824976de64700661ea22 1.16 MB 1,460 21
761,033 761,033 00000000000000000000ff8f6b62c9b55adc61f77c9035057708a889e835e2ab 0.54 MB 867 12
761,032 761,032 000000000000000000071eed5908ab43d6d87e94ff129c99f15b4a3a2929ecbb 1.32 MB 1,630 9
761,031 761,031 00000000000000000001cfb7940ba7c30c21ea6d224c7afbd2451a1f25f8c5b9 1.17 MB 956 12
761,030 761,030 00000000000000000000e56a5311bb252c08975fb99c2c445a0d44ca56ed10c2 1.58 MB 1,599 7
761,029 761,029 0000000000000000000021c1783e6727e8e4e442193054462dab39efbf1be968 0.07 MB 67 6
761,028 761,028 00000000000000000006d0c627d93bd9bef464d934c10500af483852e4582584 0.33 MB 677 13
761,027 761,027 00000000000000000006fe065a64038ab008ebcfc27644e42bc41a9fdb7c01dd 0.06 MB 145 13
761,026 761,026 00000000000000000001d714d5edded886b11bb5d655a7558b5d3fb1096f36e1 0.08 MB 230 15
Previous 10 blocks ↓
Total Size: 759.78 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: 872.50 GB sent, 45.13 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.