Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,618 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (715,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,801 192,801 00000000000005020b50085af4b8f7ad23e24f2ee6ad3f56d9c9b3489310e989 0.03 MB 89 89
192,800 192,800 0000000000000681f69f4f29ddc4b50b357ce74391fa57e2c5f7a3f314feb0fa 0.05 MB 122 58
192,799 192,799 00000000000004dae836b78895bc87147219d353ec81a96a8182c71013689c4a 0.04 MB 108 49
192,798 192,798 00000000000000bcb4073faeb6bcc8d3d04579b501c89e4f3a7e186eec1e3830 0.32 MB 874 168
192,797 192,797 000000000000042383d8677d6baae22d4fb20ae0ba256e7b5c468bed21e92935 0.00 MB 13 311
192,796 192,796 00000000000001d15b77af465163707fdb8f15c6d672d94d950c601b2a89fdf3 0.17 MB 498 144
192,795 192,795 000000000000015c1420d0538036ec0e35f56bd0f533dc4ef40132c27c346caa 0.00 MB 7 60
192,794 192,794 000000000000080a6390a0e2f742cd4f845193169cb1e8336bea167ced26d5f1 0.10 MB 305 163
192,793 192,793 00000000000004cb07f6ac48fe9de3ccec2e250e312282c17c8e6c04645f8649 0.25 MB 875 62
192,792 192,792 000000000000011833a1ae25a79e25069eeea8d77418e19dbcca5034cf8f633a 0.00 MB 13 71
192,791 192,791 000000000000058278eb91fc265686b4efc8d611c2a9a6cafaf178ac0dcf4731 0.09 MB 194 131
192,790 192,790 00000000000000c1e1d244b90af9530299e327e64578e1398680774fe28033eb 0.05 MB 128 250
192,789 192,789 00000000000000c81334b0eb63bce4ca5b3d44cf472be026e3140a3d12de6e89 0.03 MB 89 158
192,788 192,788 00000000000007224d0c7040e1abb54f1ad427a2fa3f8093bc1d9783e943e155 0.08 MB 183 138
192,787 192,787 0000000000000480aad94b9cf60c7a0064e400b8897a4cfa501a895578e622b7 0.02 MB 29 103
192,786 192,786 00000000000004849db9e417fad6b7ec2cc17acc395322a95b864825a7192f44 0.01 MB 30 126
192,785 192,785 000000000000082f68182ca44bbb60f160515ba96453c7eb93bac444a46b0123 0.16 MB 405 158
192,784 192,784 0000000000000778b482c6ca3002db2b5439c635a4c75d2849e8195bc4f319b8 0.00 MB 1 0
192,783 192,783 00000000000000ea96cef0800c6995845050d88da5ff34c7643df83bad0140c2 0.15 MB 416 163
192,782 192,782 000000000000016f496f1861d61562d084584d4c35b290296fbea8e3e194cdb2 0.02 MB 81 27
192,781 192,781 0000000000000340f75b930912ded09b9e6016700f43bc3cde8cceb4bad4f936 0.15 MB 437 204
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.