Memory Pool Memory Pool Refreshing

1,550 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,898 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,535 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,897 (330,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
577,866 577,866 0000000000000000001ef963a051b1807a4e53ae0c6f8fd446a5a60f7d173388 0.67 MB 1,453 75
577,865 577,865 00000000000000000011d5e41ce693d13b71c1587aff056418ffb752960d542e 0.99 MB 2,617 9
577,864 577,864 000000000000000000261a3931c78bcad25fbb212d3ebb79449522845a512748 1.25 MB 3,063 102
577,863 577,863 00000000000000000006e811710295833f7857ba573de7aadec730c01c7936a8 0.49 MB 915 8
577,862 577,862 0000000000000000001e2f943d46243354effb93163d2f9ae9bf683037795914 1.14 MB 2,941 56
577,861 577,861 000000000000000000194f74cc864ce55c1b8d911a25102eb2a51cba27a3ef2b 1.16 MB 2,715 56
577,860 577,860 00000000000000000002620ff96db4810bf9c436486d378536b1737e277609c7 1.19 MB 3,034 72
577,859 577,859 0000000000000000001d8fc2f6d68b3f74fcb9776d8e020c33d940639fbe3094 0.45 MB 1,111 47
577,858 577,858 0000000000000000000f413b041afeab249c40a78ac29ca23d5a34f5fd665bfd 1.04 MB 3,006 8
577,857 577,857 00000000000000000019c671efe7f600e84cddbaa1ba0617cba0e0df587ac366 1.24 MB 2,482 108
577,856 577,856 00000000000000000006dafb21bd33cfcc9cef7ca5b80dc9e05fe81fd5216765 1.31 MB 2,912 107
577,855 577,855 000000000000000000245b0b1df68a8145498f911f749489592bb24de325ca24 0.86 MB 2,426 40
577,854 577,854 0000000000000000000db35fdc5adcd54d5b56c7d1f2c8acc34639ce806f7514 1.15 MB 3,003 60
577,853 577,853 0000000000000000001cfda80e5d7e364511e5f4037ee3b931ec2c6d16108efc 0.44 MB 1,255 51
577,852 577,852 000000000000000000000e7077eacc3669d546895b54b048d7071ccfe8290dd3 1.12 MB 2,627 48
577,851 577,851 0000000000000000000ef60c90ffa949b62a4343cf7c903a589bebaddb4dc324 1.24 MB 2,409 22
577,850 577,850 0000000000000000001e63f72db1588f612b58475ffb70a3a2f48b5a3307b466 1.18 MB 2,853 68
577,849 577,849 000000000000000000090582e0c2ca86841b14941d0ace83f6bea646a2f93ae7 1.26 MB 2,865 84
577,848 577,848 000000000000000000071a96af2dbdc7d8ac584705c4eefebb16014878b509a6 1.28 MB 2,446 23
577,847 577,847 0000000000000000001ea5e7d0bdb0a5d9757525d98f1812b0cd9e28853d265e 1.18 MB 2,656 102
577,846 577,846 00000000000000000017513631d6f5d6bb882472a23b8a0b17fe55cefe255be3 0.97 MB 2,105 9
Previous 10 blocks ↓
Total Size: 769.35 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,643.54 GB sent, 94.70 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.