Memory Pool Memory Pool Refreshing

4,292 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
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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,977 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (760,183 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
147,667 147,667 00000000000006b3978725e1467bf7f70130c76fd9c198ab99624d77820f636c 0.01 MB 28 100
147,666 147,666 00000000000009e4a3091b5840faac2148f2a40fce98e72c3152c32d53ca8ffa 0.00 MB 4 118
147,665 147,665 0000000000000935c7590256eb8509d0ae310132ccc7096481b6b11a6d6dd8da 0.02 MB 54 211
147,664 147,664 000000000000044a0950de3cb0eb50cd98e13bc9907b9856f7d660fcab56d431 0.01 MB 29 139
147,663 147,663 000000000000027a1a3a23ba128349d5494405c5e3b91d9d4ee7b39545a507a1 0.02 MB 45 110
147,662 147,662 000000000000096b1b1a26a6b0dc4212120cff3ef7c5a7ff206df4fc8ff02004 0.01 MB 44 4
147,661 147,661 000000000000002df935a5bd735905ef61b6913d15d53eece37694d682c5432e 0.01 MB 30 214
147,660 147,660 00000000000001261abd245e32702e9590404c701ac15490e91aa89a478d6038 0.00 MB 2 114
147,659 147,659 000000000000099a71f0b7cd1d5fd5eb5903589f3a32772f51d7a965b63a7ab5 0.00 MB 3 193
147,658 147,658 00000000000007a998c1bc0b633bccefa899cdecbef0b63cd52401c7059c5a51 0.01 MB 25 47
147,657 147,657 00000000000006abfa326230d35348d02315a6d84ec81d2c0adad38e543420e8 0.01 MB 20 240
147,656 147,656 00000000000002d6addb12512d615f70eb97bc13536ea0026db26d387d175db4 0.01 MB 26 51
147,655 147,655 000000000000046fa821362d97a1a16f85e556713eff5264e17a45d7974b9ce9 0.00 MB 8 1,252
147,654 147,654 000000000000038a6ccb67ea1b5e41039ea051ec86950f5ebc1eceae3cc88e2b 0.03 MB 75 43
147,653 147,653 000000000000092e5c6b10fd2a85a05fe119f193ec99b0c43a80b4c34a7e300f 0.01 MB 22 87
147,652 147,652 00000000000000c3ba28de245f04bf763ccbfee0c20a51079a1559275284f93d 0.02 MB 81 2
147,651 147,651 00000000000009cabc2fcb898a7ee1f557c127bbd4e42d567a23ec567a703d21 0.00 MB 12 690
147,650 147,650 00000000000002a300ecd2dcfa9464a92a78c31b6aa7c375004f0fd737c91994 0.03 MB 57 123
147,649 147,649 00000000000008df32e75c06c0b0e2f8129bb98b50481f194f7da121636094fe 0.05 MB 63 33
147,648 147,648 000000000000020106541ac14704ceb1223ec69209edc9d4afbe7c8a2935ddb3 0.01 MB 53 7
147,647 147,647 000000000000083a4e4e8cd2add253b0d238ea4bca59bd1e278ea02c956f310f 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.