Memory Pool Memory Pool Refreshing

3,619 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,598 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (644,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,199 263,199 000000000000001609afbb9fbf5416650d66329a6f91898c3f2b451f34eb5f3c 0.04 MB 71 51
263,198 263,198 000000000000000198456a74485b1761285bd2bcc1d0c53144036c7fdb3bac8c 0.18 MB 388 146
263,197 263,197 000000000000001294e58be78a5a9e0172d7f106045e11b2a732056d0bab3f7e 0.10 MB 246 88
263,196 263,196 00000000000000060a70b78c18981e0fd34f06eafedefb82ca27e402f1d4bc87 0.20 MB 351 114
263,195 263,195 00000000000000075a7999bb4b34bb4944918446a415073c83cc060977e52bbc 0.01 MB 32 218
263,194 263,194 000000000000001092a2e7c5da270f402dced5e55087af1ffcfcf3a4d23efc0d 0.01 MB 35 242
263,193 263,193 0000000000000007571c7d359710e08f5ad90986b099425a01533bdf75a5c9db 0.15 MB 332 144
263,192 263,192 0000000000000013d4362d4152363d66827b4722f2049f40aec8bf097e147b6d 0.03 MB 77 112
263,191 263,191 00000000000000049ddfa747e23de919cbc19cdfa928994b2e012015c3d7ec05 0.08 MB 168 68
263,190 263,190 00000000000000085cc971cc769a106b13b6d6affa5fbb44b2c181e5fa8a2ff9 0.04 MB 113 96
263,189 263,189 00000000000000126b454e7b54684d064c473724e240501df134a50257636de7 0.04 MB 96 67
263,188 263,188 000000000000000b82239da2e0b3ad61a80c67c9f1b2596167b6d1c591bec00a 0.01 MB 29 78
263,187 263,187 0000000000000014a2a1928282f538ced2a80462ab11988ff5c15dd6e023c75d 0.04 MB 93 101
263,186 263,186 0000000000000001f4243cde98ddfe0cdcfafa4e4f8f37d2cc411cdc8b5ef8f0 0.15 MB 236 45
263,185 263,185 000000000000001682c39051745c50a2eed97cce39e3312f9aa43d7bb337932e 0.12 MB 235 66
263,184 263,184 000000000000000227a6008f1cf91615b57a80bdd58602004b115fc7e24da1cd 0.00 MB 10 93
263,183 263,183 00000000000000103b60de19414f30d093e43d79ae497d72abd24b9879dce789 0.15 MB 199 40
263,182 263,182 000000000000000fb70a95e4ad9eabab4be7a0245dc063ff06ff889135f4506f 0.21 MB 426 57
263,181 263,181 00000000000000167e7a7f945a129a05f7b073b27e4a6959cb2dc74475dda8dc 0.25 MB 665 180
263,180 263,180 0000000000000004b3460ecdeaff4d6e70e08fe886fbb00fb39be6e8418f3fbd 0.15 MB 301 53
263,179 263,179 0000000000000001aad80289b8c45d1dd21c331d432a6f078944c20a26920b83 0.25 MB 574 123
Previous 10 blocks ↓
Total Size: 769.19 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,633.71 GB sent, 93.90 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.