Memory Pool Memory Pool Refreshing

5,118 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,700 (556,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
351,611 351,611 00000000000000000329164b8f47beaadb2d15f24f1865850a3612156433b048 0.09 MB 127 19
351,610 351,610 0000000000000000133ad082b4ad9068a1f25bbcc28e74056884ce2394645783 0.51 MB 654 23
351,609 351,609 0000000000000000116278a8d7b2cadf1f48501b238727c519888cfaac9bf518 0.25 MB 430 24
351,608 351,608 000000000000000002cc5f626d08881aa4117e1549c155cac7041f39dd601189 0.55 MB 837 20
351,607 351,607 0000000000000000004d1f07e651ad75be6758693e4c76d78774c703057609b2 0.75 MB 1,666 32
351,606 351,606 00000000000000000e30ef8dd0fe7e65fb8c9ac469c82d7d9035d82b7607118e 0.19 MB 370 22
351,605 351,605 0000000000000000026b6304c7a6b9ae3594a0535dc5a085cad54fd295203e96 0.42 MB 833 27
351,604 351,604 00000000000000000c4dd54adaaf13b6a877491c259a1acc88efd4d7fafed066 0.83 MB 1,932 33
351,603 351,603 0000000000000000140fa1cf5067214d923063b5306c01603c448c4439783c29 0.35 MB 790 33
351,602 351,602 000000000000000003538845882d04311346b89e4dd2da259487c5ae91e9c8b5 0.10 MB 212 29
351,601 351,601 0000000000000000054b0d24e38073dc9610f50e93e79929caac7dc6f15bbb68 0.36 MB 681 30
351,600 351,600 00000000000000000ca3ee08feb8441de108ffa3b3d5ba75976b29973f967e47 0.43 MB 690 23
351,599 351,599 0000000000000000057da299f89119417eafecf0b9dbf12844f538e6ff2ab924 0.31 MB 472 23
351,598 351,598 0000000000000000147c515cd9ab00e20e24cfd9d71da3f91c54fa97e963f91e 0.15 MB 283 30
351,597 351,597 000000000000000004d3d6af6620b243cba732fefb28ea6922956d9249f396c0 0.10 MB 79 10
351,596 351,596 0000000000000000155bcc2ae6fa71b1d4718ee986e13af8998fd035a76d568b 0.42 MB 684 27
351,595 351,595 0000000000000000065e6a299a6340ec9a190af53fb60254671adb000a0a988c 0.33 MB 657 29
351,594 351,594 00000000000000000262fcdf9662f2f5c09d2ac69e70246a90d29621bfdec70c 0.75 MB 1,694 33
351,593 351,593 0000000000000000015408cff12bc49d22df68d0a29c4b8a7513f9d98d7876ff 0.46 MB 964 30
351,592 351,592 000000000000000011b8d546c92b198862cde9dbfc462f206446a09b434cb4bc 0.56 MB 1,132 29
351,591 351,591 000000000000000015658c436b8144560483d4da42e1502ccd546ab61edc4073 0.67 MB 1,172 27
Previous 10 blocks ↓
Total Size: 768.99 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,616.52 GB sent, 92.74 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.