Memory Pool Memory Pool Refreshing

53,401 transactions
26.52 vMB
Show Random Selection Loading Transactions
Max Size: 154/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
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
880,811 000000000000000000028c610000000000000000000000000000000000000000 ago 1.00 vMB 3,573 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,810 (696,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,637 184,637 000000000000081918cae69aba49894adf63612fae480c3105633cb8b186cfe7 0.25 MB 515 223
184,636 184,636 0000000000000809b6086c9fcecdd5fb07e762f900c9b248205064203b853a76 0.00 MB 1 0
184,635 184,635 00000000000005c96bc354d331914cba10400e0e633108ed2c6117b39acdbabd 0.23 MB 434 102
184,634 184,634 0000000000000a4e0865c9a2ce8b8cdc5fcc5b74a79ae2fecb6b04352fbbee22 0.25 MB 532 104
184,633 184,633 00000000000000ff849156723478f39b363c45a21861fc6c08e475cd3b6fe44e 0.13 MB 256 156
184,632 184,632 00000000000000ce91c92e62673cc1e78db9ced8cd7907a2329926a8269ddb4b 0.42 MB 934 123
184,631 184,631 0000000000000753ec146099455a7f8cbe82aa57b7d0954078785c2b3d7a6db5 0.25 MB 555 124
184,630 184,630 000000000000035b803f0af154c640139ac31b277d55d2b1e4b331f667689425 0.25 MB 566 123
184,629 184,629 00000000000000488ac7b893c7e4b6ea25758dbb59ad6fa0ba99cca13661b55f 0.25 MB 679 135
184,628 184,628 000000000000020de9422acb67ad31897711096d64825f4e9a3cce18e8566d0b 0.25 MB 661 142
184,627 184,627 00000000000004df65e5892f0fa2ebf73881d90112d235da6ad661055915db86 0.05 MB 150 134
184,626 184,626 0000000000000781023eb587632c361a4ec1a08d8c73341292ed675e5d2066b4 0.25 MB 590 138
184,625 184,625 00000000000000c15dd9070421ab259281bb4e33af8dcad88d97996a4205c468 0.08 MB 255 27
184,624 184,624 00000000000005cb50d468411653d8daf187ffd09640386bd45f9bee3633c0df 0.25 MB 526 112
184,623 184,623 00000000000007e6380e481ff3722b4bf0d0351441bea129d533174b7c216094 0.00 MB 1 0
184,622 184,622 00000000000002560b27f4ce68167ff0f6da9cdfb4ff8e852bb0fb0d21104382 0.25 MB 364 110
184,621 184,621 000000000000015db9f84ab83829730922e4fa48c166553f4255104afe544334 0.42 MB 886 127
184,620 184,620 0000000000000128f5d982c4bd19565629183a9bb26879ad2b48e385eaf58bc8 0.05 MB 134 198
184,619 184,619 000000000000039063d207b9e4023a4313cfb18fb77211670208c9fab4b8a732 0.05 MB 159 62
184,618 184,618 00000000000005e7303f9014a3ead6b12ccecd6d6838b7c5f8bb580ec7c2d3b0 0.17 MB 256 100
184,617 184,617 000000000000048cf63aa7ac7d41dcc5bc12434f1411a2132b8b91962f90b999 0.36 MB 997 144
Previous 10 blocks ↓
Total Size: 719.96 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,877.69 GB sent, 64.87 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.