Memory Pool Memory Pool Refreshing

9,199 transactions
4.09 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,778 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (804,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,052 103,052 00000000000112d7e8df2bbec6139a5110fd5ffaeb0a062a48dcf02e89a4df0f 0.00 MB 6 0
103,051 103,051 000000000003018e308978b05314ae23aff1b897cdd941532e7cf42e9bee08a9 0.00 MB 4 0
103,050 103,050 000000000002bdbb61b01ecb7841bf219192ea10411d9d7e1c4978eadb21eed4 0.00 MB 8 0
103,049 103,049 0000000000021adefa07946e272b191a7e8f5d5436d2e7b3d77cf8eef7cd3fbe 0.00 MB 16 0
103,048 103,048 000000000002538b926465099a5255e24a63211e387c2c5ef28864e1635c4ce2 0.00 MB 4 0
103,047 103,047 00000000000135969639a831d7249792d0a1b1d668b0a21e15127e69cc542b75 0.00 MB 5 0
103,046 103,046 000000000002f922ee07fd345ec172e6a622781fcd12d00c42f0e446741598ba 0.00 MB 2 0
103,045 103,045 000000000000fe5d5b3ee5c6bfd36d662ce29ba1975fe2831f6ce55735353368 0.00 MB 11 0
103,044 103,044 000000000002ff41bf75c6a290047ccf90cdef10525626c18e22bc7509c0efb3 0.00 MB 17 0
103,043 103,043 0000000000013bad5f593da1ca8c3be8fcfe7dce01353c01a253b029834d1498 0.00 MB 8 0
103,042 103,042 0000000000037d6da3a821a7ddd78792c8e167b0fca7027272c541d85cf13432 0.00 MB 9 0
103,041 103,041 000000000001fa3162ad47f07c659af62b043c7b4456ba5c42f87a3664c3fbf2 0.00 MB 4 0
103,040 103,040 000000000002cd18d95f34ad679d8769cbc7d980613d24dc0d7c2a858afe1374 0.00 MB 3 0
103,039 103,039 000000000000efe4755204c3052c1b3adce7b871f6d43300bd6f18c671638970 0.00 MB 1 0
103,038 103,038 0000000000008432d5367be113c4f188a6ee957b01e5e8c57a70a512f7b56712 0.00 MB 5 0
103,037 103,037 000000000002748958ae8dd8ad6d1a29e5379c36aea0bd7d1d1c756c22b97326 0.00 MB 5 0
103,036 103,036 00000000000264d2a29ce7e2ea0e1a9c094f471ae0a0e11b158cc53a95365e80 0.00 MB 3 0
103,035 103,035 0000000000013661f502c6b94ff92b52cbd37819c67bfbef7b1733ab694e82d0 0.00 MB 2 0
103,034 103,034 0000000000011cc7462f76c5617c705e2db1d85ff2f6bec1b4aec670495c301f 0.00 MB 1 0
103,033 103,033 000000000000e6548403e4cfece595f94d87736c6374c399e6a5b96de97f4c1b 0.00 MB 3 0
103,032 103,032 00000000000111ddd4ab54cbbbbef45bdcda86f9daf29b0efec0d08ab1edefb1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,624.98 GB sent, 93.01 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.