Memory Pool Memory Pool Refreshing

3,209 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,919 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,569 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (718,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,199 189,199 0000000000000326b642d4e759e050a49a40a88d19d850cc9e4ad79c52f65167 0.17 MB 409 124
189,198 189,198 00000000000000908ce2319303af101a062d365e1eaff47e098477defeb997b9 0.17 MB 372 121
189,197 189,197 00000000000008a8fdcc0bac841cd1cfaacc8155b018a9f1221b58554dfe7ae9 0.25 MB 460 162
189,196 189,196 00000000000007709a9f4fb826c13d70baf715b0e401a44b6be30f16f7591946 0.25 MB 638 151
189,195 189,195 0000000000000201c0bbde91f83d49e76ca7c3e02d3ca0cb5a29cbe536df5f33 0.04 MB 95 105
189,194 189,194 00000000000001d5f2ec47b626d8faeb24a2ea534aceb54b6537fc4cf60db410 0.06 MB 76 97
189,193 189,193 000000000000018afaf117ecd76cca8f4e68550e8d5c8c205e4de442d2abf77c 0.04 MB 156 42
189,192 189,192 000000000000007533888b401da3dbc1ccaeab18858689dfef992cfb7bfc36cd 0.25 MB 602 122
189,191 189,191 00000000000008d5e669e31c4cc79d19a16252a1d8bb6c286059bcee34ebc9e5 0.05 MB 153 72
189,190 189,190 00000000000000f083ba98a51d299cea7976160c0ea6b82dece0f5af3a2c4a41 0.18 MB 463 127
189,189 189,189 00000000000005cc88a4d201210170534fa81cb90f1b69159251d97e63fe93a7 0.25 MB 458 125
189,188 189,188 0000000000000406a508abb31412b4a2ed6c401333fe677bd5db62c3009c54dc 0.00 MB 1 0
189,187 189,187 00000000000001f80521f47788ad1987b687ac9beacddddfd85ef934dd4bf106 0.00 MB 13 9
189,186 189,186 0000000000000160acb85a2583a3bb2c9cf4dfd4f2d7d55e909abb435c953698 0.05 MB 138 11
189,185 189,185 000000000000035768896c72f81e927e817a938eeec01339ed3e0b076a046e8f 0.25 MB 567 117
189,184 189,184 000000000000009ab4aa66b175c638c955574dbfa32ba081c924ce5a82db5df8 0.18 MB 512 142
189,183 189,183 000000000000087bdc622a11baf5dfd74a6ac94e6bf77ddef01f394e658d5195 0.05 MB 153 333
189,182 189,182 000000000000097e5ca258fb34f065a12206b4bfef477cf5edad0ffbe6cbbcac 0.20 MB 381 104
189,181 189,181 000000000000066cfe829152df1e5eaf36f419fff4e5131440a6d9c11fa72517 0.00 MB 13 197
189,180 189,180 000000000000086a0c5734146aa671504c2069b1319d5849f4461be4fc422467 0.05 MB 136 132
189,179 189,179 00000000000001042157861fea593e4a2e0b10d19e98e30682072156e86da807 0.10 MB 254 119
Previous 10 blocks ↓
Total Size: 769.39 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,644.32 GB sent, 94.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.