Memory Pool Memory Pool Refreshing

7,028 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (797,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,857 109,857 0000000000008a7e57f550a4d9065cc32ba8d25993fe49086adb48b8f5d85a8c 0.00 MB 9 0
109,856 109,856 0000000000007c9102c9b00fae3196a68eda4265797d19f9345a719ecb0eebe1 0.00 MB 2 0
109,855 109,855 0000000000011d87906fa96e7821b9cf63f86c35234d3efe1316108807927e0f 0.00 MB 3 0
109,854 109,854 00000000000138a0066bf2b405776655468523da25fb8c02452292a2ca420660 0.00 MB 12 0
109,853 109,853 0000000000015dc8f2126fce0ca6eadd6dfbb5691a0e21b24859a558e2829cb8 0.00 MB 12 0
109,852 109,852 0000000000000b880c6f98b5d997a52ebeee36d128b0c72b2ec3839f7b821a3c 0.00 MB 13 0
109,851 109,851 0000000000018c85490874fc6bed1ace4c2f097308fad56b8ff8f00e4b94a25e 0.00 MB 10 343
109,850 109,850 00000000000055458b34706d817abf6e0a209c9e380e739f1d42f452b251f8e6 0.00 MB 8 0
109,849 109,849 0000000000008e6982f7bc7c1072377dd653180abd18164f3381d4d5129a2333 0.00 MB 12 0
109,848 109,848 0000000000001b892cf5b51aa9909a8f3262ca48a0a03c37481dd8f968663291 0.00 MB 10 267
109,847 109,847 0000000000016552bd5f04c5a5aec284abf769af4c1bd29d6284fd3b916ed333 0.00 MB 11 0
109,846 109,846 000000000001395412126febfb0984f7b8e82114d3ed7c4e3eb19a9dc0e33e2e 0.00 MB 11 0
109,845 109,845 000000000000196d3e92e9e8abda35ea4410c268c65c6a47c2af314d44a25055 0.00 MB 3 0
109,844 109,844 000000000000f2299ee37aacdb483c50f2eb9d1d98b972a0d02761f914fd843d 0.00 MB 9 0
109,843 109,843 0000000000013488cc91b53f3d3f9d64b02bbc2d02f9e09d5d28a1f418d14f4a 0.02 MB 6 966
109,842 109,842 0000000000014a9c9d5fb3598e4aaa4ff76061757a6bb557eedef615b7960d73 0.05 MB 169 0
109,841 109,841 00000000000073ea98a7fadb2eca2c4c9ddece3357a2d94b3045eac10478843f 0.00 MB 13 0
109,840 109,840 000000000000e22606c6beaf7c4f69d61c804995a311f1f4872b1e39692f9d16 0.00 MB 11 0
109,839 109,839 000000000001323454701899609f5ad4a72436edcfeb7b11cbc261febba1d14e 0.00 MB 11 0
109,838 109,838 000000000000c0a5ef2aca6850afd22862c8d57dd11deb14b162e75b4f71d199 0.00 MB 13 0
109,837 109,837 000000000000ee9ab4081d739cea9062fdb4995fab4f49fb55bbedef3fea2801 0.00 MB 13 0
Previous 10 blocks ↓
Total Size: 768.98 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.