Memory Pool Memory Pool Refreshing

6,027 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,412 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (718,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,205 189,205 0000000000000802f60d38160946af5c5ddc156477247ac9bcb6fac29c60571a 0.10 MB 229 182
189,204 189,204 00000000000009441aeb91ff0ebe11ea79b1fc54d7fc4e4f13a4d85d8614163a 0.08 MB 193 122
189,203 189,203 0000000000000854e370ac8072f854e1f0c2085396604b12ce62787c23bc36b0 0.06 MB 183 56
189,202 189,202 00000000000005478db7a35b6a233e92ce0171b326f0bc73f373c407b31878fe 0.21 MB 523 404
189,201 189,201 0000000000000214aa1889a124a4cbc47d329ca12d4c3abcac9a8aba250ccf33 0.24 MB 519 126
189,200 189,200 00000000000008e8f8039903f69df6bd245b4dd75e6ab750805d96d4fc02b972 0.13 MB 305 115
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
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.