Memory Pool Memory Pool Refreshing

1,113 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,860 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,111 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,859 (662,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,197 245,197 00000000000000545c6171d7401cc8175c1ebdba0dd1a8d04c25dfd95a4b2a1b 0.07 MB 152 119
245,196 245,196 00000000000000c6ddcc7ed955af811780e4b66cf480d5fe68d5661eec909a6c 0.04 MB 114 177
245,195 245,195 00000000000000443fe140d6e64e1625b9dfc6216c29fb68277129b208967eaa 0.00 MB 14 198
245,194 245,194 00000000000000698ca0c04b4b815b9e809f188500be4fbb8465e7c3ce0ba6e6 0.04 MB 120 160
245,193 245,193 000000000000001171bc5f429e55ed095d2b65895be7aa8df3290748c4028d08 0.03 MB 48 75
245,192 245,192 00000000000000acede530bfd19864cf559fdca0a04db4c70fd8b2470df3bd92 0.11 MB 183 95
245,191 245,191 00000000000000677905cbeff825a1feec6a084ca1019b806177e3a2d6e961f0 0.12 MB 209 110
245,190 245,190 0000000000000065cbada34f705e05e81addeef0d26655c82c551ca1a378adf9 0.06 MB 82 117
245,189 245,189 000000000000006defe289b8b0874be63c20fc0c8f86ed86556fa4f39e72ece4 0.05 MB 45 77
245,188 245,188 00000000000000abcba7e8daed2029a6d4f6595081ed4de919275cdce3ddbe30 0.01 MB 19 41
245,187 245,187 0000000000000088ed9a447db9468f694049a4de9084df13fb47f69684b11bdb 0.14 MB 313 137
245,186 245,186 00000000000000b675c48d815c0f2d9b5ccd741d66ae3f2698f21f64f9dec5a2 0.01 MB 12 44
245,185 245,185 000000000000004356158690d7f8e02d77f7957777e23ac3e2f56aeca443f5f6 0.06 MB 145 134
245,184 245,184 000000000000004297507cec1727c579e0406e2f061bd808086ff407bae2bfae 0.12 MB 295 135
245,183 245,183 0000000000000084690b1617782d9cc91c8252118a1313c208e64511fe0b8d04 0.02 MB 21 11
245,182 245,182 00000000000000a4a5d2e25cf312fd686320d113acb2e403230d2d1bd61133fc 0.14 MB 223 87
245,181 245,181 00000000000000af6b23774d66372451653bb3c0185b40e7ace77fdbdbfd3590 0.00 MB 13 76
245,180 245,180 000000000000005cee09511a3f6c70ebe72c108846b565fae8159810f54db37d 0.00 MB 6 35
245,179 245,179 00000000000000a6d19d127a5ebd5325a6bbbd8f73693f0598e001191e582f23 0.03 MB 63 85
245,178 245,178 000000000000003628b5f99837cb98abd3477885fd0ac7ca5267a24c83fa0629 0.11 MB 255 100
245,177 245,177 000000000000000e3cdb4e6a29ffe81ef3f506de1cf64980760f55f552315bb1 0.11 MB 238 84
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.48 GB sent, 94.30 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.