Memory Pool Memory Pool Refreshing

3,815 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,564 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (108,006 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,857 799,857 00000000000000000003e9723f0f9d3e822bc35eb309a0d242a8b69eae2d4321 1.95 MB 4,493 8
799,856 799,856 00000000000000000005221323271d4d1b75051eddd31f9cfec742145ce9f6ea 1.50 MB 1,567 27
799,855 799,855 000000000000000000009a760f6f0952fa571644f1cd73208a084e454b562fb2 1.38 MB 2,817 37
799,854 799,854 00000000000000000002acb68a2d918797421fbd7b78a9a3bf3efc390bfd8b23 1.95 MB 3,508 18
799,853 799,853 0000000000000000000519585666d7313daafa6c6889072c2303ec661c4a4bea 2.04 MB 6,101 10
799,852 799,852 000000000000000000039604668e6b6d2f6bb88fe638a93e125f1926078ee935 2.01 MB 6,030 8
799,851 799,851 00000000000000000000d0dfc17506288554e2333431a4b4e0b9c2243bbc8fcb 1.76 MB 3,198 10
799,850 799,850 00000000000000000001b0fb589c8f5df118e16b4f0a2274a76406b9b1c01d09 1.45 MB 2,862 32
799,849 799,849 00000000000000000000f146fd65257f408f042688179e8a439d283e394a3dc3 1.97 MB 5,148 10
799,848 799,848 00000000000000000003b620edf2e0789beeae6209922ab1e809434d5e7424f2 1.82 MB 4,626 12
799,847 799,847 000000000000000000053237d1a29ed3fb0cbce0833c4d57d1b32af862632fbc 1.38 MB 1,681 17
799,846 799,846 0000000000000000000230bf261b99e6c5dfd3c1493d7e4e618f058842b05959 1.95 MB 5,707 9
799,845 799,845 000000000000000000040e3fd5b87b037f396eb140fd8f694c1213a79aef9788 2.13 MB 6,512 6
799,844 799,844 000000000000000000014883d740eb9178936c5150af1ff6f2bc5a6ca50581d9 1.80 MB 4,667 18
799,843 799,843 00000000000000000002e792beedc931f85924f6bc84b8c618f6b0c18d9edcc2 1.78 MB 4,555 11
799,842 799,842 00000000000000000002ffc71c421a07cdc25a1a7a062e3f98d8fd67e495fcd1 1.37 MB 2,391 37
799,841 799,841 00000000000000000002afc6e21eb9acc1870436bc9a1c9c82f8592e1ced9db4 1.62 MB 3,015 27
799,840 799,840 0000000000000000000066c403d825c147faba3f6f73e919db01b2f4c99fdc0d 1.50 MB 1,955 16
799,839 799,839 000000000000000000012cd38599c752dce5ef31157186d5c43b9f6b418fe454 1.84 MB 2,540 21
799,838 799,838 00000000000000000005177e99e2409a8bef16a62425536a1b745cc360576403 1.79 MB 2,817 18
799,837 799,837 00000000000000000004be9cfd697c33e8a0450de396d58565ab79b1239bb3eb 1.45 MB 2,173 24
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.56 GB sent, 94.33 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.