Memory Pool Memory Pool Refreshing

8,333 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (713,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
194,749 194,749 00000000000003dbf829456aa631a007acb788067ddb6b547dbcab51ba9372fa 0.02 MB 52 593
194,748 194,748 0000000000000598dc6139d6fa27379dabad51fb895ad3e108bf0405e6bd47b0 0.05 MB 189 17
194,747 194,747 00000000000002275c12f1d87255894d1b07cc7510e5ac4844b9d1973ea66a2a 0.17 MB 265 170
194,746 194,746 0000000000000682c1d94b33e70075f3360183230d031bec9295bc2cb1ea928f 0.09 MB 199 116
194,745 194,745 00000000000005e6a1f0fd55666c0fc1936efa2c71be01ade384fab9b740a583 0.25 MB 624 133
194,744 194,744 000000000000009e7088bdbe57f3c0dfba2faac0b42c15f7e8703937c228553c 0.00 MB 14 309
194,743 194,743 00000000000004449f58bef15fedb3c2c0474f71719ae588157fcb84be720819 0.06 MB 91 58
194,742 194,742 00000000000000643dbc6870bf362145baeaa331467ce2abcb78383affde0929 0.27 MB 512 131
194,741 194,741 000000000000039cfdfe067bf12bb98b0860a903056ff60e422c0697edc0786c 0.00 MB 2 0
194,740 194,740 00000000000000858b066d91a9986f8700b8835b69cde7480487ca64f0039129 0.01 MB 32 0
194,739 194,739 000000000000003cca4543745e079b4804346a1a667af741804b951f9d5c96b3 0.00 MB 9 16
194,738 194,738 0000000000000635d1d7816ef532e4a97955bc5e2e07722bcc3ebf068a3fa435 0.02 MB 40 136
194,737 194,737 00000000000006cfed0866fa01c41dd1190682e7d7625521dacf197b84360ccc 0.25 MB 550 158
194,736 194,736 00000000000007130a1f81f68506b63578bf0aa7435d0ea5bcd7b190e21c9351 0.06 MB 212 60
194,735 194,735 00000000000000a82a46d3189cd03494c5833d7ed3eca177fb5eadd951985888 0.25 MB 493 135
194,734 194,734 00000000000001629c4f1514e19c8a3638b5db0d284f1f3f079eb603466d8a87 0.25 MB 804 197
194,733 194,733 000000000000073f7f040acbff5d98644cad43b71aaf0154b21f93c6e5042699 0.05 MB 123 81
194,732 194,732 000000000000075c2f2208cd2be2a2cccea987846b6b36b49fd3e433c3e0d78f 0.21 MB 512 148
194,731 194,731 000000000000005ba472a15503d77904f99c6de48c1870c511c53df1d1b5f951 0.04 MB 89 96
194,730 194,730 000000000000064d14460834993703b58b2161cea5417563fe86681bbb1c5b31 0.16 MB 398 134
194,729 194,729 00000000000003252e8bc9ac77283bd4a8b45f2e37b090da37e5cefef5e7198f 0.25 MB 618 159
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.