Memory Pool Memory Pool Refreshing

9,814 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (752,079 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,636 155,636 0000000000000688a7be5e1f33bfc95a889984d5e722396d2de30656de7c029c 0.05 MB 92 80
155,635 155,635 000000000000037de7fd4add4fa2afbd501a166e3a05dac6bd8ef6a78e91746e 0.05 MB 179 24
155,634 155,634 0000000000000a634e3a1f4173c71b3b6bf242101e50749c5ee686fe981c71f6 0.03 MB 67 160
155,633 155,633 0000000000000ac16be64cbf9f5118ab8ad10f3ffc6cd0410799734101fdaf56 0.00 MB 12 434
155,632 155,632 0000000000000e8a40d0c4248bcbbc6c1a4f649b151a961f081fdca6d549d400 0.01 MB 18 149
155,631 155,631 000000000000071fae1aef337dce2cc01174d19c1e4040811f9ffe4f9b18ab3e 0.00 MB 1 0
155,630 155,630 0000000000000ece3bf29bdb4cd9f990241266cbf95e91ffb8b44f1991a1abd9 0.01 MB 18 328
155,629 155,629 00000000000002da4a76adb5c81c73d27be5fff628af23c13b2dce2d741aad43 0.01 MB 16 39
155,628 155,628 00000000000007925e7c884af66f0548ecd5b853266724723656af94e1a2bdfe 0.00 MB 12 32
155,627 155,627 0000000000000e14c5da5b10b807516ea58f19e45701d0b12c398d96b0cc2941 0.02 MB 34 39
155,626 155,626 0000000000000d33038fd33a940257846b00a243122d874ae4d8ad8efa0812ec 0.01 MB 22 5
155,625 155,625 0000000000000ac24ebd14e242f4b103418ade50029d67a0fa5b0a41865c33a6 0.05 MB 111 353
155,624 155,624 0000000000000507c8b2fa0720f4542bb6721ad06c0b7139d94dc48c7ecd63f3 0.01 MB 10 156
155,623 155,623 0000000000000f2d6c8633bcb91c9154a05fe7cb77217f006f2c92eb71e598e1 0.00 MB 12 0
155,622 155,622 00000000000004da35473fd1853c6ad250010c308274837d74487365b49914c9 0.01 MB 23 500
155,621 155,621 0000000000000c62e58ecf6a580da5d293d2b0ef4df11eff497fb39ab329b43c 0.01 MB 26 168
155,620 155,620 0000000000000ac2a7dac317a5068ef2900c4cff52dde67a7969c8a4d7ed4087 0.00 MB 7 17
155,619 155,619 00000000000007269c4f348d32670083291df1d7ccec33063a6ea43aadb9c1e6 0.02 MB 46 137
155,618 155,618 00000000000006e943a96711621f767a79e67d6919bf1cdaec8155e3822d107d 0.03 MB 68 29
155,617 155,617 0000000000000f3963d0532c59bf37a80f57b7ece23acc7831309c80d7b79c95 0.04 MB 51 84
155,616 155,616 00000000000004ca098be93c168e1d3ff52f97b470314ca52cbf36c46140fd29 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.01 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,621.41 GB sent, 92.91 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.