Memory Pool Memory Pool Refreshing

3,748 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,342 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (34,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,747 872,747 0000000000000000000110426b01bd29d6a0ac628de54c143e4dbed0a66f3801 1.70 MB 2,620 4
872,746 872,746 00000000000000000001fb421caa2e7ad8cb247a7bba447e21a451867bb70e7e 1.74 MB 2,410 5
872,745 872,745 000000000000000000010176937c007a3299b8c8242154cb2402c178264e5769 1.90 MB 2,331 5
872,744 872,744 000000000000000000015f54195c67e3539279f52f40d4e756712621513b42bd 1.61 MB 3,531 9
872,743 872,743 0000000000000000000069fcda5110dfbd2e8e5216ac2218e44cf965ce14bd04 1.84 MB 2,288 6
872,742 872,742 00000000000000000001dee147915018bea95dcfa8d279e3eebe92f002f0aa9f 1.61 MB 3,797 12
872,741 872,741 000000000000000000011e19a66b6c1cf4f270b274e044760563e457e57c212b 1.64 MB 3,649 9
872,740 872,740 000000000000000000018461dce7bd1f7bc980859ad6562e5c3cab1a0478822b 1.93 MB 1,861 6
872,739 872,739 00000000000000000001338c3c003e97423fc06ebc6de4a5a0f4bfa8571f1b6d 1.68 MB 3,369 8
872,738 872,738 00000000000000000000242132abb8118a5000167662cc60899095b21ab497b0 1.35 MB 1,839 2
872,737 872,737 000000000000000000029977c01c676a454cee633d6968a89ccf08b8adb0e631 1.71 MB 3,379 3
872,736 872,736 000000000000000000005c37b951f277164d99385ef6e2aef357492587f3ccbd 1.89 MB 2,159 4
872,735 872,735 0000000000000000000191c97bd5739d26540f544dd7ff36be9163b5c1e3bd80 1.80 MB 2,422 5
872,734 872,734 0000000000000000000142432845a963c18314d46b43f751ae906be5549b9a8e 2.03 MB 1,810 5
872,733 872,733 00000000000000000001d4d056fa710924fbccfe33b75a1193d2a39cdfd7a948 1.57 MB 3,661 11
872,732 872,732 00000000000000000001becb04e7aaded7679e53f17206b57fe17a0e58dc456d 1.68 MB 3,335 8
872,731 872,731 00000000000000000002ad9cef031efb20416a5d4448962d6c0db595ff99e940 1.79 MB 3,328 3
872,730 872,730 00000000000000000001838530cdc342f61be856d95b17eba4783be626235830 1.75 MB 3,653 2
872,729 872,729 0000000000000000000135e0be9209e41a94c3fe8e2b0a96f6ff6c0d2078e0f5 1.69 MB 3,283 4
872,728 872,728 000000000000000000015f3f75a23c67dfc6fe7e225fbf48b61964949a3182a2 1.93 MB 2,186 2
872,727 872,727 00000000000000000000fbc13d12d4dba80b14d2a50ef11ba6282e421fd2a47a 1.64 MB 3,725 3
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.